The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Verified Users - Modification needed
Hello,
I run a large community and we require email verification confirmation before members can post. But, i'm going to start letting unverified users begin posting in a group labled "Unverified" (Which is "USERS AWAITING CONFIRM EMAIL" renamed). What I want to do is put a small star beside the username in POSBIT (NOT TIED TO THE USERNAME ITSSELF) This is only going to be for the registered user group. The star is going to be an image please help post a modifciation for this request cheers, andy |
#2
|
|||
|
|||
Its easy, just do an <if> and <else> command in PHP, i dont know how it works, but if you take a look around in your vb installation you can do it, or would you like me to help you?
|
#3
|
|||
|
|||
edit the usergroup and in html markup put in
<img src="IMAGE URL HERE" /> in the first box In the second put in </img> |
#4
|
|||
|
|||
Oh god, i didnt even think about that :| But yes, thats the easy way of doing it
|
#5
|
|||
|
|||
Quote:
Can someone give me the code to put it in the styles//postbit? |
#6
|
|||
|
|||
Research into what i said then.
|
#7
|
|||
|
|||
If someone could give me the statement and tell me where to put it in postbit & postbit legacy I will pay $5 paypal.
please post "working on job" and send a PM with details so others dont already do it if your working on it. need asap. |
#8
|
|||
|
|||
I will do it free, just a second i will find it.. Read my sig btw
|
#9
|
|||
|
|||
Ok sounds good
|
#10
|
|||
|
|||
Edit: sorry, below is the method that will display a star next to everyones name if the viewer is unverified, but im sure you can tweak it! Try replacing $bbuserinfo with $post and tell me if it works, if not you have to ask someone else
Ok done, find where you want to put the message or image and insert this: PHP Code:
so if you wanted people that are not verified to see a star, assuming your un verified by email usergroup is 3 and your star is at http://www.alchemist-team.net/star.gif You find this in your posbit or postbit legacy template: PHP Code:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|