VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Starting page

Re: Starting page 30 Mar 2016 08:31 #8544

Not any url, when I click on the index.
In other words, if possible, I want that the starting page compares
every time I load the index of website and not for one session , as
succeed now
  • sabdurso

Re: Starting page 31 Mar 2016 03:04 #8546

You can edit templates/jf_creativia/index.php, modify:
 
if ($startingpage && $revisit == false) {
include(JPATH_THEMES.'/jf_creativia/lib/php/spage.php');
}
 

to:
 
if ($startingpage && $menu->getActive() == $menu->getDefault($lang->getTag())) {
include(JPATH_THEMES.'/jf_creativia/lib/php/spage.php');
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
  • 2
Time to create page: 0.54 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.