|
Post by thoraxetheimpailer on Aug 29, 2005 0:19:51 GMT
|
|
|
Post by brenton on Aug 29, 2005 3:53:45 GMT
Wow, great layout, but premade!!
|
|
|
Post by BobbyKat LittleCub on Aug 29, 2005 5:02:57 GMT
It looks real nice! I don't like the counter, but if you must keep it, make the white transparent.
|
|
|
Post by RoseBud on Aug 29, 2005 11:14:24 GMT
Nice place you have there... The color are co-ordenated (suite each other) Try putting this counter:- Flame CounterPic of Counter:-
|
|
|
Post by thoraxetheimpailer on Aug 29, 2005 23:54:31 GMT
Thanks you all. Now, I just need some members......
Any ideas to gain members?
|
|
|
Post by BobbyKat LittleCub on Aug 30, 2005 1:55:09 GMT
Putting a linked banner in your signature at other forums. Make a 88 x 31 mini banner and request affiliation with other forums. Tell your friends. Have a recruiting contest with existing members, lol.
|
|
|
Post by 11823 on Aug 30, 2005 14:04:06 GMT
Well we cant really rate a forum with a premade template but i will tell u some things you can do to improve the board. add this code into global footer
<script> boardWidth=document.getElementsByTagName('table'); for (bw=0;bw<boardWidth.length;bw++){ if (boardWidth[bw].width=='92%') { boardWidth[bw].width=' 720 '; }} </script>
It will resize your boards.
Remove this code
<script> /* Cell Highlight & Link Copyright © 2003 Craig Suffolk, ProBoards.com All Rights Reserved */ var mouseOverColor = '20252A'; var statusMessage = 'PSPortal'; window.status = statusMessage; cellHigh = document.getElementsByTagName('TD'); for(ch=0;ch<cellHigh.length;ch++) { if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) { if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;} cellHigh[ch].onmouseover = function(){this.style.cursor='pointer';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;}; cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;}; cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;}; } } </script>
And then go to admin--> skins-->modify skins--> scroll down to thread highlight and add 20252A into the box. This code is no longer needed and if you do what i done it will make your board faster and do the same as the code did!
Final rate = 9/10
|
|
|
Post by thoraxetheimpailer on Aug 31, 2005 1:53:08 GMT
How did you get that code? ?!!!!! I want it to say the var status on the bottom of the screen, like have it say PSPortal. know what I mean?
|
|
|
Post by 11823 on Aug 31, 2005 10:21:15 GMT
Remove the code and replace it with this
<Script LANGUAGE="JavaScript"> <!-- var Message = "- PSP PORTAL -";
var Leftspace = " "; var Rightspace = " ";
var message1 = Leftspace + Message + Rightspace; var dir = "left"; var speed = "100";
function bounce(){
if (dir == "left"){
var message2 = message1.substring(2,message1.length) + " "; window.status = message2; setTimeout("bounce()", speed); message1 = message2; if (message1.substring(0,1) == "-") dir="right"; }
else{
message2 = " " + message1.substring(0,message1.length-2); window.status = message2; setTimeout("bounce()", speed); message1 = message2; if (message1.substring(message1.length-1,message1.length) == "-") dir="left"; }
}
bounce(); // --> </Script>
|
|
|
Post by thoraxetheimpailer on Sept 3, 2005 3:56:10 GMT
I want it to just say PSPortal, and if i go over a board, have that title in the broswer thing. I put it in and its like you can see for not even a second.
|
|