ray77
New Member
Posts: 11
inherit
192638
0
May 2, 2013 12:21:36 GMT -8
ray77
11
April 2013
ray77
|
Codes
Apr 11, 2013 13:11:24 GMT -8
Post by ray77 on Apr 11, 2013 13:11:24 GMT -8
This new V5 forum is awesome but it will take a bit of time for me to figure few things out but I'm ready to upgrade. This is the copy of my forum > bsg1.freemessageboards.com/ I've been working on it a little bit but now I just need to know, how to link my Website and gallery to the forum and the rest I'll try to figure it out on my own. Any help will be appreciated. Thanks guys
|
|
ray77
New Member
Posts: 11
inherit
192638
0
May 2, 2013 12:21:36 GMT -8
ray77
11
April 2013
ray77
|
Codes
Apr 11, 2013 14:49:40 GMT -8
Post by ray77 on Apr 11, 2013 14:49:40 GMT -8
I've been looking around and I see a lot of thread when people get no help I think that upgrading now will be a big mistake for me, my v4 work just fine but now I have to deal with this ! so, I going to wait to the end of the year to do so. Anyway, sorry to bother
|
|
ray77
New Member
Posts: 11
inherit
192638
0
May 2, 2013 12:21:36 GMT -8
ray77
11
April 2013
ray77
|
Codes
Apr 11, 2013 17:39:54 GMT -8
Post by ray77 on Apr 11, 2013 17:39:54 GMT -8
This what i used to link the website to my forum using an image, but it doesn't work on the v5 forum, now I need to do the same but only using a text. Believe me guys I've been looking all over, but I don't seem to find what I need. thanks <script type='text/javascript'>
var ImgUrl='http://i200./aa56/aragonx1/Website/we1112.jpg'; var UrlDir='http://www.bsgbloodandchrome.com/'; var gCell=document.body.getElementsByTagName('td').item(5); var Img=document.createElement('img'); var Href=document.createElement('a'); Href.setAttribute('href',UrlDir); Img.setAttribute('src',ImgUrl); Img.setAttribute('border','0') Href.appendChild(Img); gCell.appendChild(Href); </script>
|
|
inherit
192318
0
May 1, 2013 20:52:34 GMT -8
K Phoenix
25
April 2013
kphoenix
|
Codes
Apr 11, 2013 17:57:57 GMT -8
Post by K Phoenix on Apr 11, 2013 17:57:57 GMT -8
It's possible to add links to the main menu (Home, Help, Search, Calendar, etc.) that point to whatever page you want them to, but I'm not sure if that's where you want the link to be on your test forum. Can you link to your current forum (where the code above is working) and maybe clarify where you want to put the link on your test forum?
|
|
ray77
New Member
Posts: 11
inherit
192638
0
May 2, 2013 12:21:36 GMT -8
ray77
11
April 2013
ray77
|
Codes
Apr 11, 2013 18:06:01 GMT -8
Post by ray77 on Apr 11, 2013 18:06:01 GMT -8
^ Yes sorry about that ! I feel like an idiot got it , it was so simple ....sorry
|
|
inherit
192318
0
May 1, 2013 20:52:34 GMT -8
K Phoenix
25
April 2013
kphoenix
|
Codes
Apr 11, 2013 18:11:14 GMT -8
Post by K Phoenix on Apr 11, 2013 18:11:14 GMT -8
No need to apologize! I'm new to v5 too and I've missed plenty of simple things. Glad you found it!
|
|