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
  #42  
Old 12-10-2005, 03:42 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mastar
well I install the product and placed the coding in my 2 templates in the contact info (memberinfo) and before my thanks hack in the postbit and nothing.

thought u had quit??
lmao

give the author a break m8.....im eagerly awaiting YOUR first hack btw....lol
Reply With Quote
  #43  
Old 12-10-2005, 03:47 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
thought u had quit??
lmao

give the author a break m8.....im eagerly awaiting YOUR first hack btw....lol
I got a problem and I'm posting my problem! If someone wants to help me out they will, I'm not harassing the author just the instruction that I follow didn't give me the end results.
Reply With Quote
  #44  
Old 12-10-2005, 03:49 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Master: Sorry, I don't know what to tell you - it appears to be working ok for everyone else who has installed it, and as you can see from the screenshots, it worked ok for me.

All I can suggest is either moving the template edit to another position, make sure that the user(s) you are testing it with have their birthdays set, and if all else fails, uninstall it all and start again.

Psionic Vision: Thanks, I do try and keep my code clean, commented and tidy. I usuauly fail, but I do try
Reply With Quote
  #45  
Old 12-10-2005, 04:28 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks will try again.
Reply With Quote
  #46  
Old 12-10-2005, 05:23 PM
tippen's Avatar
tippen tippen is offline
 
Join Date: May 2004
Location: Ottawa, Canada
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Alan @ CIT:

Here's the modification that I've made to your product. I am not using the version of your plugin that shows in memberinfo; just the old one that showed in postbit. It now displays zodiac signs as I described. Cuspers get "Sagittarius-Capricorn Cusp" and everyone else gets something like "Leo III". The word "Cusp" is not in the lang. I have this product installed and working on a production-level board; there are no bugs with it.

Cheers :nervous:

P.S.
In the phrases, the word "Sagitarious" is spelled wrong. It should be"Sagittarius".

edit#2 (uploaded wrong version of file; corrected.)
Reply With Quote
  #47  
Old 12-10-2005, 07:16 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My appologies I forgot to enter my b'date, how can't I make the Phrase bold text?

Is this right?? :

Code:
<!-- ZODIAC SIGN -->
     $vbphrase[Zodiac_sign]:<br />
<if condition="$show['zodiacsign']">
<div class="smallfont">$zodiacsign</div>
</if>
<!-- ZODIAC SIGN -->
Never mind I edited the phrase.
Reply With Quote
  #48  
Old 12-12-2005, 02:10 AM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tippen
@Alan @ CIT:

Here's the modification that I've made to your product. I am not using the version of your plugin that shows in memberinfo; just the old one that showed in postbit. It now displays zodiac signs as I described. Cuspers get "Sagittarius-Capricorn Cusp" and everyone else gets something like "Leo III". The word "Cusp" is not in the lang. I have this product installed and working on a production-level board; there are no bugs with it.

Cheers :nervous:

P.S.
In the phrases, the word "Sagitarious" is spelled wrong. It should be"Sagittarius".

edit#2 (uploaded wrong version of file; corrected.)
Nice one. I'm curious, would the Roman numeral thing a convention most people might recognize?
Reply With Quote
  #49  
Old 12-12-2005, 08:56 PM
tippen's Avatar
tippen tippen is offline
 
Join Date: May 2004
Location: Ottawa, Canada
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by silurius
Nice one. I'm curious, would the Roman numeral thing a convention most people might recognize?
Only genuine PhD astrologers & ubergeek amataeurs would recognize it.

P.S.
I will be adding options for:
- Chinese Zodiac
- Basic versus Advanced style Babylonian Zodiac Sun Sign (this is the one that we are used to)
- Babylonian Zodiac Moon Sign
- Babylonian Zodiac Ascendant Sign

These will appear in memberinfo & the postbit. I won't have this done for a couple of weeks, but it is coming.
Reply With Quote
  #50  
Old 12-12-2005, 09:04 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hows about images for them , like cancer (crab)
Reply With Quote
  #51  
Old 12-12-2005, 09:05 PM
PennylessZ28 PennylessZ28 is offline
 
Join Date: Mar 2002
Location: North America
Posts: 737
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AS THE PERSON WHO REQUESTED THIS!

THANK YOU VERY VERY MUCH
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:19 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.04923 seconds
  • Memory Usage 2,311KB
  • 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
  • (2)bbcode_code
  • (4)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