FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Forum Help Someone able to Help?

 


jarred89
Hello,

I am making my forum and I am using PHPBB but there are some things I would like to change on it. The forum is at: www.illusiontheshow.com/forum. I want to get rid of that whole top bit where the logo is. Also I want to make the grey background on the forum black. Does anyone out there know how to do it?

Cheers,
Jarred
Relentless
Hi.. Well first off all. congrats on the website. I like the design.

But with to forum. It will not be easy. You will have to edit the HTML. Unless you have the ability to change it in your Administration Panel. Which I don't think you can because i am using the same forum lol

goto my forum (takes a while to load) I edited the top part of mine.

Just out of interest how did you make your website? I mean what software are you using? This might help me help you to edit your Forum...


Dan...
jarred89
To make the website I used wordpress, dreamweaver and photoshop.
There are files for the template i could edit for the forum but I have no idea how to edit out the bits I don't want.

Cheers,
Jarred
jarred89
Anyone able to help?
Josso
Ok, first problem first... the bit of HTML you need to mess with is this:
Code:
                  <table width=100% height=203 align=center valign=top border=0 cellpadding=0 cellspacing=0 class=text>
                  <tr>
                  <td height=175 width=100% valign=top align=right>

                  <img src=templates/fwsblack1/images/logo-main.jpg>
                  </td>
                  </tr>

                  <tr>
                  <td height=25 width=100% align=right valign=top>

                  <span class="mainmenu"> <a href="faq.php" class="mainmenu">FAQ</a>   <a href="search.php" class="mainmenu">Search</a>   <a href="memberlist.php" class="mainmenu">Memberlist</a>   <a href="groupcp.php" class="mainmenu">Usergroups</a>
                   <a href="profile.php?mode=register" class="mainmenu">Register</a>
                  </span><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu">Profile</a>   <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a>   <a href="login.php" class="mainmenu">Log in</a> </span>

 

                  </td>
                  </tr>

                  </table>


Unfortunately this is written out by PHP, so you'll have to remove the bit in the PHP file that "writes" this HTML out to the page. I'm not entirely sure how to do the next steps. If I had access to your server I could probably mess about with it enough so it worked but it's much, much easier to find out exactly what to do.

Ask:
http://www.phpbb.com/community/

They will sort your problem out very quickly Wink
AftershockVibe
You want to look in the "templates" folder of your PHPBB installation directory. The file you want to edit will be in there - it's probably called something the lines of "forum_header" but since logo only appears once on the page it will only be in one file so you can quickly find the file you want by searching and modify as you need to.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.