vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=328027 |
Hello everyone !
Now , its looks like this : https://prnt.sc/si28wi I need help . I would in postbit add a special category for the " Status " . For example like this : https://prnt.sc/si2c1j Thanks in advance :) |
Bump ... anyone who can me help ?
|
You have to use the same class/html markup/tags etc for your custom profile fields as other profile fields.
Have a Look at postbit template. |
Quote:
Can you please help me ? |
Looks like this is added with the product/plugin .. is it?
look for a plugin at location "postbit_userinfo_left" |
Quote:
{vb:raw template_hook.postbit_userinfo_left} But , I dont know how to put it in a frame whit the prefix " Status : " like in the picture I post here . Do you know how ? |
<vb:if condition="$post['fieldX']"><dt>{vb:rawphrase custom_status}</dt> <dd>{vb:raw post.fieldX}</dd></vb:if>
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> If the phrase for the plugin exists, you need to call it, i used "custom_status" only as an example, if not you will need to create your own phrase. You will need to find out which field it is as well, as "fieldX" isnt valid, as an example of line 3 uses field2. You dont need a plugin to do this anyways. |
In the postbit template of you style
find
Replace
PS. if someother hack is using this hook it may not display properly. Try and See .. you can always revert back. |
Thats not going to work, in his 2 images he linked to the status isnt in the 1st pic, so he is going to have to call the field.
|
The hook is out of DL tags hence no css formatting is taking place, if the plugin is configured properly this will work.
|
Quote:
Quote:
Thank you both for your help , but I dont see the [/code] . https://prnt.sc/stymr0 Can you please this post in a normal post without [/code] ? Thanks :) |
Quote:
|
Quote:
I wrote to the support but I have not received an answer so far . |
my post updated
|
Quote:
Do you know how to do it whit a plugin ? The plugin is : {vb:raw template_hook.postbit_userinfo_left} |
All times are GMT. The time now is 01:31. |
Powered by vBulletin® Version 3.8.14
Copyright © 2021, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.