|
Post by Angelstardust on Jan 23, 2009 10:20:28 GMT
Yes, but I can link from inside a page.
|
|
|
Post by Angelstardust on Jan 23, 2009 18:11:46 GMT
I've added some buttons and I think I can see how to change the text, but how do I change the colour and add a link to my other board?
|
|
|
Post by Lynnrose on Jan 23, 2009 18:43:25 GMT
It should work like this......
<td align="center" class="titlebg"><a href="URL OF LINK GOES HERE">BOX #2 TITLE </td></tr></a>
[/size][/font]
Sorry, it was the wrong way round
|
|
|
Post by Angelstardust on Jan 23, 2009 21:55:26 GMT
I know I keep saying it but you are a star. I searched the help boards for that and turned up zilch.
|
|
|
Post by Lynnrose on Jan 23, 2009 22:35:47 GMT
I don't mind being called a star....carry on [/size][/font]
|
|
|
Post by Angelstardust on Jan 25, 2009 12:42:23 GMT
|
|
|
Post by Lynnrose on Jan 25, 2009 14:33:34 GMT
Would you like that scrolling banner also showing on the forum, 'Working for the pensioners of today and tomorrow?' If so, then here is the code...put it in your Main Headers if you just want it showing on the homepage. If you want it on every page, put it in the Global headers.
<center><table width="100%" cellpadding="0" cellspacing="0" border="1" bgcolor="bbbbbb"> <tr><td><b><MARQUEE>Working for the pensioners of today and tomorrow</MARQUEE> </center></td></tr></b> </table>
I would have diferent coloured text for the links to message threads eg General Board. Instead of blue, I would have grey, lilac or black to keep to the colour scheme....grey or lilac might be too light for your members though.
I would also move the ads to the top of the board, code here
<div id="wel"></div>
<script type="text/javascript"> <!--
var welcomeTable = document.getElementsByTagName("table").item(0); document.getElementById("wel").appendChild(welcomeTable);
//--> </script>
....and I would move the 'Welcome Guest. Please Login or Register. Jan 25, 2009, 2:29pm' as it is showing to the right of the banner and making my 15" screen side scroll
<script type="text/javascript"> <!-- /* move hey x... by elindir */
var pos="0"; // 1 for above buttons, 0 for below
var pclass='titlebg'; //Class of the Box
//Do not edit below var table = document.getElementsByTagName("table"); var iPM = table[0].insertRow(2-pos).insertCell(0); var td = document.getElementsByTagName('td'); var PM= td[2].innerHTML; td[2].style.display="none"; iPM.innerHTML='<table class='+pclass+' width="100% cellspacing="1"><tr><td width="100%"><center>'+PM+'<\/center><\/td><\/tr><\/table>'; // --> </script> [/size][/font]
|
|
|
Post by Angelstardust on Jan 25, 2009 22:12:31 GMT
thanks, I'd been trying to figure out how to do that. Can you tell me how to get the scrolling text larger?
|
|
|
Post by Lynnrose on Jan 25, 2009 23:14:34 GMT
Here you go, try as I have done, if it is too large, change the font size to 4 or 3...
<center><table width="100%" cellpadding="0" cellspacing="0" border="1" bgcolor="bbbbbb"> <tr><td><b><MARQUEE><font size="5">Working for the pensioners of today and tomorrow</MARQUEE> </center></td></tr></b></font> </table> [/size][/font]
|
|
|
Post by Lynnrose on Jan 25, 2009 23:37:52 GMT
I also think the side table isn't sitting correctly. It looks too high and needs lowering... It's up to you if you want to try this side table instead....delete other one first
Global Header...
<table width="92%" cellpadding="0" cellspacing="1" align="center"> <tr> <td width="15%" vAlign="top" align="center"> <br /> <br /> <table class="bordercolor" width="91%" cellpadding="4" cellspacing="1"> <tr> <td class="titlebg" align="center" width="100%"> <font size=2>Menu</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Top Box Content</font> </td> </tr> <tr> <td class="windowbg2" align="center"> <font size=2>Middle Box Content</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Bottom Box Content</font> </td> </tr> </table> </td> <td width="80%" align="center" vAlign="top">
Footer
</td> </tr> </table>
Don't forget to copy your global headers and footers and save in Notepad as a text file before you make changes, just incase you want to put it all back as it was ( there is now an option to back-up all headers and footers in Admin, but just for a quick change to a particular header/footer, I just use Notepad)[/size][/font]
|
|
|
Post by Angelstardust on Jan 26, 2009 17:48:36 GMT
I tried the option, but the main message boards went very narrow and I was not sure where to put the links to the pages in the other setup. Was the footer intended to replace the global footer already in place?
|
|
|
Post by Lynnrose on Jan 26, 2009 18:09:03 GMT
Yes, the footer is to replace this one...
<!-- SIDE TABLES GLOBAL FOOTERS //--> <script type="text/javascript"> <!-- table = document.getElementsByTagName('table'); for(i = 0; i < table.length; i ++) { with(table[i]) { if(width == '92%') { width = '700'; }}} //--> </script> </td></tr></table> <!-- END SIDE TABLES GLOBAL FOOTERS //-->
I would leave your code for the side menu if you prefer wider boards. It's probably because I am using a small monitor on my desktop that is showing a little side scroll[/size][/font]
|
|
|
Post by Angelstardust on Jan 27, 2009 11:44:17 GMT
I think it's looking quite good and am almost ready for testing, but the link buttons to the other site are not working.
|
|
|
Post by Lynnrose on Jan 27, 2009 14:38:53 GMT
Right Angel, I have re-done the menu bar code for you which now has six links to pages on your main website. When your members click on them from the message boards, they will open in a new window. Replace the old code in your Global Headers with this one..
<!-- =================================== HTML Left Side Tables for ProBoards - Smangii Style GLOBAL HEADERS =================================== //-->
<!-- Start Main Table //--> <table align="center" width="auto" cellpadding="5"> <tr> <td align="center" width="200px" vAlign="top"> <!-- Start Side Tables //--> <table width="100%" cellpadding="0"> <tr> <td>
<!-- CUSTOM SIDE BOX #1 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><a href="http://www.greywolves.btik.com/p_Home.ikml" target="_blank">Home</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO ABOUT PAGE HERE </td> </tr> </table> <br />
<!-- CUSTOM SIDE BOX #2 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><A HREF="http://www.greywolves.btik.com/p_Campaign.ikml" target="_blank">Contacts</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO HERE </td> </tr> </table> <br />
<!-- CUSTOM SIDE BOX #3 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><A HREF="http://www.greywolves.btik.com/news/home.ikml" target="_blank">News</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO HERE </td> </tr> </table> <br />
<!-- CUSTOM SIDE BOX #4 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><A HREF="http://www.greywolves.btik.com/calendar/home.ikml" target="_blank">Meetings</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO HERE </td> </tr> </table> <br />
<!-- CUSTOM SIDE BOX #5 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><A HREF="http://www.greywolves.btik.com/p_Our_links.ikml" target="_blank">Our Links</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO HERE </td> </tr> </table> <br />
<!-- CUSTOM SIDE BOX #6 //--> <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1"> <tr> <td align="center" class="titlebg"><A HREF="http://www.greywolves.btik.com/guestbook/home.ikml" target="_blank">Guestbook</a></td> </tr> <tr> <td class="windowbg" align="center"> FILL IN INFO HERE </td> </tr> </table> <br />
<!-- Close Side Tables //--> </td> </tr> </table> </td> <td vAlign="top">
<div id="wel"></div> <script type="text/javascript"> <!-- var welcomeTable = document.getElementsByTagName("table").item(0); document.getElementById("wel").appendChild(welcomeTable); //--> </script>
<!-- END SIDE TABLES GLOBAL HEADERS HTML //-->
Your Global Footers should still be showing this one...
<!-- SIDE TABLES GLOBAL FOOTERS //--> <script type="text/javascript"> <!-- table = document.getElementsByTagName('table'); for(i = 0; i < table.length; i ++) { with(table[i]) { if(width == '92%') { width = '700'; }}} //--> </script> </td></tr></table> <!-- END SIDE TABLES GLOBAL FOOTERS //-->
Save your changes. Take a look at the menu bar....like it? If so, then go back to headers and fill in the bits where you need to put some information in about each page, or leave it blank...or add a small picture...
[/size][/font]
|
|
|
Post by Angelstardust on Jan 27, 2009 18:29:37 GMT
It took a bit of fiddling round; I got two pics (one a red X) at one point, but I think I've cracked it. Another round of thanks to you LR.
|
|
|
Post by Lynnrose on Jan 27, 2009 19:23:50 GMT
You're welcome Angel, your site is looking good [/size][/color]
|
|
|
Post by Angelstardust on Jan 27, 2009 21:19:02 GMT
I'm proud of it, now all I need are testers before we go live. Well we are live in a way, but before I announce it to the press.
|
|
|
Post by Lynnrose on Jan 27, 2009 21:58:57 GMT
Where do you get your testers from?
When, the site is mentioned in the press, can we see a picture or a scan of the newspaper article please:)[/size][/font]
|
|
|
Post by Angelstardust on Jan 28, 2009 10:24:17 GMT
I've emailed the only two people on the committee who are able to use a computer.
It would be good to find a few more out there before I go properly public and do a press release.
I might go to the support forum and ask the people there to try it out, but they will only do the proboards side, I need it from all sides.
|
|
|
Post by Lynnrose on Jan 28, 2009 10:40:43 GMT
Angel, I'm sure members here would take a look for you?[/size][/font]
|
|
|
Post by elvisuk on Jan 28, 2009 14:55:40 GMT
H! Angelstardust,
Post a link i will have a look for one ;D
|
|
|
Post by Lynnrose on Jan 28, 2009 15:34:52 GMT
Elvis, this is Angel's proboard site
wnpc.proboards.com/index.cgi
and the main site
www.greywolves.btik.com
There are links to the main pages from the forum to the main site and the other way around I think she wants feeback on the overall look and how the links work for navigation. The forum colours are based on the main site's theme.[/size][/color]
|
|
|
Post by Angelstardust on Jan 28, 2009 17:54:49 GMT
Thanks for the offer. Yes, LR, that's the kind of thing. I will post a separate message asking for volunteers.
|
|
|
Post by elvisuk on Jan 28, 2009 19:39:09 GMT
H! Angelstardust & LynnRose Had a look and it all seems to work and look OK had a play around it's fine links work OK nice site ;D
|
|
|
Post by Angelstardust on Jan 28, 2009 21:26:59 GMT
Thanks, Elvis. It is mainly down to LR patiently talking me through and even writing some of the codes.
|
|