vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Support :: Profile freezes up - View Topic
Topic Rating: *****
Printable View
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
*****

[Avatar]

Posts: 3,012
Status: Offline
Gender: Male
Location: vForums
Age: 33
Joined:  
Reputation: 62%  


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:
 
  1. <script type="text/javascript">
  2.     <!--
  3.     /* Created by Jay.
  4.     Divided Categories with Head/Base Images
  5.  
  6.     [url]http://ngmaster.proboards21.com[/url]
  7.     This code may not be redistributed without permission.
  8.     Please leave this header intact at all times. */
  9.  
  10.  
  11.     var headBaseSettings = [
  12.     ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skieshead.png'], // head image
  13.     ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skiesbase.png'], // base image
  14.     ['25'] // gap size
  15.     ];
  16.  
  17.     var getTR = document.getElementsByTagName('tr');
  18.     if (window.location.href.match(/com(\/$|\/index\.c\wi\??($|\w{6}=home)$)$/)) {
  19.     for (var i = 1; i < getTR.length; i ++) {
  20.     if (getTR.item(i).firstChild.colSpan == 2 && getTR.item(i).firstChild.firstChild.className == 'titletext' && getTR.item(i).firstChild.innerHTML.match(/>Forum Name</)) {
  21.     var titleBase = document.createElement('img');
  22.     titleBase.src = headBaseSettings[1];
  23.     var cloneTitle = getTR.item(i).cloneNode(true).innerHTML;
  24.     }
  25.     if (getTR.item(i).firstChild.colSpan == 5 && getTR.item(i).firstChild.className == 'catbg' && getTR.item(i).firstChild.align != 'right') {
  26.     var cloneTarget = getTR.item(i).getElementsByTagName('td')[0].cloneNode(true).innerHTML;
  27.     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">';
  28.     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) : '')");
  29.     getTR.item(i).parentNode.className = '005270';
  30.     with (getTR.item(i).parentNode.parentNode.parentNode) {
  31.     parentNode.parentNode .parentNode.style.backgroundColor = '67c7c8';
  32.     innerHTML = innerHTML.replace(getTR.item(i).cloneNode(true).innerHTML, newTab + cloneTitle);
  33.     }
  34.     }
  35.     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</))) {
  36.     getTR.item(i).style.display = 'none';
  37.     }
  38.     }
  39.     }
  40.  
  41.     //-->
  42.     </script>
  43.  
 


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 {Smile}
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:  
Reputation: 0%  


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
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 8 11
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Profile freezes up (11th Mar 09 at 12:47am UTC)
Hi,

The "noheaders/1" rule works for any page, including logging in {Smile}

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?

Image
 Printable View

All times are GMT+0 :: The current time is 9:32am
Page generated in 1.4927 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums