Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 5, 201114 yr I have the same problem with all browsers, even if I mainly use Chrome: Did someone find the solution? Go to ACP > look and feel > skin > manage templates. Under global templates find > sos31_validatingusers find <ul class='right'> <li><if test="$admin > 0 OR $user > 0"><a href="{$this->settings['base_url']}app=members&module=advanced§ion=validate"><b>{$this->lang->words['member_validating_queue']}:</b> </if><if test="$admin > 0"><span style='color:red;font-weight:bold'>{$this->lang->words['admin_val']}: {$admin}</span></if> <if test="$admin > 0 AND $user > 0">|</if> <if test="$user > 0"><span style='color:green;;font-weight:bold'>{$this->lang->words['user_val']}: {$user}</span></a> </if></li> </ul> replace with <ul class='right'> <li><if test="$admin > 0 OR $user > 0"><a href="{$this->settings['base_url']}app=members&module=advanced§ion=validate"><b>{$this->lang->words['member_validating_queue']}:</b> </if><if test="$admin > 0"><span style='color:red;font-weight:bold'>{$this->lang->words['admin_val']}: {$admin}</span></if> <if test="$admin > 0 AND $user > 0">|</if> <if test="$user > 0"><span style='color:green;;font-weight:bold'>{$this->lang->words['user_val']}: {$user}</span></a> </if></li> </ul> The ''Member Validating Queue: User validation: ??'' will move to left
January 5, 201114 yr Go to ACP > look and feel > skin > manage templates. Under global templates find > sos31_validatingusers find replace with The ''Member Validating Queue: User validation: ??'' will move to left Thank you, Merlinscave, but it seems that it doesn't work. Not with Chrome. I dodn't try with other browsers.
January 5, 201114 yr Try to replace it with this<ul class='left'> <li><if test="$admin > 0 OR $user > 0"><a href="{$this->settings['base_url']}app=members&module=advanced§ion=validate"><b>{$this->lang->words['member_validating_queue']}:</b> </if><if test="$admin > 0"><span style='color:red;font-weight:bold'>{$this->lang->words['admin_val']}: {$admin}</span></if> <if test="$admin > 0 AND $user > 0">|</if> <if test="$user > 0"><span style='color:green;;font-weight:bold'>{$this->lang->words['user_val']}: {$user}</span></a> </if></li> </ul>
January 7, 201114 yr Is there a way to let only the Root admins see the link ?? Now all other admins can see it and we don't want that.
January 7, 201114 yr Try to replace it with this This simply transferred the problem from left side to right- Thanks, btw
January 26, 201114 yr Is there way to show one custom profile field in aproval screen? I have one custom profile field mandatory in registeration and it would be nice if it shows in that screen.
June 15, 201113 yr Author Does the hook work with 3.2? I couldn't operate without this hook. +1 Almost there: Just need to reskin with those new colored buttons...
June 15, 201113 yr Brilliant. It's a huge time saver with up to 50 new registrations each day at my forums and each one I need to check that they filled out their custom profile information correctly. Cheers 3DKiwi
August 13, 201113 yr Author You can always donate when recognize other's work. Will be released soon and will be free, like previos version. :)
August 13, 201113 yr What address we can used to send you a donation Adriano,because you sure deserve it for all great work you put out and keeping up with the updates,so i'll like to sure help out any way i can.
August 19, 201113 yr Mr. Adriano :) I can't operate 3.2 without this hook. Please, please, please.....
August 26, 201113 yr Adriano...I'm sending my bodyguards to Brazil to make sure this hook is updated soon :)
Archived
This topic is now archived and is closed to further replies.