It is currently Mon Feb 13, 2012 1:04 am

News News of phpBB2 Forum

Site map of phpBB2 Forum » Forum : phpBB2 Forum

Discussions about the phpBB2 Forum. How to get the best from this powerful script.

Correct permissions to enable posting under subforums only

Hello,

Please I'd like to know the correct permissions to enable posting under the subforums only and not the main forum root.

For example, Forum1 is the main forum and it has 2 subforums which are Forum-a and Forum-b.

How can I enable posting under Forum-a and Forum-b only and disable posting under the root of the main forum which is Forum1.

I hope that I made myself clear.

Also I do not want to have the search box or the There are no topics or posts in this forum statement.


Thanks
Mohamed


Note: I've tried to play with forum ...
Read more : Correct permissions to enable posting under subforums only | Views : 1035 | Replies : 1


how to replace text field with text comment, based on user?

On the profile page I'm trying to replace the field for "website" with a text message if the user belongs to a certain user_level; other user_levels (i.e. MOD) would be able to enter a website address.

Any suggestions how I make such a code?
Read more : how to replace text field with text comment, based on user? | Views : 1560 | Replies : 1


upgrade to php seo premodded version from default 3.0.2?

is this possible as i dont want to lose my forum topics and members. I have no other mods installed.
Read more : upgrade to php seo premodded version from default 3.0.2? | Views : 631 | Replies : 3


SEO help for similar topics

Hello, could you please help me with this in viewtopic.php

I have installed similar topics mod, and this part isn't SEO yet.
$sql_array = array(
'SELECT' => 'f.forum_id, f.forum_name, t.topic_id, t.topic_title, u.user_id, u.username, u.user_colour, t.topic_replies',

'FROM' => array(
TOPICS_TABLE => 't',
),

'LEFT_JOIN' => array(
array(
'FROM' => array(USERS_TABLE => 'u'),
'ON' => 'u.user_id = t.topic_poster'
),
array(
'FROM' => array(FORUMS_TABLE => 'f'),
'ON' => 'f.forum_id = t.forum_id'
),
),

'WHERE' => "MATCH (t.topic_title) AGAINST ('" . $db->sql_escape($topic_data['topic_title']) . "' ) > 4.7
AND t.topic_status <> " . ITEM_MOVED . '
AND t.topic_id <> ' . (int) $topic_data['topic_id'],

'GROUP_BY' => ...
Read more : SEO help for similar topics | Views : 575 | Replies : 2


Help for Photo Gallery!

Hi Guys,

I am planning to hold a contest where the participants would post pics and few lines towards its description.

Is there a way by which I can have a photogallery kind of setup in phpbb3.

Something of this sort! http://www.bcmtouring.com/india-photoga ... ex.php?v=2

Please help.
Read more : Help for Photo Gallery! | Views : 978 | Replies : 3


 

Login  •  Register


Statistics

Total posts 40475 • Total topics 8395 • Total members 15098