Forum Support

Shape 5
March 29, 2024, 08:26:51 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 2 login tabs!!!!  (Read 615 times)
baparks
Jr. Member
**
Offline Offline

Posts: 45



« on: 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.
« Last Edit: October 30, 2009, 08:31:34 AM by baparks » Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: 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.

Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
baparks
Jr. Member
**
Offline Offline

Posts: 45



« Reply #2 on: 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?
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #3 on: 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.

Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
baparks
Jr. Member
**
Offline Offline

Posts: 45



« Reply #4 on: 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!!!!
« Last Edit: November 03, 2009, 09:37:31 AM by baparks » Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: 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?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
baparks
Jr. Member
**
Offline Offline

Posts: 45



« Reply #6 on: 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....
« Last Edit: November 03, 2009, 11:29:31 AM by baparks » Logged
baparks
Jr. Member
**
Offline Offline

Posts: 45



« Reply #7 on: 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!!!!
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #8 on: November 04, 2009, 01:52:22 PM »

If you PM Joomla login access I can get it working for you.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #9 on: November 06, 2009, 12:19:19 PM »

Hello,

I removed:

Code:
<?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.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
baparks
Jr. Member
**
Offline Offline

Posts: 45



« Reply #10 on: November 06, 2009, 12:33:46 PM »

I am forever and deeply grateful!!!!!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.