feetup
Results 1 - 1 of 1
byfeetup, January 22, 2009
Sensational mod!
Here's how I solved the issue of opening the post inside the Joomla wrapper:
1. Do this: http://www.joomlaexpert.com/index.php?option=com_content&task=view&id=30&Itemid=63
2. Create a "hidden menu" wrapper item, that points to your forum, ie. http://www.[yourdomain.com]/phpBB3/viewtopic.php
3. Open modules/mod_phpbb3_last_topics/tmpl/default.php and replace
$url = $baseurl."/".$pagename."?p=".$post_id."#p".$post_id;
with
$url = $baseurl."".$pagename."&p=".$post_id."#p".$post_id;
4. In the "Most Recent Forum Topics" module, the URL is to the Wrapper menu link, which for me is http://yourdomain.com/content/index.php?option=com_wrapper&view=wrapper&Itemid=7
Here's how I solved the issue of opening the post inside the Joomla wrapper:
1. Do this: http://www.joomlaexpert.com/index.php?option=com_content&task=view&id=30&Itemid=63
2. Create a "hidden menu" wrapper item, that points to your forum, ie. http://www.[yourdomain.com]/phpBB3/viewtopic.php
3. Open modules/mod_phpbb3_last_topics/tmpl/default.php and replace
$url = $baseurl."/".$pagename."?p=".$post_id."#p".$post_id;
with
$url = $baseurl."".$pagename."&p=".$post_id."#p".$post_id;
4. In the "Most Recent Forum Topics" module, the URL is to the Wrapper menu link, which for me is http://yourdomain.com/content/index.php?option=com_wrapper&view=wrapper&Itemid=7

