PDA

View Full Version : Where is this template?


bhxtyrant
09-03-2006, 12:29 AM
Hey guys,
My customization of VBA is comng along well (just making my style for it) but i ran into one slight issue i need some help with.The first one is i want to customize the "class" settings for the "Custom Page Content" Module but i am unable to locate where the code for it is.Is there something im missing?Or is it hardcoded.

Second thing is i notice some images do not show up on the portal pages.For example in my VB CSS for the class "tcat" i have an image to display in the backround rather then color but it will not work on the portal page unless i add the full file path "http://mysite.com/forum/image/image1.jpg" rather then the default of "/image/image1.jpg" is there a way i can fix this without adding full paths to every image?

Finally i just thought i would show what i am doing so far.You can also see the image im talking about for "tcat" in the nav menu area at the top.Right now im using the full path but to do that with all images would be a pain.

http://img87.imageshack.us/img87/2703/wu1wh1.th.jpg (http://img87.imageshack.us/my.php?image=wu1wh1.jpg)http://img175.imageshack.us/img175/8838/wu2yw6lx6.th.jpg (http://img175.imageshack.us/my.php?image=wu2yw6lx6.jpg)

Zachery
09-03-2006, 07:23 AM
All of the classes used on that page are from the default vBulletin style, I believe we do make use of the old swictchbg function though.

Adding a full url is generally the best method.

Our Sponsors
 

bhxtyrant
09-03-2006, 07:54 AM
Yep i knew that part but what i am trying to figure out is basically for example.If i want to manually change a class of a certain thing in the navigation module and only that module i can edit it's template.I want to do the same for "custom content pages" only changing the class used for backround color on that page alone.I expected there to be a template for "custom page content" but there is none that i see.obviously the code must be somewhere but where is the question.Also thanks for the reply :)