SOLVED Forum Rules


Subject: Forum Rules
Is there a way to have the Rules opened when someone goes to view them. At present when they click on the link to the Rules, they get taken to the rules.php but the rules are not opened and displayed.

Thanks,

Subject: Re: Forum Rules
Have a play with templates/common/js/sitemap.js and let me know if you succeed.

Subject: Re: Forum Rules
Mighty Gorgon wrote: [View Post]
Have a play with templates/common/js/sitemap.js and let me know if you succeed.


Mighty Gorgon. I guess you put me in the right area however, I had a look at it and tried 2 things but that didn't work.


Line 146. // check cookie for hide/show preferences
for(i=0; i<h.length; i++)


I changed : for(i=1;

However, that did not do anything. The bottom line is I don't know enough about all this stuff to experiment.

This is just another example of how my ignorance exceeds my capabilities.

Subject: Re: Forum Rules
Still no luck with this?

Let me know and in case I will try to help further tomorrow.

Subject: Re: Forum Rules
Mighty Gorgon wrote: [View Post]
Still no luck with this?

Let me know and in case I will try to help further tomorrow.


I have had no luck with this. sorry to say

Subject: Re: Forum Rules
Have a try with this:

FIND
Code: [Download] [Hide] [Select]
if(u[i].className == 'sitemap')
{
u[i].style.display = 'none';
}


REPLACE WITH
Code: [Download] [Hide] [Select]
if(u[i].className == 'sitemap')
{
//u[i].style.display = 'none';
}

Subject: Re: Forum Rules
Thank you.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9712s (PHP: 6% SQL: 94%)
SQL queries: 15 - Debug Off - GZIP Enabled