Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for beardww

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 05:06
  • Posts: 2
  • Profile Views: 2343
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Even with the cache off I was getting 404 errors, is there any way around this? I would be very interested in a Artio/Gallery solution.
JoomSEF + Gallery2 E ...
Category: JoomSEF 3
emo
RE: Error with front-page missing after successful install.

Requires some tweaking of components/com_content/content.php
Set your top-menu item to com_frontpage and modify this if statement in content.php:

// loads function for frontpage component
if ( $option == 'com_frontpage' ) {
//$cache->call( 'frontpage', $gid, $access, $pop, $id, $limit, $limitstart );
$cache->call('showBlogSection', 4, $gid, $access, $pop, 26, $limit, $limitstart );
return;
}

Exchange the frontpage call with one of these calls from the case statements
below and modify the $gid and $id to reflect the page you wish to redirect it to.
Make sure the first parameter in the call reflects where you are directing it.

Hope this saves some time I lost =)<br><br>Post edited by: beardww, at: 2006/11/01 14:25
"This page doesn't e ...
Category: JoomSEF 3
More
User Login Empty