![]() |
At first, thanks for the quick reply.
I have two questions here: 1. the guide says that I have to put in the template "forumhome_pmloggedin": /======================================\ | Before that, add this code: | \======================================/ id="pmBox" but I have another variable there: <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2"> so, what do I have to do? 2. Also, about the javascript function. Do I have to put it after the last line in the template? I don't know where since I don't have "</smallfont></td></tr>" |
i saw a request for blinking background images and didnt see a reply. here is how to do it.
1)upload 2 images into the forums/images folder that you want to blink 2)add this line to the template insteade of the original: [code]<script language="JavaScript"> <!-- Begin $pmblink pmBox.backbround='{imagesfolder}/img1.gif'; $pmblink setInterval("Timer()", 500); $pmblink x=1; function Timer() { set=1; if(x==0 && set==1) { pmBox.background='{imagesfolder}/img1.gif'; x=1; set=0; } if(x==1 && set==1) { pmBox.background='{imagesfolder}/img2.gif'; x=0; set=0; } } // End --> </script> *note: replace the img1.gif and img2.gif with the file names that you uploaded |
i saw a request for blinking background images and didnt see a reply. here is how to do it.
1)upload 2 images into the forums/images folder that you want to blink 2)add this line to the template insteade of the original: Code:
<script language="JavaScript"> *note: replace the img1.gif and img2.gif with the file names that you uploaded |
double posts
|
Didn't work for me.
|
I've posted a questions 4 posts before and didn't get any reply.
I assume that I couldn't explain the issue. Here I attach the forumhome_pmloggedin template to show you what I have. I don't know how to apply that hack since my template has id="AutoNumber1". Any suggestion for how to get that hack working? |
Quote:
I have a similar problem, my template says: The instructions say: /======================================\ | In the template forumhome_pmloggedin | | find this: | \======================================/ bgcolor="{categorybackcolor}" /======================================\ | Before that, add this code: | \======================================/ id="pmBox" My template has: <tr id="cat"> <td bgcolor="{categorybackcolor}" So do I do the following: <tr id="cat" id="pmBox"> ? |
But where do I add this. I'm using 2.3 and I tried adding it to the end of forumhome_pmloggedin and it didn't do anything.
Can someone please advise. (I'm trying to learn, but I'm still very new to this type of stuff) Thanks again!!! |
Quote:
It should look like this: <td id="pmBox" bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" Paratek |
u spelled category wrong. :)
|
All times are GMT. The time now is 01:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|