• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenPorta (Portal)

Status
Not open for further replies.
Holy crap! I just took a look at my front page on my iPad, iPhone, and Evo, and it is awful!
Columns are overlapping each other, ugh.

Has anyone else had this issue and been able to fix it??
 
Holy crap! I just took a look at my front page on my iPad, iPhone, and Evo, and it is awful!
Columns are overlapping each other, ugh.

Has anyone else had this issue and been able to fix it??
Your forum doesn't have a min-width... it should.
 
Holy crap! I just took a look at my front page on my iPad, iPhone, and Evo, and it is awful!
Columns are overlapping each other, ugh.

Has anyone else had this issue and been able to fix it??

Peggy on the recent threads module change it to "top" and make it "2" for second place as you appear to have "News" as your first place. It's not designed to be a centre module I don't think. :)

Regards,
Renada
 
I put back in the min width Renada, and it's working fine now. :)

If I could just get someone to make that text module for me, I'd be all set.
 
I think the reason it is failing when I check the box for "Index Controller" (thegeekdistrict.com/forum says that "An unexpected error occurred") is because of the IP.Board redirection scripts. I looked into the code for a while, and I now have it successfully running on /community instead of /forum.

Demo: Portal at index - forum at /community

For IP.Board users who are having the same issue as me, here is what I did.

I went into /library/EWRporta/Helper/Index.php

Find this code:

PHP:
 $routesPublic['forum'] = array(
'build_link'  => 'none',
'route_class' => 'EWRporta_Route_Forum'
);

change it to
PHP:
$routesPublic['community'] = array(
'build_link'  => 'none',
'route_class' => 'EWRporta_Route_Forum'
);

Then go to /library/EWRporta/Route/Index.php

Find

PHP:
public function buildLink($originalPrefix, $outputPrefix, $action, $extension, $data, array &$extraParams)
{
return XenForo_Link::buildBasicLink('forum', $action, $extension);
}

change to

PHP:
public function buildLink($originalPrefix, $outputPrefix, $action, $extension, $data, array &$extraParams)
{
return XenForo_Link::buildBasicLink('community', $action, $extension);
}

I hope this helps those who get the same error I had (Hopefully it's not such an isolated case) or those who simply don't want /forum but /community.
 
Hopefully that is sorted now :)
Thanks so much to Brogan for sorting out this Links module issue for me!

Bless her heart, Renada stayed up all night (her night, she's over there) with me to get this figured out and we just couldn't do it, lol.

I love this community!
 
Cool mod but is there a simple how to? I installed it but I dont know where to go from here the directions say something in the admin panel but i dont get it
 
Cool mod but is there a simple how to? I installed it but I dont know where to go from here the directions say something in the admin panel but i dont get it
  1. Install the add on by uploading the files and importing the add-on.xml file.
  2. Go to usergroup permissions, and grant your admin group access to edit the portal (should be at the bottom of the permissionslist)
  3. Go to yoursite.com/portal/modules
  4. Enable/Disable modules to taste
  5. Enjoy :)
 
Status
Not open for further replies.
Back
Top Bottom