-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 4, 2009 at 4:32 pm #136706I want the “Fireboard” link in the footer to open in a new window. Please can you tell me what file requires editing.
Ive attached a screenshot so you can see the link im referring to.
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 5, 2009 at 1:53 am #289582<em>@rhys_daniels 103354 wrote:</em><blockquote>I want the “Fireboard” link in the footer to open in a new window. Please can you tell me what file requires editing.
Ive attached a screenshot so you can see the link im referring to.</blockquote>
Anyone with any ideas on the fix for this issue?
reachthesky Friendreachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
February 5, 2009 at 11:39 am #289702yes mate, make sure you add the following Extra line to the code. it will eventually look like this:
Powered by <a href=”http://www.urlink.com” target=”_blank”>Fireboard </a>
target=”_blank means to open in a new page. that should do it for you.
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 5, 2009 at 3:37 pm #289731<em>@reachthesky 110061 wrote:</em><blockquote>yes mate, make sure you add the following Extra line to the code. it will eventually look like this:
Powered by <a href=”http://www.urlink.com” target=”_blank”>Fireboard </a>
target=”_blank means to open in a new page. that should do it for you.</blockquote>
Hi reachthesky
What file do i need to edit in order to make the amendamants?
reachthesky Friendreachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
February 5, 2009 at 8:14 pm #289758have you checked in components/com_fireboard/fireboard.php , or forum.css
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 6, 2009 at 12:14 am #289787<em>@reachthesky 110137 wrote:</em><blockquote>have you checked in components/com_fireboard/fireboard.php , or forum.css</blockquote>
I found the code that needs editing.
The files located @ components/com_fireboard/sources/fb_link.class.php
The code is below:
function GetCreditsLink()
{
return fb_link::GetSefHrefLink(‘http://www.bestofjoomla.com’, ‘FireBoard’, ‘FireBoard’, ‘follow’);
}One thing though no matter how i have tried to enter the _blank extension it doesent open in a new window.
Does anyone know what i need to add/edit to the above code for the link to open in a new window???
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 6, 2009 at 12:52 am #289791<em>@rhys_daniels 103354 wrote:</em><blockquote>I want the “Fireboard” link in the footer to open in a new window. Please can you tell me what file requires editing.
Ive attached a screenshot so you can see the link im referring to.</blockquote>
Please open file componentscom_fireboardsourcesfb_link.class.php, at about line 35, find follwing script:
function GetCreditsLink()
{
return fb_link::GetSefHrefLink(‘http://www.bestofjoomla.com’, ‘FireBoard’, ‘FireBoard’, ‘follow’);
}and change to:
function GetCreditsLink()
{
return fb_link::GetSefHrefLink(‘http://www.bestofjoomla.com’, ‘FireBoard’, ‘FireBoard’, ‘follow’,”,”,’ target=”_blank”‘);
}AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by rhys_daniels 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Fireboard – URL
Viewing 7 posts - 1 through 7 (of 7 total)