Solved: Flash Intro ? - Joomla! Forum - community, help and support
never mind, found change code. found in templates files. yey works! joomla site goes index.php every time now, , flash intro works!!
you have change code in template's file. means each person, it'll different. however, if use joomlart's templates you'll able same did.
to more detailed here's do: (this in joomla v1.5.9/ joomlart template)
go [joomlaroot]/templates/[joomlart-template]/ja_menus/base.class.php
edit there somewhere around line 87:
change this:
to this:
save.
then whoa- works!!
so said, itll different different templates, search in template folder script: juri::base(); , each time try replacing 'index.php'; . there many of them, not work. if doesn't work, undo changes , continue searching. 1 works, it!
-------------------
original post:
my joomla site located in http://www.mysite.com/
i not want move site else http://www.mysite.com/joomla/
i want in main directory..
so question want flash intro.. if post flash intro on http://www.mysite.com/index.html intro play good. ill redirect users /index.php (the joomla site).
but on joomla navigation, home menu item takes me http://www.mysite.com/ , not http://www.mysite.com/index.php
any way solve this?
you have change code in template's file. means each person, it'll different. however, if use joomlart's templates you'll able same did.
to more detailed here's do: (this in joomla v1.5.9/ joomlart template)
go [joomlaroot]/templates/[joomlart-template]/ja_menus/base.class.php
edit there somewhere around line 87:
change this:
code: select all
$v->url = juri::base();
to this:
code: select all
$v->url = 'index.php';
save.
then whoa- works!!
so said, itll different different templates, search in template folder script: juri::base(); , each time try replacing 'index.php'; . there many of them, not work. if doesn't work, undo changes , continue searching. 1 works, it!
-------------------
original post:
my joomla site located in http://www.mysite.com/
i not want move site else http://www.mysite.com/joomla/
i want in main directory..
so question want flash intro.. if post flash intro on http://www.mysite.com/index.html intro play good. ill redirect users /index.php (the joomla site).
but on joomla navigation, home menu item takes me http://www.mysite.com/ , not http://www.mysite.com/index.php
any way solve this?
there several ways solve issue, if don't want have hack home links, set cookie in index.html. if cookie has been set, send them index.php, if not, play flash video.
Comments
Post a Comment