| Author |
Message |
Snowblind New Member


Joined: Jan 14, 2004 Posts: 20
|
Posted:
Fri Jan 16, 2004 12:11 am |
|
well my forum is set up, yet i cant post a new topic what do i need to do? or build different forums.
2) is it possible to turn off the option that alows users to view the site in a different theme they can chhose from?
3) what is a good gallery php site for 7.0 ?
thanks again. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15213 Location: Kansas
|
Posted:
Fri Jan 16, 2004 6:50 am |
|
1 - You need to add forums through Forum Management. Here is a link to assist
2 - The easiest way is to remove all the themes from the theme folder except the one that you want them to use. There is logic in modules/Your_Account/navbar.php that checks for a theme count > 1 and only displays the change theme link if there are more than 1 theme. So, you could also change that piese of logic to read | Code: | | if ($thmcount > 1000) { | That way, unless you have more than 1000 themes, the link will never show. That won't stop them from directy accessing the change function though, it just hides it. To complete that change you will also have to modify modules/Your_Account/index.php and deactivate the chgtheme function.
3 - I recommend the latest release of Coppermine for Nuke. Many prefer Gallery also. |
|
|
|
 |
Snowblind New Member


Joined: Jan 14, 2004 Posts: 20
|
Posted:
Fri Jan 16, 2004 6:54 am |
|
Thanks well i went into php admin cause nothing else was wroking and started to change 0 to 1's that didnt work so i reinstalled my phbb alone theme and it seems to work now, only thing is in admin_forum panel when i try to view teh site its a broken link, thou other then that seems to be working for now lol |
|
|
|
 |
Snowblind New Member


Joined: Jan 14, 2004 Posts: 20
|
Posted:
Fri Jan 16, 2004 11:00 pm |
|
Any suggestions where the best place to put meta tags, search engine key words for my site ? im guessing my idex page just like regular html, any suggestion or links would be a big help. Thanks |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15213 Location: Kansas
|
Posted:
Fri Jan 16, 2004 11:22 pm |
|
includes/meta.php - It's already there  |
|
|
|
 |
Snowblind New Member


Joined: Jan 14, 2004 Posts: 20
|
Posted:
Fri Jan 16, 2004 11:22 pm |
|
one day i will find a question to stump you |
|
|
|
 |
Deseroka Involved


Joined: Apr 15, 2003 Posts: 404 Location: FL
|
Posted:
Thu Dec 02, 2004 1:48 pm |
|
I'll believe that when I see it. |
|
|
|
 |
PHrEEkie Subject Matter Expert

Joined: Feb 23, 2004 Posts: 250
|
Posted:
Thu Dec 02, 2004 2:50 pm |
|
Holy diggin' up old posts, Batman!  |
|
|
|
 |
|
|
|
|