Search found 155 matches

by doktornotor
23 Nov 2011, 20:37
Forum: Welcome On Index
Topic: [Snippet] Add (clickable) banned users, post and topic stats
Replies: 2
Views: 4963

[Snippet] Add (clickable) banned users, post and topic stats

Clickable Banned Users: 1/ Install Welcome on Index mod (duh!) 2/ Install Ban List Mod and enable it. 3/ Add it! Open: index_body.html Find: {TOTAL_POSTS} &bull; {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER} Inline Find: {TOTAL_USERS} Inline Add After: <!-- IF TOTAL_BANNED_USERS --> &...
by doktornotor
23 Nov 2011, 17:03
Forum: Err0r Pages
Topic: [BETA][Add-On] Redirect Link Page Addon
Replies: 10
Views: 22097

[ALPHA][Add-On] Redirect Link Page Addon

martin123456 wrote:Tested and works 100%
Thanks, sounds good for a first release. :D
by doktornotor
23 Nov 2011, 14:14
Forum: Err0r Pages
Topic: [BETA][Add-On] Redirect Link Page Addon
Replies: 10
Views: 22097

[ALPHA][Add-On] Redirect Link Page Addon

you left your themes file in there some might get confused by it :D DVGFX2 in styles This should do no harm and is not forbidden anywhere even by the phpBB.com specs, AFAICT. It simply will not get installed if that style is not available/active on your forum. (You might receive some stupid warning...
by doktornotor
23 Nov 2011, 13:54
Forum: Err0r Pages
Topic: [BETA][Add-On] Redirect Link Page Addon
Replies: 10
Views: 22097

[BETA][Add-On] Redirect Link Page Addon

Modification Name: Error Pages - Redirect Link Page Addon Author: doktornotor Modification Description: A simple external link redirect page addon for you forum like the one being used here, just a tad bit smarter. Modification Version: [BETA] 0.2.0 Requirements: Error Pages MOD by Stoker (duh!) PH...
by doktornotor
19 Nov 2011, 13:48
Forum: Top Stats
Topic: [ADDON] Forum images in recent active topics
Replies: 46
Views: 31775

[ADDON] Forum images in recent active topics

@BlackWolf - this assumes using latest version.
by doktornotor
19 Nov 2011, 13:41
Forum: Top Stats
Topic: [ADDON] Forum images in recent active topics
Replies: 46
Views: 31775

[ADDON] Forum images in recent active topics

@Blackwolf, that obviously is a "pasto" error there... search for f.forum_name instead. :D
by doktornotor
19 Nov 2011, 09:53
Forum: Top Stats
Topic: Problem with Jquery?
Replies: 14
Views: 7467

Problem with Jquery?

After your conversation in this topic, I wonder about the use of noConflict and it probably would resign in the next version. I thank everyone for their voice heard in this discussion, it was very helpful for me. Well, looking at your code, you seem to use it the other way round. In my jQuery Repla...
by doktornotor
18 Nov 2011, 19:45
Forum: Top Stats
Topic: Problem in IE8
Replies: 37
Views: 22738

Problem in IE8

Do not understand you last comment, sorry... If <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> "fixes" the page in IE9 then the browser was not running in the IE9 mode and there is absolutely no reason why it would not do so on a page with pretty damn sta...
by doktornotor
18 Nov 2011, 19:19
Forum: Top Stats
Topic: Problem in IE8
Replies: 37
Views: 22738

Problem in IE8

FYI Removing the fist line problem shifted to IE9 so both IE8 & 9 displaying it properly with that <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> Thank all for your time. This does not make any sense, IE9 is the latest, plus there is no such problem on your or...
by doktornotor
18 Nov 2011, 18:49
Forum: Top Stats
Topic: Top Stats Ticker
Replies: 3
Views: 2917

Top Stats Ticker

Hmmm, with this script, you would basically have to duplicate the recent active topics edits in the template and make another slightly altered query which selects the other half of the top X recent topics. Would be a bit messy.