PDA

View Full Version : Some Problems


Manshu
13.04.2004, 23:11
Hello. Nice to see a site that helps us dumb people.

Anyway, Im having some problems with this phpBB Template (Commercial) that I am attempting to convert.

http://ultimate-net.com/lackofsanity/index.php?option=com_weblinks&Itemid=4

The Modules Headings.. How can I get that 100% and I mean the full width.. Like the first block on the right.. where it has date, pathway, etc.. I am going to move that around a bit.. But how can I get that 100% I might have to load each module by itself in the index.. but I rather not, and rather have it like that.. Ive been trying to look around in other files not in the templates, but cant find anything that will work..

Also in the components.. the "title" weblinks where it says.. I want that 100% and right under the other graphic.. like the block above it..

but thats about the only problems Im having.. except the bottom.. and Il get that figured out.. that wont be a problem.. but if you want to see a example of the phpBB template, it is here - http://ultimate-net.com/sigtest/

Thanks
Any and All help is apreciated

visualdensity
13.04.2004, 23:42
For your module header, go to your CSS file and add the following line:

table.moduletable th {
/* all your other css codes */

width: 100%; /* add this one */

}

For the bar below the weblinks, I think the only way is to have the bar inside the same table as the weblink's table. I haven't jumped into the source to see yet. Will see if others can help you on this.

Manshu
14.04.2004, 00:11
hmm.. well I got the weblinks thing figured out.. had to go into components/com_*/*.html.php and do some manual adjustments :)

as for the other thing.. im about to try it

visualdensity
14.04.2004, 05:42
Do keep us posted with the progress so that others can benefit from it! ;)

Manshu
14.04.2004, 23:25
will do :)