ok chrs garciat
give me a url of a clip then skyline and i'll see if i can paste it on my demo site in another post
EDIT: ahhh... sorry... have only been testing it in firefox and chrome
will try and see what prob is....
You are not logged in. Please login or register.
PunBB Forums → Posts by KeyDog
ok chrs garciat
give me a url of a clip then skyline and i'll see if i can paste it on my demo site in another post
EDIT: ahhh... sorry... have only been testing it in firefox and chrome
will try and see what prob is....
Anyone else having that prob?
You can't see the bunny clip on my demo site?
I'm fine with anyone modifying and re-releasing btw.
Let you be creative
@garciat: and have a default set to fall back? otherwise it's a lot of things to put in everytime no?
Download Extension:
======================================================
Fixed. Works in my IE7 now. Maybe someone else can test drive it for me aswell.
Demo:
======================================================
Features:
======================================================
plays these files: FLV - i.e. .mov, .mp4, .3gp etc.
Instructions:
======================================================
Just place your flv files in folder x and past url/x/yourflv in between tags flv
I set it to autoplay in parameters. You may wanna change that in manifest.xml. Also size etc.... (Fixed Size I put in...)
Sourcecode:
======================================================
Bugs:
======================================================
FIXED coding error
Did an extension that allows playing of files
But a proper extension wld allow you to set parameters in admin section or auto use size of file instead of the way I did
Download Extension:
Rapidshare .RAR
Rapidshare .ZIP
Demo:
Just place your flv files in folder x and past url/x/yourflv in between tags flv
I see it to autoplay in parameters. You may wanna change that in manifest.xml. Also size etc.... (Fixed Size I put in...)
Enjoy
same result.
EDIT: i'm a monkey - you say put it anywhere i put it anywhere
i'll check the site you mention to grow my "knowledge"
<hooks>
<hook id="ft_about_end"><![CDATA[
$tpl_temp = forum_trim(ob_get_contents());
ob_end_clean();
echo str_replace(array($lang_common['Powered by'],'<a href="http://punbb.informer.com/">PunBB</a>'), array($lang_common['Design by'],'<a href="http://keydogbb.info"><img src="'.$ext_info['path'].'/img/info.png" alt="PunBB" width="16" height="16" border="0"/></a>'), $tpl_temp);
if(!isset($lang_common['Design by'])) die("It's not set");
$lang_common['Design by'] = 'Design by';
]]></hook>
</hooks>
tried this no change. image is displayed correctly. but text is left unchanged from outset.
no nothing. shows clean page.
RE: the expansion of content.
I've found this (macminds link below) forum using some mod, js for punbb ... to allow expanding of their cats . (javascript toggletcat)
Now is that the best way to do such a thing? Is there a performance issue or other limitations to such an approach, or setting it.
--> http://www.macminds.net/index.php?p=forum <--- (click on the minus on the RIGHT of forum topic there)
and also
considering search:
there i really think/can imagine ajax could bring nice effects
EDIT: plus that macminds has some hover effects going...
EDIT2:
ANOTHER ADVANTAGE of that framework for things like this:
thx.
btw: what kind of errors or probs would that have been creating?
EDIT
and just for clarification shld it be changed to
.brd about p#copyright
or
p#copyright
as I saw querytime doesnt need .brd about either
have you done this in 1.3 x aswell by any chance?
wld appreciate...
Maybe I'm not clearing buffer properly?
At the moment it's telling me it can't find 'Design By' line I added to lang common.php - which is strange, as I am 100% sure it is in there and that I am uploading correct file.
If I change
'Powered by' --> 'Powered by ....'
to
'Powered by' ---> 'Design by ....'
it immediately picks up the change in my footer output
but if I try calling on
'Design by' ---> 'Design by ... '
I get error message
Index Design by not found etc.....
I don't get it.
Can you add additional things to lang common.php like that or am I missing something?
And the PHP Manual which I looked at in this case for this function doesn't do much to clarify taken into account buffer etc.
If you or other dev, coder can spot problem I' appreciate....
Thanks.
To quote two hardcore devs:
That is intentional, or you can end up with smilies breaking links and stuff, smilies need a space before an a non-word character after I think, so . is ok, but :)a or (:) is not
Indeed. If the space weren't required, smilies could be found in the most random places.
You see that most often in forum software where people are making numbered lists and 8) becomes
I also think forum with most popular topics is good idea. Really allows a kind of heat map of the site to be created.... create buzz and whatnot
i hoped you'd remember
such things are really hard to catch if haven't changed it yourself.
smaller icon probably not a bad idea !
.brd .main-content .new .icon {
background-url(status-new.png) no-repeat;
}
shld be
.brd .main-content .new .icon {
background: url(status-new.png) no-repeat;
}
right?
When I talk about IE Tab, I talk about the Firefox extension who opens IE inside a tab under Firefox : https://addons.mozilla.org/fr/firefox/addon/1419
ooh . then no.
sorry bout the frequent mods of my post. was testing it all the time.
just tried with one resolution.
yeah the 2nd issue you have with topic being pushed down has nothing to do with pngs ....
i've tested your .php and the .css 's on a live board (online)
as i say. your code: not problem FOR LOGIN but for TOPIC POST yes...
i am using IE7 7.0 with tabs...
also in FF 3.0.5
http://www.imagedump.com/index.cgi?pick … ;tp=544010
EDIT
http://www.imagedump.com/index.cgi?pick … ;tp=544011
the topic is getting pushed down there ! in IE7 ... thats screwing....
.brd .main-head, .brd .main-foot {
margin-top: 10px;
307 - could that be pushing it down?
my diagnosis : one of your 8(!)x main-head is problem
strange. i installed your style on a test board (live) just without any of the graphs... your code is clean in IE7. the css files + the php - and code works. remember me is always where it should be. so maybe you should check size of your icons etc?
it must be to do with your graphs files ?
login is as it should be?!
how bout these values; trying changing them....
.brd .sf-box, .brd .mf-box, .brd .txt-box {
margin: 1.417em;
padding: 0.3em 0;
position: relative;
}
.brd .sf-set, .brd .mf-set, .brd .txt-set {
margin: 1.417em;
padding: 0 0 0 17em;
position: relative;
}
.brd .sf-set .sf-box, .brd .mf-set .mf-box, .brd .txt-set .txt-box {
margin: 0;
}
.brd .frm-group .sf-set, .brd .frm-group .mf-set, .brd .frm-group .txt-set {
margin: 0;
wld be night choice to fiddle with....
maybe try with the fld-input s?
like....?
.brd .sf-set .fld-input {
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0.3em 1em;
}
nah, tried that now aswell in addition to <strong>%a</strong> and now just %s additionally.
always same error...
but if i change powered by .... it always immediately reflects change - so i know i'm in right file and uploading right one.
EDIT: also if i change powered by 'powered by <....>' to 'design by.... it reflects change - but not the additional line starting with 'design by' ...
'Item info plural' => '%s [ %s to %s of %s ]', // e.g. Topics [ 10 to 20 of 30 ]
'Info separator' => ' ', // e.g. 1 Page | 10 Topics
'Powered by' => 'Powered by <strong>%s</strong>',
'Design by' => 'Design by',
can I not add it like the way I did above to the common.php ?
PunBB Forums → Posts by KeyDog
Powered by PunBB, supported by Informer Technologies, Inc.