| Posted: 05 Jun 2008 07:46 Last Edited By: asning |
|
|
|
Registered User Currently Offline
|
Posts: 9
Join Date: May 2008
|
|
Hi Hristo, I want to put 5 last postings from my forum page to another page (ex. index.php) as shortcut page to my forum page. What can I do?
|
| Posted: 05 Jun 2008 10:09 |
|
|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
|
Go to the downloads area and see there is an addon that does that.
|
| Posted: 06 Jun 2008 11:03 Last Edited By: asning |
|
|
|
Registered User Currently Offline
|
Posts: 9
Join Date: May 2008
|
Hristo, my site root; http://locaIhost/mahaya/
and my seo-board root; http://localhost/mahaya/forumseo/
I put <?php define('seo-board',true);include('forumseo/lastposts_addon.php');?> in my index.php (http://localhost/mahaya/index.php) and I saw my latest topic+poster correctly. But the link from that topics aren't run correctly (not link to http://localhost/mahaya/forumseo/index.php). Help me, thanks.
|
| Posted: 07 Jun 2008 13:29 |
|
|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
asning,
I don't understand what exactly is the problem with your board. What link is not run correctly? What does it show and what should it show?
|
| Posted: 08 Jun 2008 20:03 Last Edited By: asning |
|
|
|
Registered User Currently Offline
|
Posts: 9
Join Date: May 2008
|
It is link from latest forum post in my page (/mahaya/index.php) http://localhost/mahaya/index.php?a=vtopic&t=5
NOT to http://localhost/mahaya/forumseo/index.php?a= ...
|
| Posted: 11 Jun 2008 16:58 |
|
|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
See here the last posts http://forums.seo-board.com/article89.htm
It is probably a path problem. May need to change the paths in the require commands.Since you call the addon from the main directory and the addon assumes it is included from the forum directory.
|