News:

Wondering if this will always be free?  See why free is better.

Main Menu

Register Redirect

Started by K@, August 10, 2010, 07:19:37 PM

Previous topic - Next topic

K@

Link to Mod

This mod will give you the option of redirecting your users, when they register at your forum.

It works with registration set as "Instant" and "Account Activation".

Configuration can be found in Admin>Features and options.

Grateful thanks to Cicka!!


Edited to add config info.

franklinrony

can clarify please, where redirect,a especific topic or a last post before the guest register?
http://twitter.com/franklinrony

Entra y aprende a ser un webmaster
www.sv-blog.com
--Si pides ayuda al menos agradece el soporte recibido----

!RFAN

please clarify this??

i cant see any settings??

Masterd


kat

It redirects to wherever you set it to, in Admin>Features and options.

franklinrony

Quote from: K@ on August 11, 2010, 06:56:22 AM
It redirects to wherever you set it to, in Admin>Features and options.
ah thanks,very good for redirect to forum rules
http://twitter.com/franklinrony

Entra y aprende a ser un webmaster
www.sv-blog.com
--Si pides ayuda al menos agradece el soporte recibido----

Propaganistas

Hi,

I'm using SMF RC3, AeMe 2.0 and SP 2.3.2. This mod seems not to work with these mods.

I also took a look at the code and found this:
Quote<operation>
         <search position="replace"><![CDATA[function Activate()
{
   global $context, $txt, $modSettings, $scripturl, $sourcedir, $smcFunc, $language;]]></search>
         <add><![CDATA[function Activate()
{
   global $context, $txt, $modSettings, $scripturl, $sourcedir, $smcFunc, $language;
   
   if (!empty($modSettings['instant_register_enable']) && !empty($modSettings['activate_register_url'])){
   $_SESSION['login_url'] = $modSettings['activate_register_url'];
}]]></add>
      </operation>

this has to be the following as we're talking about Account Activation:
Quote<operation>
         <search position="replace"><![CDATA[function Activate()
{
   global $context, $txt, $modSettings, $scripturl, $sourcedir, $smcFunc, $language;]]></search>
         <add><![CDATA[function Activate()
{
   global $context, $txt, $modSettings, $scripturl, $sourcedir, $smcFunc, $language;
   
   if (!empty($modSettings[activate_register_enable']) && !empty($modSettings['activate_register_url'])){
   $_SESSION['login_url'] = $modSettings['activate_register_url'];
}]]></add>
      </operation>

Fixing this doesn't solve the broken redirection.

kat


DoctorMalboro

Pretty cool mod... thanks K@ ;)

kat

Pleasure, mate!

Cicka did most of the work, to be honest.  :)

Propaganistas

Quote from: K@ on August 14, 2010, 11:25:10 AM
Quote from: Propaganistas on August 14, 2010, 11:17:41 AM
I'm using AeMe 2.0 and SP 2.3.2.

What are those?
Aeva Media 2.0 (gallery mod)  &  SimplePortal 2.3.2 (portal mod)

Bugo


kat


Bugo

It seems that it's the same.

kat

It does a similar thing, sure.

It's not been updated for RC3, or v1.1.11, though.

You'll find many mods that do similar things to what other mods do.

They just do things in a different way.

DoctorMalboro

Quote from: K@ on August 14, 2010, 12:33:29 PMPleasure, mate!

Cicka did most of the work, to be honest.  :)
Cicke besides being beautiful... also made mods? wow... :-[

kat

She's submitted quite a few, I believe.


cicka

Quote from: K@ on August 14, 2010, 12:33:29 PM
Pleasure, mate!

Cicka did most of the work, to be honest.  :)

We did the same amount of work :)

kat

One half, the person knew what they were doing. ;)

Sorry, Propaganistas. But, "This mod seems not to work with these mods." doesn't give us anything to go on.

You get errors, what?

Advertisement: