vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Country Flags - Postbit & Postbit_Legacy. vB 4.0.x (Inc GO (https://vborg.vbsupport.ru/showthread.php?t=229511)

MirKO13 10-27-2014 09:02 PM

Quote:

Originally Posted by lapo (Post 2520116)
yes in

forum/images/flags

Make sure to upload them as the instructions say:

Quote:

Instructions:

Firstly “Upload” ALL the Flag GIF pics to your forum root /images/buttons/flags folder.

IE: yourforumaddress.com/forum/images/buttons/flags
If you have a custom style:

forum root/images/your style/buttons/flags folder.


Give that a try and hopefully works :)

Best of luck.

lapo 10-28-2014 06:47 PM

Quote:

Originally Posted by MirKO13 (Post 2520270)
Make sure to upload them as the instructions say:



If you have a custom style:

forum root/images/your style/buttons/flags folder.


Give that a try and hopefully works :)

Best of luck.

work tnx.

I have one question,

you can do that automatically for all users to track the IP

dknelson 11-19-2014 05:05 PM

1 Attachment(s)
My members love this mod. I had it on my 3.8 forum before upgrading to VBulletin 4. I am running VBulletin 4.2.3 and this works great. Most of me members are from the USA and Canada so I've also used this mod to add the State and Province flags. I just don't make it a mandatory field for those few who live in other countries. I haven't looked at the flags being used here but I'm using animated flags that I used with the 3.8 version of this mod.

I did not create new profile fields for adding the flags. I already had profile fields for state/province and for country so just used those field IDs. That way the flags were automatically added for the majority who already had those fields selected. You just have to make sure that the flags are named the same as your existing options for those fields.

KGodel 12-04-2014 06:40 PM

Does anyone know if there is a set of tiny non-animated icons that would work with this? I'd like to have a small country flag before the username, not as a field below the avatar.

nerbert 12-04-2014 08:42 PM

1 Attachment(s)
I was helping Boofo with some modification of this product years ago and have a file of 15 x21 gif images. I don't remember exactly what we did now. But anyway ....

ozzy47 12-04-2014 10:09 PM

Wow, there is a name I have not heard in awhile. :)

domainka 01-20-2015 06:26 AM

any vb 4.2.2 ? i installed the Mod and nothing was displayed

Kesha 01-20-2015 02:26 PM

Quote:

Originally Posted by domainka (Post 2533484)
any vb 4.2.2 ? i installed the Mod and nothing was displayed

You need to follow the instructions and modify your postbit template. I'm running this product on 4.2.3 Beta without any issues.

domainka 01-21-2015 03:00 AM

I have followed the installation insructions, and still no flag is being displayed. any suggestion please ?

here is the snapshot of the code

HTML Code:

<span class="usertitle">
                                                {vb:raw post.usertitle}
                                        </span>
<!-- Wy Country Flags Start -->
<vb:if condition="$post['field5']"><style="text-align:left"> Country:</dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" align="middle" alt="{vb:raw post.field5}" border="" /></vb:if> 
<!-- Wy Flags End -->


boss22 01-21-2015 03:01 PM

PHP Code:

<img src="{vb:stylevar imgdir_button} 

should be

PHP Code:

<img src="{vb:stylevar imgdir_buttons} 

try now

regards

bosss


All times are GMT. The time now is 11:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01599 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete