paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 27, 2012 9:40:38 GMT -8
Hello. Thank you for the request that I'm finally done with. But now I need another help, I need to change my icons at the top of the page. I need to change the icon image of "Home, New topic, help, search, members, calender, admin, profile, and log out" How do I change the, go to my forum: http://www.http://armystrong-host.proboards.com
Thank you.
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Feb 27, 2012 11:48:30 GMT -8
Hello. Thank you for the request that I'm finally done with. But now I need another help, I need to change my icons at the top of the page. I need to change the icon image of "Home, New topic, help, search, members, calender, admin, profile, and log out" How do I change the, go to my forum: http://www.http://armystrong-host.proboards.com Thank you. Hello Paul If you already have the images you want to use click the link below armystrong-host.proboards.com/index.cgi?action=skinsimagesAnd then select the skin you wish to change the icons on then click continue Then once the page loads scroll down a little bit and then you can change the image urls at the first section then click on Save Changes when you have finished. If not you could make a request here.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 28, 2012 5:37:31 GMT -8
Thank you for that. I have a problem. I want the folders to change, those categories folders I tried what you told me the first time, but It dosn't help.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 28, 2012 10:03:36 GMT -8
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 28, 2012 12:38:35 GMT -8
I'm having some problems check code they gave me:<script type="text/javascript"><!-- /* * Different On/Off Icons for each Category * Created By Triad * support.proboards.com */ var _cat = [ ["category_id", "Off_URL", "On_URL"], ["category_id", "Off_URL", "On_URL"] // No comma on the last line. ]; if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=(home|\w{15}y.+))?)?$/i)){ for(var tb = document.getElementsByTagName("table"), a = 1; a < tb.length; a++){ if(tb[a-1].className == "bordercolor" && tb .cellPadding == "4" && tb.rows[0].cells[0].innerHTML.match(/forum\sname/i)){ for(r = 1; r < tb.rows.length; r++){ if(tb.rows[r].cells[0].colSpan == "5" && tb.rows[r].cells[0].firstChild.name){ var id = tb.rows[r].cells[0].firstChild.name; for(x = 0; x < _cat.length; x++){ if(id == _cat[x][0]){ while(tb.rows[++r] && tb.rows[r].cells[0].colSpan != "5"){ if(tb.rows[r].cells[0].firstChild.alt == "[ ]") tb.rows[r].cells[0].firstChild.src = _cat[x][1]; else tb.rows[r].cells[0].firstChild.src = _cat[x][2]; } r--; } } } } } } }
//--></script>
And I edited it to this:
<script type="text/javascript"><!--
/* * Different On/Off Icons for each Category * Created By Triad * support.proboards.com */ var _cat = [ ["joiningthearmy", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"], ["introductions", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"] // No comma on the last line. ["news", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"] ]; if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=(home|\w{15}y.+))?)?$/i)){ for(var tb = document.getElementsByTagName("table"), a = 1; a < tb.length; a++){ if(tb[a-1].className == "bordercolor" && tb .cellPadding == "4" && tb.rows[0].cells[0].innerHTML.match(/forum\sname/i)){ for(r = 1; r < tb.rows.length; r++){ if(tb.rows[r].cells[0].colSpan == "5" && tb.rows[r].cells[0].firstChild.name){ var id = tb.rows[r].cells[0].firstChild.name; for(x = 0; x < _cat.length; x++){ if(id == _cat[x][0]){ while(tb.rows[++r] && tb.rows[r].cells[0].colSpan != "5"){ if(tb.rows[r].cells[0].firstChild.alt == "[ ]") tb.rows[r].cells[0].firstChild.src = _cat[x][1]; else tb.rows[r].cells[0].firstChild.src = _cat[x][2]; } r--; } } } } } } }
//--></script>
What are the errors
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Feb 28, 2012 13:06:47 GMT -8
Hi Paul Change it to this <script type="text/javascript"><!--
/* * Different On/Off Icons for each Category * Created By Triad * http://support.proboards.com */
var _cat = [ ["joiningthearmy", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"], ["introductions", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"], ["news", "http://img684.imageshack.us/img684/5894/forumold48.jpg", "http://img684.imageshack.us/img684/5894/forumold48.jpg"] // No comma on the last line. ];
if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=(home|\w{15}y.+))?)?$/i)){ for(var tb = document.getElementsByTagName("table"), a = 1; a < tb.length; a++){ if(tb[a-1].className == "bordercolor" && tb[a].cellPadding == "4" && tb[a].rows[0].cells[0].innerHTML.match(/forum\sname/i)){ for(r = 1; r < tb[a].rows.length; r++){ if(tb[a].rows[r].cells[0].colSpan == "5" && tb[a].rows[r].cells[0].firstChild.name){ var id = tb[a].rows[r].cells[0].firstChild.name; for(x = 0; x < _cat.length; x++){ if(id == _cat[x][0]){ while(tb[a].rows[++r] && tb[a].rows[r].cells[0].colSpan != "5"){ if(tb[a].rows[r].cells[0].firstChild.alt == "[ ]") tb[a].rows[r].cells[0].firstChild.src = _cat[x][1]; else tb[a].rows[r].cells[0].firstChild.src = _cat[x][2]; } r--; } } } } } } }
//--></script> You just missed a , off the 2nd board line
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Mar 1, 2012 10:29:44 GMT -8
Thank you for that Dave. Now I have another problem, I want to change that PB symbol at the top of the the website page, I want to put my own symbol, how do I do that?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Mar 1, 2012 10:54:16 GMT -8
For that you need to create a small 18 x 18 image. (Whatever you want to appear there.) Then upload it to this website tools.dynamicdrive.com/favicon/And download the favicon.ico file that the dynamic drive site produces. You'll have to host it yourself in a file storage system. (Google Docs is a good one.) Then in your Global Header use this line: <link rel="shortcut icon" type="image/x-icon" href=" website.org/folder/url/favicon.ico"> Just replace the part in red with the exact url of the favicon.ico (and it has to have that name: favicon.ico or this won't work)
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Mar 1, 2012 11:34:08 GMT -8
I'm having some problems, look at what I did (code):
<link rel="shortcut icon" type="image/x-icon" href="https://docs.google.com/file/d/0B2GWG5lx7P6JNEh5d1UwNF9Ucm1zUDZWQlE3b0Q2UQ/edit">
But it's not working...
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Mar 1, 2012 13:22:04 GMT -8
the url should end in favicon.ico you put in the link to the page where you store your documents instead of the link to the file itself.
Okay google docs has changed drastically since I last used it (some 5+ years ago).
Need to find one that has the ability to target the document instead of a web page.
|
|
|
Post by Wormopolis on Mar 1, 2012 16:05:01 GMT -8
|
|