Search found 69 matches
- Wed Feb 11, 2009 1:25 pm
- Forum: phpBB 3.0.x Support
- Topic: Using the Link Function
- Replies: 5
- Views: 17980
Re: Using the Link Function
open forumlist_body.html find <a class="forumlink" href="{forumrow.U_VIEWFORUM}"> replace with <a class="forumlink" href="{forumrow.U_VIEWFORUM}" onclick="window.open(this.href);return false;"> Save, upload, and purge the cache All 'forums' that are ...
- Tue Feb 10, 2009 7:52 pm
- Forum: phpBB 3.0.x Support
- Topic: _blank for the forum links
- Replies: 13
- Views: 54030
Re: _blank for the forum links
The MOD I linked you to edits includes/functions_content.php and doesnt ask you to find make_clickable, so I havent a clue what you mean
- Tue Feb 10, 2009 6:55 pm
- Forum: phpBB 3.0.x Support
- Topic: image size
- Replies: 2
- Views: 9483
Re: image size
You hosts do not have it enabled at their end, so set the image size to 0 in each option.
- Tue Feb 10, 2009 6:53 pm
- Forum: phpBB 3.0.x Support
- Topic: SPAMBOTS - how can we stop them - read FIRST post.
- Replies: 234
- Views: 510066
Re: SPAMBOTS - how can we stop them - read FIRST post.
http://www.phpbbcom.phpbbservice.nl/kb/ ... admin.htmlSjeng wrote: I understand the editing of the php files, with the add lines after some other line. Butt hat SQL thing is unclear...
- Tue Feb 10, 2009 4:03 pm
- Forum: phpBB 3.0.x Support
- Topic: _blank for the forum links
- Replies: 13
- Views: 54030
Re: _blank for the forum links
Use the prime Links MOD I have mirrored on my site
- Tue Feb 10, 2009 12:51 pm
- Forum: phpBB 3.0.x Support
- Topic: SPAMBOTS - how can we stop them - read FIRST post.
- Replies: 234
- Views: 510066
Re: SPAMBOTS - how can we stop them - read FIRST post.
IT WORX! Now I have enable queue posts and everything works fine, great! Thank you so much James! If { ADM_LOGOUT } and { BAN_USER } and such apperars, it means that my language file is outdated? Anyway, now I can't reach phpbb.com/languages/ for that. Glad you got it working OK. Yes, if you get co...
- Tue Feb 10, 2009 9:41 am
- Forum: phpBB 3.0.x Support
- Topic: ban guest posts
- Replies: 1
- Views: 3726
Re: ban guest posts
ACP>users and groups>gropus forum permissions>guests>submit
then set guests permissions so that they cant post on any/all of you forums you want>submit
phpBB3 permissions
then set guests permissions so that they cant post on any/all of you forums you want>submit
phpBB3 permissions
- Tue Feb 10, 2009 9:37 am
- Forum: phpBB 3.0.x Support
- Topic: How do you put announcements on your board?
- Replies: 4
- Views: 16191
Re: How do you put announcements on your board?
Make it a Global Announcement
- Mon Feb 09, 2009 9:08 pm
- Forum: phpBB 3.0.x Support
- Topic: Opening Signature Links in new Window
- Replies: 8
- Views: 14691
Re: Opening Signature Links in new Window
Not my code, I am just mirroring it for the duration.
glad its worked for you
glad its worked for you
- Mon Feb 09, 2009 9:02 pm
- Forum: phpBB 3.0.x Support
- Topic: Opening Signature Links in new Window
- Replies: 8
- Views: 14691
Re: Opening Signature Links in new Window
It shouldnt do AFAIK