| Author |
Post |
|
|
#1 Sun Jul 29, 2007 4:31 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Hi, Instead of a small logo and text, I would like to replace everything with a full width graphic (something like usebbzone). to get rid of the text in the right corner, I need to go to templates/default/global.tpl.php, find and remove the following: <h1 id="boardname"><span id="line">{board_name}</span></h1> <h2 id="boarddescr">{board_descr}</h2>But how do I insert the new logo, just replace usebb.png with my own? Also, how wide should the graphic be to cover the whole width of the forum? Thanks, Gene
|
|
|
#2 Tue Jul 31, 2007 9:55 am
|
|
Member
Registered: Jun 2007
Posts: 43
Location: Adelaide, Australia.
|
Check out some of the themes I posted on UseBB-Zone, you should find some examples there.  Raygene wrote Hi, Instead of a small logo and text, I would like to replace everything with a full width graphic (something like usebbzone). to get rid of the text in the right corner, I need to go to templates/default/global.tpl.php, find and remove the following: <h1 id="boardname"><span id="line">{board_name}</span></h1> <h2 id="boarddescr">{board_descr}</h2>But how do I insert the new logo, just replace usebb.png with my own? Also, how wide should the graphic be to cover the whole width of the forum? Thanks, Gene
_______________ Growing old is compulsory Growing up is optional 
|
|
|
#3 Tue Jul 31, 2007 2:16 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
lopalong wrote Check out some of the themes I posted on UseBB-Zone, you should find some examples there. 
Sounds like a plan but which files should I be looking at? Thanks, Gene
|
|
|
#4 Tue Jul 31, 2007 6:37 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Raygene wrote lopalong wrote Check out some of the themes I posted on UseBB-Zone, you should find some examples there. 
Sounds like a plan but which files should I be looking at? Thanks, Gene
OK, thanks to Gaia's help, my full-width logo is there. Another thing I'd like to do is to have the forums descriptions change colors when the pointer hovers over them, similar to useBBZone. Changed all the color values in all "hover" code lines in styles.css (one after the other then see if there were any changes on my board) but to no avail. Wish I could figure that one out. Thanks again, Gene
|
|
|
#5 Fri Aug 03, 2007 10:41 am
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
This is a matter of altering the CSS appropriately. All I can say is to first learn how CSS works. 
|
|
|
#6 Fri Aug 03, 2007 10:47 am
|
|
Member
Registered: Jun 2007
Posts: 43
Location: Adelaide, Australia.
|
And a GREAT place to start for answers to lots of questions is here. http://www.w3schools.com/css/default.asp _______________ Growing old is compulsory Growing up is optional 
|
|
|
#7 Fri Aug 03, 2007 4:08 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
lopalong wrote And a GREAT place to start for answers to lots of questions is here. http://www.w3schools.com/css/default.asp
Back to school, LOL Thanks, Gene
|
|
|
#8 Mon Oct 29, 2007 6:42 pm
|
|
Member
Registered: Oct 2007
Posts: 3
|
Raygene can you please explain how you fix your problem? I would like to do same thing in my forum...
|
|
|
#9 Tue Oct 30, 2007 12:57 am
|
|
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
|
|
|
|
#10 Tue Oct 30, 2007 3:05 pm
|
|
Member
Registered: Oct 2007
Posts: 3
|
Gaia thanks for link but I still can't fix my problem... My forum is SMF and there is no file named global.tpl.php, can you give me some tips for SMF I think that I have to make some changes in index.template.php
|
|
|
#11 Tue Oct 30, 2007 3:31 pm
|
|
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
|
Only tip for SMF is this: Try going to the SMF support forum? This is support for UseBB. http://simplemachines.org
|
|
|
#12 Tue Oct 30, 2007 10:57 pm
|
|
Member
Registered: Oct 2007
Posts: 3
|
tnx, I solve my problem on simplemachines.org
|