Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Zodiac Sign in the Postbit & elsewhere Details »»
Zodiac Sign in the Postbit & elsewhere
Version: 1.2, by tippen tippen is offline
Developer Last Online: Apr 2006 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 12-04-2005 Last Update: 12-06-2005 Installs: 139
Uses Plugins Template Edits
 
No support by the author.

Credits
- Alan @ CIT for developing this mod initally
- This thread for requesting this concept.

What does this do?
If the user has their birthday set then this will display their Zodiac Sign on the postbit & memberinfo.

Installation
Install the attached Product XML as normal, then add the following to the Postbit template AND the Memberinfo template (if you want it to appear there).
Code:
<if condition="$show['zodiacsign']">
<div class="smallfont">$zodiacsign</div>
</if>
You can put this anywhere you like in the Postbit template. The users zodiac sign will be displayed whereever you put it.

Options
This mod comes with 2 options. They can be found in vBulletin Options, under Zodiac Signs.

The first one turns displaying of the zodiac sign on and off, and the second one adds a prefix of "Zodiac Sign: " to the users sign.

Changelog
Version 1.2: Fixed a typo in a phrase name
Version 1.1: Fixed a bug and added profile support
Version 1.0: Initial Release

As usual, any comments / suggestions / questions / complaints, please let me know

On-going Development
- Chinese Zodiac
- Basic versus Advanced style Babylonian Zodiac Sun Sign
- Babylonian Zodiac Moon Sign
- Babylonian Zodiac Ascendant Sign
[I]Update: Tinkering along slowly. New goal: March 1st./I]

Show Your Support

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

Comments
  #22  
Old 12-06-2005, 08:09 AM
alexdelli alexdelli is offline
 
Join Date: Jul 2002
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can't view Zodiac Sign in postbit....

why? :disappointed:
Reply With Quote
  #23  
Old 12-06-2005, 08:15 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.1 has been released which fixes the bug mentioned above, and adds support for showing the Zodiac Sign in the members profile. Make the same template edit to the MEMBERINFO template to add profile support (see release post).

Any problems / comments / suggestiosn / complaints, please let me know
Reply With Quote
  #24  
Old 12-06-2005, 10:34 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. Is this fully phrased? I'm AAAAAAAAAALLLLLLLL over it if it is (I have a forum for astronomy stuff on my forums ). If not PLEASE PLEASE can you phrase it? Multi-language forums will be very grateful (ahem!)

2. Microsoft's site actually has free animated gifs (and regular ones) for all the constellations/zodiac. believe it or not...some are actually pretty good.
http://office.microsoft.com/clipart/...Query=zodiac#0
take your pick


<< waits for phraes with finger on anxiously on INSTALL button.
Reply With Quote
  #25  
Old 12-06-2005, 10:38 AM
Flow Fusion Flow Fusion is offline
 
Join Date: Jul 2003
Location: Georgia
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would love with images. I can create them by sat. For this hack.
Reply With Quote
  #26  
Old 12-06-2005, 10:55 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

GrendelKhan{TSU: Yep, it is fully phrased. For people translating, the phrases it uses are:

Code:
Global Phrases:

Name: zodiac_aquarius
Text: Aquarius

Name: zodiac_aries
Text: Aries

Name: zodiac_cancer
Text: Cancer

Name: zodiac_capricorn
Text: Capricorn

Name: zodiac_gemini
Text: Gemini

Name: zodiac_leo
Text: Leo

Name: zodiac_libra
Text: Libra

Name: zodiac_pisces
Text: Pisces

Name: zodiac_sagittarious
Text: Sagittarious

Name: zodiac_scorpio
Text: Scorpio

Name: zodiac_taurus
Text: Taurus

Name: zodiac_virgo
Text: Virgo

Name: zodiac_sign
Text: Zodiac Sign
It also uses the following phrases, but they are only for the settings in the AdminCP:

Code:
setting_zodiac_display_desc
setting_zodiac_display_title
setting_zodiac_prefix_desc
setting_zodiac_prefix_title
settinggroup_cit_zodiacsign
I'll take a look at the Microsoft link, thanks
Reply With Quote
  #27  
Old 12-06-2005, 10:58 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunatly, I cannot use the images from the Microsoft link you provided - their Licence Agreement for the images states that I cannot re-distribute them.

I may just add the ability to use images, and let the forum admin provide them. That could be easier.
Reply With Quote
  #28  
Old 12-06-2005, 11:07 AM
alexdelli alexdelli is offline
 
Join Date: Jul 2002
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone interest italian zodiac xml file?

Eccolo qua:
Reply With Quote
  #29  
Old 12-06-2005, 08:49 PM
tippen's Avatar
tippen tippen is offline
 
Join Date: May 2004
Location: Ottawa, Canada
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bug#2: A member with the birthdate 25 November 1988 gets a Zodiac sign of " " (null). I may trace code later, if someone else doesn't.
Reply With Quote
  #30  
Old 12-06-2005, 09:34 PM
WhatChaMissin WhatChaMissin is offline
 
Join Date: Apr 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flow Fusion
Would love with images. I can create them by sat. For this hack.
*subscribes to thread*

Thanks FF!
Reply With Quote
  #31  
Old 12-06-2005, 09:34 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent. I will click Install even though I can't use it in its current form.

The minimum I'd need to use would be the option to specify either sun sign or ascendant or both. Some of my members would also want to see Chinese horoscope and other systems as well but the sun/ascendant option would be a great start for me. And images, of course.
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 06:16 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.05675 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete