PDA

View Full Version : Need to made some changes in the SMF forum php script.



TorrentMaster9
07-24-2007, 07:28 AM
I´m trying to make some changes to this code. the stylesheet of the smf forum is like this, but already downloaded another theme who is easier to make the changes needed. for example the menu and the banner is almost ok
http://img390.imageshack.us/img390/21/www2xj5.jpg

and I want to make it like this:
http://img300.imageshack.us/img300/1263/qqqng3.jpg



The biggest problem seems to put the code of the active page inside that box or table that will have a different background and maybe some gifs files to make the borders:)(try to make borders too on the menu links, likke a box on every link). I know this is probably much trouble, but even a little help is apreciated. Maybe add me on msn(pm me so I can give my mail).
thanks

well, I got a new theme for the forum that is easier to edit. it already have the menu bar how I like.
One of the problems is how to add gif borders to some some boxes. and create a center box where will be the active page script

tesco
07-26-2007, 10:22 PM
Not sure how SMF works.
BUT my guess is it uses templates as most do.
And there's probably templates named header and footer, or something along those lines.
In header, right before whatever parts u want to start being bordered, add some code like:

<div style="padding:50px;background-color:#000;">and in footer add

</div>Edit the style as you like.


If you want more info you're going to have to 1) give a better description and 2) post the header/footer templates (or pm them to me).

TorrentMaster9
07-27-2007, 01:54 AM
I already worked on asp so I was abled to do a lot of what I wanted to do.
Have a stupid question. What the div is? it´s like a table?

tesco
07-27-2007, 09:00 PM
http://www.w3schools.com/tags/tag_div.asp