Search found 155 matches

by doktornotor
07 Jan 2012, 14:36
Forum: The Pub
Topic: Can any one tell me how many wrong JS i have in this - pleas
Replies: 5
Views: 4,432

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
04 Jan 2012, 22:07
Forum: phpBB 3.0.X Modifications
Topic: Phpbb Autorefrash
Replies: 15
Views: 9,966

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="button ...
by doktornotor
04 Jan 2012, 21:44
Forum: The Pub
Topic: Can any one tell me how many wrong JS i have in this - pleas
Replies: 5
Views: 4,432

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 ...
by doktornotor
04 Jan 2012, 13:56
Forum: phpBB 3.0.X Modifications
Topic: Phpbb Autorefrash
Replies: 15
Views: 9,966

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 ...
by doktornotor
01 Jan 2012, 11:36
Forum: phpBB 3.0.X Modifications
Topic: [RC] Live Character Limit Counter
Replies: 22
Views: 17,511

[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, 11:06
Forum: phpBB 3.0.X Modifications
Topic: Strange ACP Settings [SOLVED]
Replies: 2
Views: 3,625

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, 15:53
Forum: The Pub
Topic: Terr0r
Replies: 13
Views: 7,296

Terr0r

@err0r
Image

Happy New Year to everyone else...
by doktornotor
31 Dec 2011, 10:07
Forum: The Pub
Topic: Happy New Year 2012
Replies: 12
Views: 9,492

Happy New Year 2012

Happy New Year @ Terr0r!

Image
by doktornotor
29 Dec 2011, 20:47
Forum: phpBB 3.0.X Modifications
Topic: MOD Version Check
Replies: 1
Views: 3,295

MOD Version Check

That "validated" thing is broken... There is some bugfix version here, never tried...
by doktornotor
29 Dec 2011, 07:34
Forum: phpBB 3.0.X Modifications
Topic: phpBB Pretty Sociable
Replies: 42
Views: 35,835

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...