Shape 5

Joomla Templates => New Architect - November - Club => : baparks October 29, 2009, 08:38:59 PM



: 2 login tabs!!!!
: baparks October 29, 2009, 08:38:59 PM
Man! this tab thing is giving me the blues!!!
1st issue:
In Admin, whenever I go to configure the template "Register" keeps coming back!

2nd issue:
I don't know what happeded but now on the front end I have 2 login tabs!!

Help Please.....

http://www.nc100bw.org

Thanks in advance.


: Re: 2 login tabs!!!!
: jonahh October 30, 2009, 01:10:23 PM
Hello,

Make sure your params.ini file is writable so the register tab saves correctly.

It looks like the login tab was copied in the index.php file and thats how the second is appearing.



: Re: 2 login tabs!!!!
: baparks October 30, 2009, 03:45:52 PM
Params.ini under templates/new_... is 775
What do I look for in the index.php to tell if it was copied twice?


: Re: 2 login tabs!!!!
: jonahh November 02, 2009, 02:12:02 PM
You could try 777 if not then you can open this file and just remove the register text

I would just replace the index.php file with a fresh copy from the downloads.



: Re: 2 login tabs!!!!
: baparks November 03, 2009, 09:01:44 AM
WHAT THE HELL!!! I did what you said about downloading a fresh index.php from your site and now my site is down!!!!!!!!!!!!!!

... 15 minutes later....

Luckily I had just done a back-up  *Whew*!
WAIT A MINUTE!!!!
I didn't know that doing that would reset my entire layout!!!!


: Re: 2 login tabs!!!!
: jonahh November 03, 2009, 11:16:55 AM
Are you sure you put the index.php file in the:

templates/new_architect/

folder and not the root of your Joomla install?


: Re: 2 login tabs!!!!
: baparks November 03, 2009, 11:25:35 AM
To be honest I probably DID put it in the wrong place.
I've corrected all of that and the sites back up but I STILL can't get rid of the right tab.
It's a pain and confusing to anyone who goes to the site.



*I see two tabs*  said in the tone of  *I see dead people*

Ple eese eese just make it go away....


: Re: 2 login tabs!!!!
: baparks November 03, 2009, 02:23:56 PM
I don't understand it! I can turn off every login I have but that Stupid right tab is STILL There
Please help!!!!


: Re: 2 login tabs!!!!
: jonahh November 04, 2009, 01:52:22 PM
If you PM Joomla login access I can get it working for you.


: Re: 2 login tabs!!!!
: jonahh November 06, 2009, 12:19:19 PM
Hello,

I removed:

:
<?php if($this->countModules('cpanel')) { ?>
<div class="s5_tabs" >
<div class="s5_tab_left"></div>
<div class="s5_tab_middle" onclick="shiftOpacity('s5_loginpop');" onmouseover="Tip('Click here to <?php  $user =& JFactory::getUser();  $user_id $user->get('id');  if ($user_id) { echo $s5_tab3_out;} else {  echo $s5_tab3; }?>.', WIDTH, 140, OPACITY, 80, ABOVE, true, OFFSETX, 1, FADEIN, 200, FADEOUT, 300,SHADOW, true, SHADOWCOLOR, '#000000',SHADOWWIDTH, 2, BGCOLOR, '#000000',BORDERCOLOR, '#000000',FONTCOLOR, '#FFFFFF', PADDING, 9)">
    <?php   $user =& JFactory::getUser();  $user_id $user->get('id');  if ($user_id) { echo $s5_tab3_out; } else { echo $s5_tab3; }?>
</div>
<div class="s5_tab_right"></div>

<div id="s5_loginpop">
<jdoc:include type="modules" name="cpanel" style="xhtml" />
</div>
</div>
<?php ?>

from your index.php file.  This shouldn't have to be done but it appears your params.ini file wasn't writable thus not saving the changes made in the template parameters area.


: Re: 2 login tabs!!!!
: baparks November 06, 2009, 12:33:46 PM
I am forever and deeply grateful!!!!!