Star Sign Mod v1a

mastram

New Member
Star Sign Mod v1a - vBulletin.org Forum

Version: 3.7.3

=======================
Installation
--
**********************************
STEP 1 - Upload starsigns to your server
**********************************

Upload the folder "starsigns" to your images/buttons - this is deauflt template not other templates
or
Upload the folder "starsigns" to your images/templatefoldername/buttons - do not create folder name templatefoldername

You should be able to access it using the URL (web address)

http://www.yoursite.com/your-forum/i...tons/starsigns
**********************************
STEP 2 - Admincp setup
**********************************

AdminCP > User Profile Fields > Add New User Profile Field > Single-Selection Menu
--
Fill in the following forms with these details..
--
Title: Star Signs
Description:Add Star Signs to your profile
Profile Field Category: (Uncategorized)
Options: Open the list.txt and copy and paste the whole file in here
Set Default: None
Display Order: 5 (Or whatever else is there)
Field Required: Yes, at registeration and profile updating
Field Editable by User: Yes
Private Field: No
Field Searchable: No
Show on Members List: Yes
Allow user to input their own value for this option: No
Max length of allowed user input: SKIP
Field Length: SKIP
Regular Expression: SKIP
Display Page: Edit Your Details
--
SAVE

change fieldxx to the fieldnumber for example 5

to find the field number follow these instructions
AdminCP > > User Profile Fields > User Profile Field Manager
--

User Profile Fields in Area: Edit Your Details
Title / Profile Field Type
(Uncategorized)
Star Sign
Name

under name should show field name

**********************************
STEP 3 - Template Configuration and Edits
**********************************
-=-=-=-
THIS IS FOR POSTBIT NOT LEGACY(below)
-=-=-=-
AdminCP > > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit
--
FIND
#########################
<div>$vbphrase[posts]: $post[posts]</div>
#########################
ADD BELOW
#########################
<!-- Simons StarSign Start -->
<if condition="$post['fieldxx']">
Star Sign: <img src="$stylevar[imgdir_button]/starsigns/$post[fieldxx].gif" alt="Star Sign" border="" />
</if>
<!--// Simons StarSign End -->
#########################
--
SAVE

-=-=-=-
THIS IS FOR POSTBIT LEGACY(below)
-=-=-=-
AdminCP > > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit_legacy
--
FIND
#########################
<div>$vbphrase[posts]: $post[posts]</div>
#########################
ADD BELOW
#########################
<!-- Simons StarSign Start -->
<if condition="$post['fieldxx']">
Star Sign: <img src="$stylevar[imgdir_button]/starsigns/$post[fieldxx].gif" alt="Star Sign" border="" />
</if>
<!--// Simons StarSign End -->
#########################
--
SAVE
 

simonhind

New Member
So They Now You Offer Nulled Vbulletin Versions Do They ?

AND IF PEOPLE WANT SUPPORT THEY SHOULD ASK ME NOT YOU
 
simonhind said:
So They Now You Offer Nulled Vbulletin Versions Do They ?

AND IF PEOPLE WANT SUPPORT THEY SHOULD ASK ME NOT YOU

Dude, we've been doing this for 3 years and have dealt with Jelsoft and Pirate Reports many times. Do you honestly think they don't know what we're doing here? Many vB admin have joined our site to "spy" on us. Trust me, they know!
 

protech

New Member
i tried PM simonhind, but i can't, i emailed him today, he told me he was banned, so how can we get his support ?
 

protech

New Member
its easy to find mods other people post to bulletin boards like this

its os easy i cant tell you the secret i know
well i'll keep you all guessing

all bulletinboard have meta tags the other, is what i can't tell you

only member simonhind could tell you it, but he can't responde to posts as he has been banned

i suggest emailing him, he would tell you then
email him at [email protected], i went to his site and he gave me his email
 
protech said:
its easy to find mods other people post to bulletin boards like this

its os easy i cant tell you the secret i know
well i'll keep you all guessing

all bulletinboard have meta tags the other, is what i can't tell you

only member simonhind could tell you it, but he can't responde to posts as he has been banned

i suggest emailing him, he would tell you then
email him at [email protected], i went to his site and he gave me his email

He probably found out because someone installed his mod and clicked the Product URL or Version Check URL in the Products Manager, many don't know to delete the links from there.
 

mastram

New Member
shahzeb said:
Guess what
it works in defult skin of my forum but not in new skin which i added lol
now help me

Did you find "$vbphrase[posts]: $post[posts]" in your New Style's Postbit Template?

If not try posting code here.
 

NadeemJP

New Member
hello, i dont have the country sign. can someone tell me where to find it? so that i can have star sign and country sign both.
 
Top