This topic was locked 3rd Jul 09 at 7:41am by Ross |
spiritheartlady Guest | Profile freezes up (10th Mar 09 at 3:52am UTC) | | http://codeswithgraphics.vforums.co.uk admin ie 7 xp and I have vista
my profile freezes up I went through the codes in global and main in all and through the templates themselfs got no where please find them and tell me I lost. | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Profile freezes up (10th Mar 09 at 4:33am UTC) | | What do you mean by freeze?
I see some ProBoards codes. Those codes will NOT work.
Try taking out this:
Code: - <script type="text/javascript">
- <!--
- /* Created by Jay.
- Divided Categories with Head/Base Images
-
- [url]http://ngmaster.proboards21.com[/url]
- This code may not be redistributed without permission.
- Please leave this header intact at all times. */
-
-
- var headBaseSettings = [
- ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skieshead.png'], // head image
- ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skiesbase.png'], // base image
- ['25'] // gap size
- ];
-
- var getTR = document.getElementsByTagName('tr');
- if (window.location.href.match(/com(\/$|\/index\.c\wi\??($|\w{6}=home)$)$/)) {
- for (var i = 1; i < getTR.length; i ++) {
- if (getTR.item(i).firstChild.colSpan == 2 && getTR.item(i).firstChild.firstChild.className == 'titletext' && getTR.item(i).firstChild.innerHTML.match(/>Forum Name</)) {
- var titleBase = document.createElement('img');
- titleBase.src = headBaseSettings[1];
- var cloneTitle = getTR.item(i).cloneNode(true).innerHTML;
- }
- if (getTR.item(i).firstChild.colSpan == 5 && getTR.item(i).firstChild.className == 'catbg' && getTR.item(i).firstChild.align != 'right') {
- var cloneTarget = getTR.item(i).getElementsByTagName('td')[0].cloneNode(true).innerHTML;
- var newTab = '<td id="del"></td></tr></table>' + (getTR.item(i - 1).innerHTML.match(/>Forum Name</)? '' : '<img src="' + headBaseSettings[1] + '" /><div style="height: ' + headBaseSettings[2] + 'px;"></div>') + '<img src="' + headBaseSettings[0] + '" style="vertical-align: bottom;" /><table width="100%" cellspacing="1" cellpadding="4" class="bordercolor"><tr><td class="catbg" colspan="6">' + cloneTarget + '</td></tr><tr id="frow">';
- eval("(getTR.item(i - 1).innerHTML.match(/>Codes With Graphics & Stuff</)? getTR.item(i).parentNode.parentNode.parentNode.parentNode.parentNode.insertRow(-1).insertCell(-1).appendChild(titleBase) : '')");
- getTR.item(i).parentNode.className = '005270';
- with (getTR.item(i).parentNode.parentNode.parentNode) {
- parentNode.parentNode .parentNode.style.backgroundColor = '67c7c8';
- innerHTML = innerHTML.replace(getTR.item(i).cloneNode(true).innerHTML, newTab + cloneTitle);
- }
- }
- if (getTR.item(i).firstChild.id == 'del' || (getTR.item(i).id != 'frow' && getTR.item(i).getElementsByTagName('td')[0].className == 'titlebg' && getTR.item(i).getElementsByTagName('td')[0].innerHTML.match(/>Codes With Graphics & Stuff</))) {
- getTR.item(i).style.display = 'none';
- }
- }
- }
-
- //-->
- </script>
-
as that is not needed, You can go to Admin>Modify images>Head/Base Images. You will need to cut the images apart. If you need help you can go to Graphics Request.
Just weed through the ProBoards codes and Virtual Forums codes. A Mod will read through this post, and correct other errors I have missed.
Good luck | |
|
Error Guest | Re: Profile freezes up (10th Mar 09 at 8:22pm UTC) | | Left Side Tables (13th Apr 08 at 8:22pm) This code will add a table to the left of your forum!
Global Header: <table border="0" cellpadding="3" cellspacing="4" style="margin-top: -30px"> <tr> <td width="300px" valign="top"> <table border="0" cellpadding="3" cellspacing="1" class="border" width="100%"> <tr> <td class="title2"> Title Here </td> </tr> <tr> <td class="window1"> Content HERE! </td></tr></table> <br /><br /> </td> <td align="right" valign="top">
| |
|
spiritheartlady New Member
Posts: 18 Status: Offline Gender: Female Location: Marion county, FL Joined:
pmwwwvForum | Forum Crashed (10th Mar 09 at 9:25pm UTC) | | When I edited the codes and put that table code in the forum crashed, the codes that suppose to clear the headers and footers will not work for my forum because login messed up too if you cannot signin you cannot finish so think of a differant way. | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: Profile freezes up (11th Mar 09 at 12:47am UTC) | | Hi, The "noheaders/1" rule works for any page, including logging in http://codeswithgraphics.vforums.co.uk/action/login/noheaders/1 I've gone through your Global header and have cleaned up the side table code so that every opening tag has a correct closing tag. I'm hoping your intention was to have them all down the left hand side? The default skin (the one which was pre-loaded on the forum) doesn't display the site very well. I would suspect its' a conflict of some kind. But looking at the other skins on there, would you not prefer something like your "SILVERWINGS" skin to be made the default? | |
|
|