: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 ...
Search found 368 matches
- 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: 11115
- Mon Feb 09, 2009 6:37 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: AntiBotQuestion Installation
- Replies: 22
- Views: 99125
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 ...
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 ...
- 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: 11115
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).
- 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: 22925
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.
tpl_subsilver2_viewtopic_body.html.php
then revisit a topic and see if it works then.
- 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: 30226
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!!
...and there really is no need to YELL!!
- Mon Feb 09, 2009 4:53 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Resizing the width of subsilver2
- Replies: 7
- Views: 21500
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 ...
#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 ...
- Mon Feb 09, 2009 11:56 am
- Forum: phpBB 3.0.x Support
- Topic: Speed
- Replies: 18
- Views: 35362
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 ...
:roll:
Sorry, but I call "rubbish". It could be a number of things, slow page parse times may indicate ...
- 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: 10680
Re: Exif print and viewing/edititing post
You would have to check for the mode, eg
Code: Select all
if($mode = 'post')
{
do something
}
- Mon Feb 09, 2009 11:26 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Resizing the width of subsilver2
- Replies: 7
- Views: 21500
Re: Resizing the width of subsilver2
According to that sites css, it's 940px.
- Thu Feb 05, 2009 3:50 pm
- Forum: [3.0/Olympus] Discussion
- Topic: [Discussion] Downtime and Server Compromise
- Replies: 353
- Views: 533904
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.
Also, you will always have human spammers. IIRC, no non-human bot has broken the captcha.