Search found 368 matches

by RMcGirr83
Mon Feb 09, 2009 6:56 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: General Error but from what mod?
Replies: 3
Views: 11185

Re: General Error but from what mod?

:roll:

Stupid code scroll thingy.

That line in includes/functions_admin.php should look like this


$sql = 'SELECT p.post_id, p.poster_id, p.post_subject, p.post_time, p.post_username, u.username, u.user_colour
FROM ' . POSTS_TABLE . ' p, ' . USERS_TABLE . ' u
WHERE ' . $db->sql_in_set('p.post ...
by RMcGirr83
Mon Feb 09, 2009 6:37 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: AntiBotQuestion Installation
Replies: 22
Views: 100070

Re: AntiBotQuestion Installation

<COMMENT>
note to phpbb gods: is it really clever to have 2 separate instruction files? I bet I will not be the last one doing this mistake...
</COMMENT>

That's the way mods are built, they are only required to have install instructions for prosilver based styles. subsilver2 based styles would be ...
by RMcGirr83
Mon Feb 09, 2009 6:32 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: General Error but from what mod?
Replies: 3
Views: 11185

Re: General Error but from what mod?

Which file is that being called from and what does the code in that file look like (eg use the code bbcode tags and post up the php file that is giving you the errors).
by RMcGirr83
Mon Feb 09, 2009 6:25 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: subsilver2 hyper link usernames to profile?
Replies: 10
Views: 23289

Re: subsilver2 hyper link usernames to profile?

Go into your cahce folder via FTP and delete this file

tpl_subsilver2_viewtopic_body.html.php

then revisit a topic and see if it works then.
by RMcGirr83
Mon Feb 09, 2009 6:18 pm
Forum: phpBB 3.0.x Support
Topic: urgent Help cant see forum Need help ASAP
Replies: 26
Views: 30483

Re: URGENT HELP CANT SEE FORUM!!!

What style do you have set for the forum default in the board settings?


...and there really is no need to YELL!! ;)
by RMcGirr83
Mon Feb 09, 2009 4:53 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Resizing the width of subsilver2
Replies: 7
Views: 21624

Re: Resizing the width of subsilver2

You can try this, open styles/xxx/stylesheet.css and find the following declarations


#wrapheader
#wrapcentre
#wrapfooter


You need to add some css in those, fwiw here is mine that centers the subsilver2 style and makes the forum 940px wide


#wrapheader {
min-height: 120px;
width: 940px ...
by RMcGirr83
Mon Feb 09, 2009 11:56 am
Forum: phpBB 3.0.x Support
Topic: Speed
Replies: 18
Views: 35610

Re: Speed

Now if that page is only a text messages and you’re experiencing a slow connection then that would be your ISP connection especially if it is peak hour unless you’re on T1, T2 or T3 connection.

:roll:

Sorry, but I call "rubbish". It could be a number of things, slow page parse times may indicate ...
by RMcGirr83
Mon Feb 09, 2009 11:46 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Exif print and viewing/edititing post
Replies: 3
Views: 10747

Re: Exif print and viewing/edititing post

You would have to check for the mode, eg

Code: Select all

if($mode = 'post')
{
    do something
}
by RMcGirr83
Mon Feb 09, 2009 11:26 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Resizing the width of subsilver2
Replies: 7
Views: 21624

Re: Resizing the width of subsilver2

According to that sites css, it's 940px.
by RMcGirr83
Thu Feb 05, 2009 3:50 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 536871

Re: [Discussion] Downtime and Server Compromise

The download for phpBB can be found on sourceforge or ohloh, fwiw.

Also, you will always have human spammers. IIRC, no non-human bot has broken the captcha.