Search found 155 matches

by doktornotor
07 Jan 2012, 16:36
Forum: User Discussions
Topic: Can any one tell me how many wrong JS i have in this - pleas
Replies: 5
Views: 3456

Can any one tell me how many wrong JS i have in this - pleas

RMcGirr83 wrote:I see that you have all this wonderful jQuery add-ons, yet I don't see any link to the jQuery library.

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
almost at the very top of the mess :D
by doktornotor
05 Jan 2012, 00:07
Forum: User Contributions
Topic: Phpbb Autorefrash
Replies: 15
Views: 7498

Phpbb Autorefrash

Hi, and if you add simply a bottom on your overall_footer ? ;) Pffffffft, no jQuery? :shock: :lol: <script type="text/javascript"> $(document).ready(function() { $('#refresh-button').click(function() { location.reload(); }); }); </script> ... <input id="refresh-button" type=&quo...
by doktornotor
04 Jan 2012, 23:44
Forum: User Discussions
Topic: Can any one tell me how many wrong JS i have in this - pleas
Replies: 5
Views: 3456

Can any one tell me how many wrong JS i have in this - pleas

Looks like you have cut off some at the top? :lol: Cannot see something terribly wrong there off hand, those mutiple $(document).ready(function(){}; instances should be combined all into one... arguably these also belong rather in overall_footer.html . But as said above, with so much JS there is alw...
by doktornotor
04 Jan 2012, 15:56
Forum: User Contributions
Topic: Phpbb Autorefrash
Replies: 15
Views: 7498

Phpbb Autorefrash

Erm... I would rather not comment on the idea itself but in case someone really insists on doing this, you must do this in overall_header.html itself, and before the closing </head> tag. To limit that to index page, you need to wrap that between <!-- IF SCRIPT_NAME == 'index' --><!-- ENDIF --> :shoc...
by doktornotor
01 Jan 2012, 13:36
Forum: User Contributions
Topic: [RC] Live Character Limit Counter
Replies: 22
Views: 14062

[RC] Live Character Limit Counter

master412160 wrote: this mod works splendid but on quick reply it doesnt show ..... Any idea what is causing it?
Check your edits in styles/[yourstyle]/template/quickreply_editor.html ;)
by doktornotor
01 Jan 2012, 13:06
Forum: Forum Goal
Topic: Strange ACP Settings [SOLVED]
Replies: 2
Views: 2883

Strange ACP Settings

Well, you apparently are missing the edits in language/en/acp/board.php - go check again. :P
by doktornotor
31 Dec 2011, 17:53
Forum: User Discussions
Topic: Terr0r
Replies: 13
Views: 5088

Terr0r

@err0r
Image

Happy New Year to everyone else...
by doktornotor
31 Dec 2011, 12:07
Forum: User Discussions
Topic: Happy New Year 2012
Replies: 12
Views: 7529

Happy New Year 2012

Happy New Year @ Terr0r!

Image
by doktornotor
29 Dec 2011, 22:47
Forum: Forum Goal
Topic: MOD Version Check
Replies: 1
Views: 2656

MOD Version Check

That "validated" thing is broken... There is some bugfix version here, never tried...
by doktornotor
29 Dec 2011, 09:34
Forum: User Contributions
Topic: phpBB Pretty Sociable
Replies: 42
Views: 27779

phpBB Pretty Sociable

<!-- IF FORUM_ID neq 1 --> ... <!-- ENDIF -->. I still do not get why do you want/need this. So they will share a topic title that people will not be able to read anyway. Big deal...