01-06-2010, 07:15 PM
01-10-2010, 08:52 AM
What is pese ? How to collect them?
Is that a plugin ? Seems to works fine, i'll need that plugin in future.
Is that a plugin ? Seems to works fine, i'll need that plugin in future.
01-10-2010, 06:25 PM
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
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
05-12-2010, 11:18 PM
very nice plugin... thanks gazhal.
Excelent!
Excelent!
07-15-2010, 02:18 AM
thank for share, it's so beautiful but i like the default
04-06-2011, 06:28 AM
Looking like a really nice plugin! Cant wait to get it![/u]
Looking like a really nice plugin! Cant wait to get it!
Looking like a really nice plugin! Cant wait to get it!
08-09-2011, 10:47 AM
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]
[attachment=811]
08-09-2011, 11:38 AM
You add something like this in your "postbit_author_user" template :
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.
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, 02:22 PM
(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:46 PM
(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]