Shape 5

Joomla Templates => Hexicon Gamer - Club => : ebontide November 16, 2012, 11:54:21 PM



: Change S5 registration to Joomla default?
: ebontide November 16, 2012, 11:54:21 PM
Is there any means by which to remove the S5 registration and replace it with an alternate?  The lack of any security measures against spam is crippling my site.


: Re: Change S5 registration to Joomla default?
: mikenicoll November 17, 2012, 12:53:11 AM
You can just disable the s5 register module and use the standard joomla registration page

Just remove all the text entries from the template manager for Login/Register and it will leave it blank.


: Re: Change S5 registration to Joomla default?
: ebontide November 17, 2012, 08:46:21 AM
I've managed to do as you stated and had register completely removed, but it throws off the layout of the theme and unaligns the top portion of the page.  Would it be possible to link the register text to the main joomla register page?  Everything else is working fine though.

Edit:

I was able to find the solution to my issue here: http://www.shape5.com/component/option,com_smf/Itemid,75/topic,10481.msg42184/#msg42184

Specifically, I changed the line:
<div id="s5_register" class="s5box_register"><ul class="s5boxmenu"><li><span><span><?php echo $s5_register;?></span></span></li></ul></div>

in templates/hexicon_gamer/index.php to:

<div id="s5_register" onclick="window.document.location.href='[yoursite]/index.php?option=com_users&view=registration'"><ul class="s5boxmenu"><li><span><span><?php echo $s5_register;?></span></span></li></ul></div>

Just cut out the green portion and paste in the blue.  Thanks for the template.


: Re: Change S5 registration to Joomla default?
: erich199 January 11, 2013, 06:52:57 PM
I think he actually means in the backend of Joomla, under the Template manager. You don't have to actually edit the file.