Four Problems/Modifications

Riglax at 00h55
01
Sep
2011
Hello everyone. Recently, a friend of mine and I have been setting up a forum.

Nevertheless, we came across some problems:

1. Table Spacing

Spoiler:


Is there a way to add a small empty space in the arrows' positions? But - not just there - I'd also like generally spacing, in the whole table.

2. Profiles in Messages/Topics/Posts

Spoiler:




Is there a way to remove those gaps, so my profiles look more like the second image?

3. Chatbox Headers

Spoiler:


Can we change headers/colors in the selected spaces? The chat looks extremely weird without anything behind the buttons.


4. How to make options disappear for guests/users?

In the link above, you can see we've set up a menu. Is there a way to make Profile/Log Out to not appear for guests? And, registered users don't have to see the Register/log in option?

Here's the code for this menu.



Thanks in advance for anyone who can help us.
-Riglax
1 mgt98, on 01/09/2011 at 09h19
For number three, have a look at this. /t77136-customize-chatbox
2 shadowz au, on 01/09/2011 at 10h23
I can do number 4
I got this on my forum
What version u got?

If it punbb
Use this

Code:

                  <div id="pun-navlinks">
                     <ul class="topnav"> 
<li><a href="forum">Home</a></li> 
    <li> 
        <a href="/h5-">Rules</a> 
       
    </li> 
    <li> 
        <a href="/h4-">Staff List</a> 
       
 </li> 
<!-- BEGIN switch_user_logged_in -->
    <li><a href="/groups">Usergroups</a></li> 
    <li><a href="/profile?mode=editprofile">Profile</a></li> 
    <li><a href="/privmsg?folder=inbox" class="p-m">Mailbox</a></li>
    <li><a href="/login?logout">Logout</a></li>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
    <li><a href="/register">Register</a></li>
  <li><a href="/login">Login</a></li>
<!-- END switch_user_logged_out -->
</ul>
               </div>
</div>
3 Riglax, on 01/09/2011 at 15h39
Eh, I looked at that topic. The CSS doesn't seam to work >_<

---

Oh man, it is PunBB. Thanks a bunch bro. It worked perfectly!
4 Sanket, on 01/09/2011 at 15h45
Since this thread appears to be solved, I will lock this thread and mark it as solved.


Sanket Smile

Similar topics
Hi every one !!! Yesterday (21-09-2011) The forum was Ok untill 14:00 - 15:00 (Greek Time).Then I logged out WITHOUT making any modification.Arround 19:00 - 20:00 (Greek Time) an admin called me on cell phone and told me that there was a big problem on th
Post your problems related to c++ programming here.
Hi, I listen to music often on my Panimage 7'' Tablet but every 15 minutes or every 1 hour the SD CARD unexpectedly removes itself ( BUT IT IS NEVER PHYSICALLY TOOKEN OUT ) and then it reads the sd card again and prepares it for use ? What causes it to
Replies 1 to 4 on 4 for "Four Problems/Modifications"
See also
more_less
Informations

4 Replies For the topic :
"Four Problems/Modifications"

This topic has been viewed 760 times.

Last message :
01/09/2011 at 00h55 by "Riglax"