• 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.
Ok another small issue.

I upgraded to Beta 6, reinstalled the portal and now the recent news block wont's work.

So I went into the layout and deleted the block and tried to reimport it......

Now I get an error...


Anyone have any cunning ideas?
it looks like you are trying to import a php file.
import the xml.
 
Um I have 2 home tabs :/ One is a dead link and the other works fine pointing to the portal. Im new to ALL of this so sorry for this most likely stupid post

Ignore me.. im a dumby. FIXED
 
[8wayRun.Com] XenPorta (Portal) v1.2.1 CHANGELOG
  • Shadab's Set your own Route/Controller as Homepage mod has been built in!
    • the portal will now be /index and forums will be at /forums
  • Upcoming events module block can now limit itself only to events with live streams.
  • Recent media module block can now display gallery based media.
  • Recent news module block now properly selects multiple forums.
 
Fatal error: Call to undefined method XFCP_GeekPoint_CustomIndex_Route_Prefix_Custom::buildLink() in /home4/thebooth/public_html/aquia/library/GeekPoint/CustomIndex/Route/Prefix/Custom.php on line 43

?
 
Fatal error: Call to undefined method XFCP_GeekPoint_CustomIndex_Route_Prefix_Custom::buildLink() in /home4/thebooth/public_html/aquia/library/GeekPoint/CustomIndex/Route/Prefix/Custom.php on line 43

?
delete your GeekPoint/CustomIndex folder... it has nothing to do with this mod.
 
OK removed my Porta listener and all seems well...
I used that mod for my own custom Tabs too - so...
you can only have one index... so if you want your index to be something besides the portal, you gotta disable the portal index.
 
you can only have one index... so if you want your index to be something besides the portal, you gotta disable the portal index.

I gotcha... I just could delete that folder because I was using it for other tabs.
I just dropped the Porta listener and it is good to go.
Thanks!
 
[8wayRun.Com] XenPorta (Portal) v1.2.1 CHANGELOG
  • Shadab's Set your own Route/Controller as Homepage mod has been built in!
    • the portal will now be /index and forums will be at /forums
  • Upcoming events module block can now limit itself only to events with live streams.
  • Recent media module block can now display gallery based media.
  • Recent news module block now properly selects multiple forums.
This needs an off option, because if you have an existing install, you are now changing an entire sites URL structure, ie. if previously installed at /forum, the new forum URL is being forced to /forum/forum/ which effectively changes the entire URL structure for an existing install.

Needs an off enable / disable option in the ACP options.
 
This needs an off option, because if you have an existing install, you are now changing an entire sites URL structure, ie. if previously installed at /forum, the new forum URL is being forced to /forum/forum/ which effectively changes the entire URL structure for an existing install.

Needs an off enable / disable option in the ACP options.

Shadab recommend to use this for forums that are installed in a root directory rather than sub. I agree that it's better to have an on-off option for those who have it installed on a sub directory.
 
Exactly...

Needs a nice and easy, enable / disable in the ACP options. I was looking at using this product across all my sites, but now can't, because they are all established.

The other aspect is... some people may not want /forum as the name... over say, /c or /community etc. The ability to disable this quickly is paramount I would say.
 
Exactly...

Needs a nice and easy, enable / disable in the ACP options. I was looking at using this product across all my sites, but now can't, because they are all established.

The other aspect is... some people may not want /forum as the name... over say, /c or /community etc. The ability to disable this quickly is paramount I would say.

PHP:
$config['debug'] = 1;
must be add to config.php then you can access the developement tab from admin control panel. Find the event listener from Code Event Listeners and deactivate it.
 
PHP:
$config['debug'] = 1;
must be add to config.php then you can access the developement tab from admin control panel. Find the event listener from Code Event Listeners and deactivate it.
confused.png
eek.png
not sure
Okay... it will be an option in the next version.
Love your work but this is needed pretty fast my links are all wacked...............
biggrin.png
 
Comment out the following line in "EWRporta_Listener_Init" to disable the route index for now...
Code:
EWRporta_Helper_Index::setDefaultRoute($config, $data);
 

I too had the "Not sure" moment and I'll try to explain from my perspective.
xenforo has an entirely invisible "development" menu option in the AdminCP.
It is only available if you place
Code:
$config['debug'] = 1;
in the config.php file in /library (same where you setup your database login)...
Once you reupload the config.php, then you naviagate to AdminCP you'll see "Development"
Inside development, you'll see an menu to modify Event Listeners.
This is the missing piece that I missed.
 
Status
Not open for further replies.
Back
Top Bottom