Current time: 05-23-2012, 09:35 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A few suggestions here!
12-10-2004, 02:22 PM
Post: #1
Toungue A few suggestions here!
Hi all!

MyBB is a good dicussion board! It has features of VBullitin, phpBB and IPB to me! And I would like to thank the developer of this great forum!
Any way I would like a few chnages about the forum.

1. In the admin panel there should be a link where you can exit the admin panel and return to the forum. As When I click View Forum it stays in the Admin Panel and my forum is squiched in the right of the screen in the right hand side of the frame. I would like that link to exit the admin panel and go to my fourm index page with out frames. Big Grin.

2. On the forum index, all the forums/categories should align vertically in the middle of each line instead of aligning to the top.

3. Could there be template files for the forum (abit like what phpbb2 template files are like (the .tpl file xtenssion ones) So then it will be easy to edit the layout of the forum a little easier. As I have no clue of where to edit the layout of the forum too.

Thanx for reading.
Find all posts by this user
Quote this message in a reply
12-10-2004, 08:59 PM
Post: #2
RE: A few suggestions here!
1. You can do this yourself. Open admin/index.php, and find
Code:
<a href="../index.php" target="body">View Your Forums</a>
and change to
Code:
<a href="../index.php" target="_top">View Your Forums</a>
to oepn in same window, or
Code:
<a href="../index.php" target="_blank">View Your Forums</a>
to open in a new window.

2. Once again, you can do this yourself. Admin CP > Templates > Modify/Delete > *template set* > Forum Bit Templates expand > then in forumbit_depth1_forum and forumbit_depth2_forum, remove all valign="top"

3. Template system already exsists. As shown above, Admin CP > Templates > Modify/Delete > *template set* > then find the template you need and edit it.
Visit this user's website Find all posts by this user
Quote this message in a reply
12-11-2004, 12:38 PM
Post: #3
RE: A few suggestions here!
Hi K776

Thanx man! I quite like the in built template editing system! I'll start editing my forum now!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication