I need to use Jfusion, beacuse I have another integrations in my site (elgg, phpbb3...etc) and the users are using jfusion to register. Not the common joomla registration sistem.
How can I change the URLS of the navbar links???
suprsidr
Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-11-14 00:23
look to /gallery2/modules/core/templates/blocks/local/SystemLinks.tpl <- copy the original here
in the iterator you'll want to test for your login and register links
{if $link.text == 'Login'}
// your login link here
{else if $link.text == 'Register'}
// your register link here
{else}
// regular link here
{/if}
I make the changes and still doesen't work. My site URL is www.viurex.com/graffiti and the login link in the navbar is "iniciar Sesión" but this link is pointing to the default gallery login site, not to my own desired login site.
provotector
Joined: 2012-11-13
Posts: 9
Posted: Sat, 2012-11-17 06:08
I'm clearing template cache in each edition. But still doesen't work.
suprsidr
Joined: 2005-04-17
Posts: 8339
Posted: Sat, 2012-11-17 14:06
you would also have to change
if $theme.systemLinks[$linkId].text == 'Login'
and
if $theme.systemLinks[$linkId].text == 'Register'
Posts: 8339
jfusion is a hack, use joomlaG2 instead - its a true integration.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
I need to use Jfusion, beacuse I have another integrations in my site (elgg, phpbb3...etc) and the users are using jfusion to register. Not the common joomla registration sistem.
How can I change the URLS of the navbar links???
Posts: 8339
look to /gallery2/modules/core/templates/blocks/local/SystemLinks.tpl <- copy the original here
in the iterator you'll want to test for your login and register links
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
In what part of Systemlinks.tpl I need to put this code?
Tjanks.
Posts: 8339
you'll have to edit the urls in attached -> rename and upload to /gallery2/modules/core/templates/blocks/local/SystemLinks.tpl
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
This is my actual Systemlinks.tpl and your trick, doesen't work for me.
I put your code at the bottom of the file. Maybe this isn't the correct place?
Thanks!
Posts: 8339
wrong!
I gave you the whole file
all you had to do was change the fake links I placed.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
I make the changes and still doesen't work. My site URL is www.viurex.com/graffiti and the login link in the navbar is "iniciar Sesión" but this link is pointing to the default gallery login site, not to my own desired login site.
Posts: 9
I'm clearing template cache in each edition. But still doesen't work.
Posts: 8339
you would also have to change
if $theme.systemLinks[$linkId].text == 'Login'
and
if $theme.systemLinks[$linkId].text == 'Register'
for your language
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
Doesen't work. Still showing the default URL.
I tried with:
{if $theme.systemLinks[$linkId].text == 'Iniciar Sesión'}
Ando also tried with:
{if $theme.systemLinks[$linkId].text == 'Iniciar Sesión'}
I'm clearing both template and browser cache. How can I do?
Please, you help me. You don't give up with me. We can find a solution
Posts: 8339
lets try and make gallery translate for you
try the attached
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
Not working.
Maybe another option can be to remove the original "login" link, and add a new link with my own login URL.
I checked theme.tpl (im usin gekko) and found this code, maybe helpful:
How can I edit this for my purpose??? Thanks!!!
Posts: 8339
feel free to remove or change what you like.
Or maybe you can hire myself or another gallery expert to figure it out for you.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
Yes, please, tell me the price. I need to change the registration and login/logout URLS.