Recent Topics

Members
Stats
  • Total Posts: 10,754
  • Total Topics: 1,374
  • Online today: 80
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 65
Total: 65

Fine Tuning BR Finale

Started by TLone, Jan 30, 12, 10:10:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ZarPrime

Maxx knows quite a bit more about SimplePortal than I do so he may know more about how the user block in that works than I do.  I mean what I can do is register for your site, and you can see if it shows back up without approving me but I can't imagine that Crip removed this capability from the SP files.

ZarPrime

TLone

Zar, I have members awaiting approval, so I'm sure it's not included.

Sorry to confuse. I do not believe Crip has fiddled with this at all. Most likely SP coding.

btw, here is the pic i thought i uploaded earlier.

[attachment deleted by admin]

Crip

there maybe No one to Approve , good idea Zarprime. :up:
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

Want me to add that back? 
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

TLone

That'd be great if you could! 

I just want that notify in the side user block though.  The work you did removing the top panel was excellent and I think really tightened up my site.

Crip

#25
Quote from: TLone on Feb 06, 12, 05:44:22 PM
That'd be great if you could! 

I just want that notify in the side user block though.

Bro '  -> you said it didn't show in the Default Theme ,  so , i'm thinking the >2.0.2 upgrade / update went wrong...?. did use use the 2.0.2 Large_Upgrade Package?..?

I know I can't add it in a SP-block , if not in the Theme i cannot do it..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

TLone

Crip.  I did use the large upgrade.  I think it might be just something that wasn't carried over to SP 2.0.

Hoping to get some help on the SP forum...

TLone

No help from SPforum thus far. 

Quick questions guys.  Is it possible to reproduce the "Awaiting Approval (1)" line in a block?  Is it as simple as just copying and pasting the correct code?  This would give me exactly what I want.



[attachment deleted by admin]

Crip

#28
It's possible yes? .. we have it here in a TP_Block & up-top as well ----
..but see bro , we all users of Tiny-Portal Blocks which is prolly a better SMF Portal , but we don't know S*** about SP..
   • If you want further information about adding it back , please , just let us know. :)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

This is the code used Here:
';
// Are there any members waiting for approval?
      if (!empty($context['unapproved_members']))
         echo '
               <li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>
    </ul>';
   echo '


..you can try that?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.