MyBB Codes

Full Version: [Release 1.4.x] Colorful Post Bit 1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
very nice plugin .
i hope you increase the free plugins as we are appreciate every effort makes us get rid of VB script

thank you
What is pese ? How to collect them?
Is that a plugin ? Seems to works fine, i'll need that plugin in future.
Hi apo,
pese is a virtual currency for this forum that you get when you create a thread or reply to a an existing thread.
When you collect some by posting good quality comments, you can download a free plugin of your choice.

For more details read this thread:
http://www.mybbcodes.com/showthread.php?tid=97
very nice plugin... thanks gazhal.
Excelent! Big Grin
thank for share, it's so beautiful but i like the default
Looking like a really nice plugin! Cant wait to get it![/u]
Looking like a really nice plugin! Cant wait to get it!
How do you get the users country in the classic postbit like from here on your site? I have provided you a picture.
[attachment=811]
You add something like this in your "postbit_author_user" template :
PHP Code:[Highlight]
<font color=Purple>
Country: {$post['fid4']}
</
font

This is based on the fact that you have created a required "Custom Profile Fields" with an ID of "4" for the new members to choose a country in a "select box".

Without a GeoLocation verification, you have no way to verify if this is really the right country.
(08-09-2011 11:38 AM)exdiogene Wrote: [ -> ]You add something like this in your "postbit_author_user" template :
PHP Code:[Highlight]
<font color=Purple>
Country: {$post['fid4']}
</
font

This is based on the fact that you have created a required "Custom Profile Fields" with an ID of "4" for the new members to choose a country in a "select box".

Without a GeoLocation verification, you have no way to verify if this is really the right country.

Ok Thank you that will make the country part purple which is perfect and this is final step but if you see this you'll understand i am using a plugin so I need to uninstall the plugin I am currently using and then do it your way or is there away to wrap this flag inside by editing?
(08-09-2011 02:22 PM)Technoman Wrote: [ -> ]
(08-09-2011 11:38 AM)exdiogene Wrote: [ -> ]You add something like this in your "postbit_author_user" template :
PHP Code:[Highlight]
<font color=Purple>
Country: {$post['fid4']}
</
font

This is based on the fact that you have created a required "Custom Profile Fields" with an ID of "4" for the new members to choose a country in a "select box".

Without a GeoLocation verification, you have no way to verify if this is really the right country.

Ok Thank you that will make the country part purple which is perfect and this is final step but if you see this you'll understand i am using a plugin so I need to uninstall the plugin I am currently using and then do it your way or is there away to wrap this flag inside by editing?

this is what I have at the end of "postbit_author_user" {$county_flags}
so i did what you told me to do but the flag is not flush like yours?

[attachment=813]
Pages: 1 2 3
Reference URL's