Search found 18 matches
- 24 Nov 2012, 11:08
- Forum: User Contributions
- Topic: New video BBcodes
- Replies: 3
- Views: 4137
- 15 Jun 2012, 12:52
- Forum: Welcome On Index
- Topic: Collapse/expand
- Replies: 2
- Views: 6541
Collapse/expand
If anyone allready uses the collapseable categories with cookies from cristian bullock then you can also make the collapsable thingy with welcome on index. Open: styles/prosilver/template/index_body.html FIND: <!-- IF not S_IS_BOT --> <div class="forabg"> <div class="inner"><span class="corners-top ...
- 31 May 2012, 19:02
- Forum: Prettyphoto Attachment
- Topic: PrettyPhoto youtube movie clip
- Replies: 1
- Views: 3448
PrettyPhoto youtube movie clip
I created this for our forum and wanted to share it with you. Hope you like it. BBCode: [youtube]{IDENTIFIER}[/youtube] HTML Replacement: <style type="text/css"> .roundall { border-radius: 4px 4px 4px 4px; } .youtube_video { background: url("/images/video.png") no-repeat scroll 0 0 #313131; border ...
- 11 Apr 2012, 11:07
- Forum: User Contributions
- Topic: Lovenote updated BBcode
- Replies: 0
- Views: 2134
Lovenote updated BBcode
BBCode: [lovenote]{SIMPLETEXT},{SIMPLETEXT1},{SIMPLETEXT2},{SIMPLETEXT3},{SIMPLETEXT4}[/lovenote] HTML replacement: <div style="text-align:{SIMPLETEXT};"> <embed src="http://www.pageplugins.com/generators/love_note/lovenote.swf" FlashVars="t={SIMPLETEXT1},&m={SIMPLETEXT2}&f={SIMPLETEXT3}&px=32.9&py ...
- 28 Mar 2012, 01:29
- Forum: Top Stats
- Topic: collapse expand for top stats plz help *
- Replies: 3
- Views: 4693
collapse expand for top stats plz help *
that's a very old mod. i think you should undo all edit from that mod and do this instead http://www.christianbullock.com/2011/phpbb-collapsible-categories-with-cookies then it's easier to get what you asked for. then for the recent_active_body.html use this <!-- IF S_TS_JSSCROLL and TS_JSSCROLL ...
- 27 Mar 2012, 23:56
- Forum: Top Stats
- Topic: Plz help scroll not working *
- Replies: 9
- Views: 4487
Plz help scroll not working *
and bro Theriddler here is what u sed and i did but it stop working when i do this i donw know what to do or this work or not plz help i did this but not scroll can u add var $ = jQuery.noConflict(); in all where need maby iam wrong try this one, i'm not sure it will work, but it's worth trying ...
- 27 Mar 2012, 22:21
- Forum: Top Stats
- Topic: Plz help scroll not working *
- Replies: 9
- Views: 4487
Plz help scroll not working *
You have alot of jquery loaded, i had the same thing and also some jquery didn't work. The sollution was simple after some search. First the line: <script type="text/javascript" src="{ROOT_PATH}mchat/jquery-1.7.2.min.js"></script> Goes before every jquery code, so move it You need to place this line ...
- 26 Jan 2012, 00:52
- Forum: User Contributions
- Topic: [DEV] Custom Profile Block On/Off 0.0.3
- Replies: 3
- Views: 2769
[DEV] Custom Profile Block On/Off 0.0.3
looks very nice , thanks
is it possible to provide us the psd files, so we can create another color?
is it possible to provide us the psd files, so we can create another color?
- 21 Jan 2012, 20:32
- Forum: User Contributions
- Topic: Addon prettyphoto youtube
- Replies: 3
- Views: 4048
Addon prettyphoto youtube
thanks for posting interesting idea but : using the code above prints 2 thumbnails, one above and one to the right. the line below is for the right side thumbnail document.writeln( '<img src="' + data.entry[ "media$group" ][ "media$thumbnail" ][ 0 ].url + '" width="' + data.entry[ "media$group ...
- 21 Jan 2012, 13:48
- Forum: User Contributions
- Topic: Addon prettyphoto youtube
- Replies: 3
- Views: 4048
Addon prettyphoto youtube
This is een slightly addon for the Prettyphoto youtube bbcode. Since the bbcode does not show the title of an youtube movie, this little addon does do the job and places various info underneath the movie. I'm not the author of this, just found it after searching and wanted it to share. Find: <a href ...