|
Thanks!
I thought nothing in here would be useful to me but those IF conditions really helped me out. Cheers! ^_^ |
Glad this thread has been helpful to people :D
|
best thread ever!
|
Hi all,
What are the variables available in the $foruminfo[] array? I'm looking to linkify the forum description box, so the name of the forum links to the forum. TIA! |
thanks for sharing.
really help me a total newbie get started. this should incl in the manuals. i have one doubts . normally we add standard css inline. how do i direct the template to external css? and which file in edit in this? can the standard import command be used ? thanks |
Hi everyone!
Thanks for reading this thread and I hope you found it helpful. I'm currently putting together an ebook to help people get started with customizing vbulletin with their own pages and products/plugins. Step by step instructions (with screenshots) on how to create your very first custom product (introduction to custom php files, plugins, hooks, style templates, integrating user information, etc), as well as tips, tricks, and code snippets that you can use to get some commonly asked things done... and all in simple to understand english ;) If interested, shoot me a private message. Customizing vBulletin can be fun! Let us show you how :) Update:In the meantime, be sure to check out vb.org's articles section, and the vBulletin Manual. |
You have $vbulletin->userinfo['username']. Where is $bbuserinfo['field6'] via the function call?
|
This is good stuff. I do have a question that isn't covered.
Say I have a multiple choice custom user profile field that is stored bitwise in the database. Example: Choice 1 = 1 Choice 2 = 2 Choice 3 = 4 Choice 4 = 8 Choice 5 = 16 So if a user selected choices 4 and 5, the stored value would be 24. How could I evaluate this easily with an If/Then statement so that I could display the appropriate icons under the username in the postbit based upon each choice. For example, the for the user above it would need to display two icons that correspond to choices 4 and 5. If an user had selected ALL fields, the value would be 31, and it would need to display 5 icons. I've done plenty of the <if condition="is_member_of($post, X)"> logic when it comes to usergroup membership, but this bitwise storage is confusing. Can anyone show me a quick sample that would help clear this up for me? Edit: I figured it out. Here's the answer for anyone looking for it: Code:
<if condition="$post[field11] & 2"> |
this thread helps so much
what about that ebook? |
All times are GMT. The time now is 01:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|