Forum URL: http://survey.vforums.co.uk
Experienced By: na
Browser: Firefox
Operating System: Windows XP
Problem: I am wondering if I can get permission to rewrite the bottom notices on the forum? The current time, page, database queries, search I really don't need. But can I redesign the bottom and override it?
I will make sure it continues to have an advertisement to vForums like:
This website is hosted by Virtual Forums (get a free forum now!).
Want to donate? Donate via ad-free.
With links and all.
Note: If you visit the site now the bottom is hidden due to a mainpage coding problem. Trying to sort it out and will have it done soon. :].
If you want to write teh codes for it, and then post them. We'll verify that it's ok!![]()
Well apparently the default code I use to change the homepage which Ross kindly added to the system to change the home page template completely. However the system won't close the last div and none of the codes I'm trying can do that.
That is the main reason why I want to add that notice just for the main page. Right now for the bottom content I have:
Global Header:Code:
- <script type="text/javascript">
- <!--
- var totalSurveys = '0';
- var surveyProgress = '2';
- var totalQuestions = '9';
- var totalAnswers = '0';
- var adFreeCredits = '0';
- //-->
- </script>
Main Footer in the div id 'home'. The div id home automatically becomes the home page.Code:
- <table align="center" width="700" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td width="100%">
- <table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td width="50%" align="left">
- Total Surveys: <script>document.write(totalSurveys);</script><br />
- In Progress:<script>document.write(surveyProgress);</script><br />
- Total Questions: <script>document.write(totalQuestions);</script><br />
- Total Answers: <script>document.write(totalAnswers);</script>
- </td>
- <td width="50%" align="right">
- <a href="/?page=tou">Terms of Use</a><br />
- Owner: <a href="http://survey.vforums.co.uk/action/view_profile/user/admin/">Ash</a><br />
- <a href="http://virtualforums.co.uk/adfree/forum/survey">Ad-Free Credits</a>: <script>document.write(adFreeCredits);</script>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100% align="center">
- <center>This website is hosted by <a href="http://virtualforums.co.uk/">Virtual Forums</a> (<a href="http://virtualforums.co.uk/signup">get a free forum now!</a>).
- <hr />
- Want to donate? <a href="http://virtualforums.co.uk/adfree/forum/survey">Donate via ad-free</a>.</center>
- </td>
- </tr>
- </table>
The bottom section may be modified to an extent. The main requirement is that the links to the virtualforums website remain intact (eg. This Forum is Powered By vForums - Create a Forum for Free). It's also preferable if the modifications are made via JavaScript (we can set that up for you once you've finalized the layout you would like).
As Ross said, if you choose on the layout that you want, I'll code it up in Javascript. Therefore if Ross changes a link, or wording, it'll be carried over!![]()
Thanks you two. :]And did Wrighty delete himself? o_O. :[.
I will make a custom template before I get around to this then. :].