About Simple Machines Forum
#1

Hi guys,

I'm currently setting up a SMF (Simple Machines Forum) for my SA-MP Server and I wanted to ask if anyone knows how to create new tabs. If anyone knows, feel free to PM me.

Regards, Sniperwars aka Fr3ak.
Reply
#2

IIRC: Admin Panel -> Forum Management -> Add Forum/Category.
Reply
#3

I'm using SMF Version 2.0.1 and I don't see that option.
Reply
#4

http://wiki.simplemachines.org/smf/Main_Page
Look under the "As an Administrator" section.

Reply
#5

Can anyone help me with this ?
Reply
#6

I would have helped you if I had known what does "tabs" mean...
You mean forums, boards, subforums?
Reply
#7



The tab highlighted in orange, I want everything from the "Home" tab to a new tab called "Community"
Reply
#8

http://docs.simplemachines.org/index.php?topic=564

This should help you.
Reply
#9

I'm not very good with PHP editing. Would you mind doing Team Viewer with me and help ?
Reply
#10

It's really easy, you don't have to know PHP that much...
You just need to add few lines as it says.

Open the index.template.php of your theme with WordPad or any other text editor and press CTRL + F, then type in:
Код:
if ($context['current_action'] == 'search2')
		$current_action = 'search';
and than it will find the line that you asked.
Then after that, add this after:
Код:
if ($context['current_action'] == 'community')
		$current_action = 'community';
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)