Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Graphic Sets > Miscellaneous Images
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Country Flag Gif's Details »»
Country Flag Gif's
Version: 1.00, by Cobro Cobro is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.0 Rating:
Released: 05-27-2008 Last Update: 05-27-2008 Installs: 140
Re-useable Code  
No support by the author.

This is not my work but i got these flags from my friend made them and he uses them on his forum and i just wanted to share it with you these are gif's so they are moving very cool just check them out and tell me what you think



hope you enjoy

Download Now

File Type: zip flags1.zip (1.86 MB, 1851 views)
File Type: zip flags3.zip (850.1 KB, 1388 views)
File Type: zip flags2.zip (1.15 MB, 1433 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 09-27-2009, 04:44 PM
jaderollie jaderollie is offline
 
Join Date: Nov 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still wanting to know How Do We Install These Please??
Reply With Quote
  #83  
Old 10-08-2009, 01:42 AM
RomainVL RomainVL is offline
 
Join Date: Sep 2009
Location: Flanders
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Easy to install - just follow what is said in the readme page.

But I wonder why it doesn't work for me. Is it because I run vB 3.8.4?
Reply With Quote
  #84  
Old 10-08-2009, 01:52 AM
jaderollie jaderollie is offline
 
Join Date: Nov 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RomainVL View Post
Easy to install - just follow what is said in the readme page.

But I wonder why it doesn't work for me. Is it because I run vB 3.8.4?
i got mune installed ok
it could be that, did you have it working before?
Reply With Quote
  #85  
Old 10-08-2009, 02:01 AM
RomainVL RomainVL is offline
 
Join Date: Sep 2009
Location: Flanders
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, as it's the first time I use vBulletin. Maybe a version problem - I hope it's only that hahaha!
Reply With Quote
  #86  
Old 10-08-2009, 02:18 AM
jaderollie jaderollie is offline
 
Join Date: Nov 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i wouldnt think it is, but im insure
Reply With Quote
  #87  
Old 10-10-2009, 11:55 AM
RomainVL RomainVL is offline
 
Join Date: Sep 2009
Location: Flanders
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally it works perfectly, I only had to put avatars/usernames/age/... to the left :

Admin CP > vBulletin Options > Style & Language Settings; and set the "Use Legacy (Vertical) Postbit Template" to Yes (and save)

And now you only have to pute the code at the correct place in the postbit_legacy, otherwise it will show up under the cadre.

So find this line :

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and add the flag code after

Code:
<!-- / flags start -->
<div>
<if condition="$post[field11]"><img src="images/flags/$post[field11].GIF"></if>
</div>
<!-- / flags end -->
and you're done.
Reply With Quote
  #88  
Old 10-10-2009, 11:27 PM
linuxututs linuxututs is offline
 
Join Date: Oct 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RomainVL View Post
Finally it works perfectly, I only had to put avatars/usernames/age/... to the left :

Admin CP > vBulletin Options > Style & Language Settings; and set the "Use Legacy (Vertical) Postbit Template" to Yes (and save)

And now you only have to pute the code at the correct place in the postbit_legacy, otherwise it will show up under the cadre.

So find this line :

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and add the flag code after

Code:
<!-- / flags start -->
<div>
<if condition="$post[field11]"><img src="images/flags/$post[field11].GIF"></if>
</div>
<!-- / flags end -->
and you're done.
Thanks a MILLION !!

I found this elsewhere and could not get it to work. ( You solved it ! )

Here's what I did though.

FIND:
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
IN LINE AFTER :

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]
ADD :

Code:
<br><!-- / flags start -->
<div>
<if condition="$post[field7]"><img src="images/flags/$post[field7].GIF"></if>
</div>
<!-- / flags end --></br></div></if>
This way your location and flag are in the same box ( per-say )

Thanks again,

EDIT : If you do the above you have to remove the extra </if> and </div> tags at the end..............lol

Just find :
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
Replace with :

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]<br><!-- / flags start -->
<div>
<if condition="$post[field7]"><img src="images/flags/$post[field7].GIF"></if>
</div>
<!-- / flags end --></br></div></if>
What-ever, you get the idea.............

Hope this helps someone.
Reply With Quote
  #89  
Old 10-11-2009, 01:42 AM
RomainVL RomainVL is offline
 
Join Date: Sep 2009
Location: Flanders
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome!

I'm a total newbie in vBulletin, even in computers, but after reading tons of threads about problems, I finally understood a little bit how it works.

And btw, which version do you use? As I'm on 3.8.4, so maybe this should be the solution for this version?
Reply With Quote
  #90  
Old 01-02-2010, 04:20 PM
Super-six's Avatar
Super-six Super-six is offline
 
Join Date: Jul 2009
Location: UK
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone post a complete list of the flags that are included in this pack?
Thanks :erm:
Reply With Quote
  #91  
Old 02-03-2010, 07:15 PM
Azonaco Azonaco is offline
 
Join Date: Aug 2008
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone add this to vB 4 yet?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04562 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete