Jump to content

Download: (SOS31) Manage Validating Members v1.0.0


Adriano Faria

Recommended Posts

Posted

I have the same problem with all browsers, even if I mainly use Chrome:



post-183717-0-41018400-1294138913_thumb.

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&section=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&section=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
  • Replies 64
  • Created
  • Last Reply
Posted

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.
Posted

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&section=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>

  • 3 weeks later...
Posted

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.

  • 4 months later...
Posted

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

  • 1 month later...
  • 2 weeks later...
Posted

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...