Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] verifyd icon



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
  • Description:
hi

i tried to add in user verified icon but nothing change 

i changed with 

jQuery(document).ready(function() {
$('h4.username a[href="/u1"]').after('<img src="https://i.imgur.com/VFD2a7K.png" style="padding-left: 5px;" alt="Verified" title="Verified">');
$('#profile-advanced-right .module.main .main-head .h3"]').after('<img src="https://i.imgur.com/VFD2a7K.png" style="padding-left: 5px;" alt="Verified" title="Verified">');
});

  • Information:
Forum:www.pixibotz.comVersion:PUNBB
Type:Errors in codeTags:verifyd

Powered by PunBB
Currently 0 users have thanked yaanz for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
Try this:

Code:
[panda=js]jQuery(document).ready(function() {
$('.user-ident .user-basic-info a[href="/u1"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;" alt="Verified" title="Verified">');
});


Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
https://i.servimg.com/u/f68/19/41/09/39/111sdf10.jpg
\

it something come up like this sir any help ?


Powered by PunBB
Currently 0 users have thanked yaanz for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
Alright, my mistake in the code I added two elements instead of one.

Try this one and tell me if the problem is solved?

Code:
[panda=js]jQuery(document).ready(function() {
$('.user-basic-username a[href="/u1"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;" alt="Verified" title="Verified">');
});

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
wow works like charm sir

but i want that image to move little down where exact with name alignment hope u got it

thanks

Powered by PunBB
Currently 0 users have thanked yaanz for this post:

6
Offline

  Shadow

Shadow
Administrator
Administrator
Something like this?

Code:
[panda=js]jQuery(document).ready(function() {
$('.user-basic-username a[href="/u1"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;position:relative;bottom:-4px" alt="Verified" title="Verified">');
});

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

7
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
sir you really made my day Smile

thank q so much helping out


one more sir if i want to add this system to other user what ihave to do ?

sorry for being noob am really new to this Smile

Powered by PunBB
Currently 0 users have thanked yaanz for this post:

8
Offline

  Shadow

Shadow
Administrator
Administrator
Find this part in the code [ic]a[href="/u1"][/ic] and change u1 to some other user link. For example, when you open someones' profile, you will see in address bar something like www.pixibotz.com/u2 or something like that.

Every time add a new line break for a new user.

Code:
[panda=js]        jQuery(document).ready(function() {
        $('.user-basic-username a[href="/u1"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;position:relative;bottom:-4px" alt="Verified" title="Verified">');
        });

        jQuery(document).ready(function() {
        $('.user-basic-username a[href="/u2"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;position:relative;bottom:-4px" alt="Verified" title="Verified">');
        });

means your first and second member will have verified icon next to username

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

9
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
yes sir exact i did before i making a topic in here but nothing changed i added to other user who is admin

www.pixibotz.come/u4

something wrong ?

Powered by PunBB
Currently 0 users have thanked yaanz for this post:

10
Offline

  yaanz

yaanz
Punbb Junior
Punbb Junior
sorry sir topic can lock now it works


thanks again for helping me out from this issues

Powered by PunBB
Currently 0 users have thanked yaanz for this post:

11
Offline

  Shadow

Shadow
Administrator
Administrator
Glad I could help.

[aviso="Double Post"]Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead![/aviso]

[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

12
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum