Crake
06-06-2005, 06:28 PM
:D my phpbb style is completly screwed up
www.pimp-ride.net/forum
anyone have suggestion
www.pimp-ride.net/forum
anyone have suggestion
|
||||
phpbb styleCrake 06-06-2005, 06:28 PM :D my phpbb style is completly screwed up www.pimp-ride.net/forum anyone have suggestion chump2877 06-06-2005, 06:30 PM If this is a PHP question, nobody can help you unless you include some code.... Crake 06-06-2005, 06:33 PM what you want code of a style i downloaded theres like 30 files :eek: chump2877 06-06-2005, 06:54 PM isolate your coding problem(s) and include it here with some code.....If you can;t recognize roughly where the problem(s) is in your code, you're out of luck..... PHP is server side (i can;t see it by viewing the source code in a browser), so you have to include some code here and explain what the code isn;t doing.... Crake 06-06-2005, 07:00 PM well if you visit the link i provides you will see what my code is not doing chump2877 06-06-2005, 07:05 PM that's for sure....LOL :D Edit: Why don;t you contact whoever wrote the script and see if they offer support for it and its installation? Kurashu 06-06-2005, 11:02 PM This is an HTML question. Unless you messed with your phpBB installation, this has no reason to be here. Crake 06-07-2005, 05:47 PM sorry :eek: i have not messed around with my forum! and how is it a html forum the style is in php and the forum is PHP-bb Fou-Lu 06-08-2005, 01:35 AM Chances are its a template problem. I say this because the functionality of the forum is still working, so the problem isn't with the generation or processing of the data, its a problem with displaying it. So, part of the problem is with the php call into the template, the other part is the structure of the html. Your best option is to post it on the phpbb forums or to try and use a new theme. It doesn't appear to be a problem with the phpbb installation atm. edit: Actually, I'm pulling back on this post, its definitly a complete html/css problem, not at all a php problem. I say this because my source shows your posts as being there, but cannot be viewed on my browser. Check with the creator of the theme, or install a new one and it will be fine. SeeIT Solutions 06-08-2005, 01:47 AM our problem lies in the code I have shown below... All the sizes are set to 0px. Modify the file found in forum/templates/<templatename>/overall_header.tpl to have values in all of these spots. Also, some of the images are missing so it may not look right anyway. th.thHead,td.catHead { font-size: 0px; border-width: 0px 0px 0px 0px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; } th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; } th.thTop { border-width: 0px 0px 0px 0px; } th.thCornerL { border-width: 0px 0px 0px 0px; } th.thCornerR { border-width: 0px 0px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "",; text-decoration: none; line-height : 120%; color : #; } /* General text */ .gen { font-size : 0px; } .genmed { font-size : 0px; } .gensmall { font-size : 0px; } .gen,.genmed,.gensmall { color : #; } a.gen,a.genmed,a.gensmall { color: #; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 0px; color : # } a.mainmenu { text-decoration: none; color : #; } a.mainmenu:hover{ text-decoration: underline; color : #; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 0px ; letter-spacing: 1px; color : #} a.cattitle { text-decoration: none; color : #; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 0px; color : #; } a.forumlink { text-decoration: none; color : #; } a.forumlink:hover{ text-decoration: underline; color : #; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 0px; color : #;} a.nav { text-decoration: none; color : #; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 0px; color : #; } a.topictitle:link { text-decoration: none; color : #; } a.topictitle:visited { text-decoration: none; color : #; } a.topictitle:hover { text-decoration: underline; color : #; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 0px; color : #;} /* Location, number of posts, post date etc */ .postdetails { font-size : 0px; color : #; } /* The content of the posts (body of text) */ .postbody { font-size : 0px; line-height: 18px} a.postlink:link { text-decoration: none; color : # } a.postlink:visited { text-decoration: none; color : #; } a.postlink:hover { text-decoration: underline; color : #} /* Quote & Code blocks */ .code { font-family: ; font-size: 0px; color: #; background-color: #; border: #; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } .quote { font-family: ; font-size: 0px; color: #; line-height: 125%; background-color: #; border: #; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } /* Copyright and bottom info */ .copyright { font-size: 0px; font-family: ; color: #; letter-spacing: -1px;} a.copyright { color: #; text-decoration: none;} a.copyright:hover { color: #; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #; font: normal 0px ; border-color : #; } Crake 06-09-2005, 08:36 AM :confused: what size should i modify it to Crake 06-09-2005, 08:43 AM i have zipped up my overall_header.tpl and if anyone knows why my layout is realy small could they please edit it... www.pimp-ride.net/forum.rar www.pimp-ride.net/forum - have a look at whats wrong SeeIT Solutions 06-09-2005, 11:56 AM Just go through them all and replace the font-size ones to 10pt or 12pt or something then the border-size to 1px or something then view the source of your page and if u want something bigger or smaller edit the relating css page. It would be much more helpful to u to ask this in the html/css page. Crake 06-09-2005, 02:02 PM ok :thumbsup: Crake 06-10-2005, 10:56 PM dont worry about it i have uploaded a new style and the forum is fine now :D |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum