I feel like we are talking in circles.
In the vBulletin template "header" I have this code:
Code:
Content visible to verified customers only.
On my
vB pages (domain.com/index.php, domain.com/showthread.php, domain.com/memberlist.php, etc.) everything is fine. Here is how it looks:
Code:
Content visible to verified customers only.
On my photopost pages (domain.com/gallery/index.php, domain.com/gallery/showgallery.php, domain.com/gallery/showphoto.php, etc.) it is not working. Here is how it looks on those pages:
Code:
Content visible to verified customers only.
So the question is how can I get the custom class (from first post in the thread) to work on the photopost pages?