>>
Site Map
>>
Forums
>>
Blocks 6x
Forum module - topics in forum:
Blocks 6x - Discussions regarding PHP-Nuke Blocks.
External Links in a block?
Im writing here as i am helping my site designer with the running of the site.
My problem is that I want to have a block with external links in it rather than having to click a link to go to the recommended sites and choose the link there.
Our site is written in PHPnuke but we have a forum which is the centrre of the site, that is however external to the phpnuke site as it is an Invision powrboard. So we want external links to certain parts of the forum in a block on the main PHPnuke page.
I have tried several things, but usually end up with having the forum front page being mirrored on the sites title page, which is an idea, but no good.
Any help or suggestions would be much appreciated
The site is here if you would like to have a quick look
http://www.flame4cash.com
Just create a new block and add your links like
| Code: : |
| <a href="http://yourlink.com">link</a> |
Thanks a lot, i had to make a temporary html page with the links and ref the block to it, but it was giving an eroneous code after the links.
Thanks a lot.