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

Reply
 
Thread Tools
HS - Signature of the Week Details »»
HS - Signature of the Week
Version: 1.00, by StrifeX StrifeX is offline
Developer Last Online: Sep 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.7 Rating:
Released: 07-08-2007 Last Update: Never Installs: 115
Uses Plugins Template Edits
 
No support by the author.

This add-on had been produced and distributed by Hybrid-Soft.


Don't forget to click INSTALL!

Name:
Signature of the Week

Key:
SOTW = Signature Of The Week

Description:
Place and maintain an effective and awesome looking S.O.T.W box on your forumhome. Absolutely NO template edits are required. Just import the product and start modifying the settings.

Features:
- On/Off Switch
- Link to winner's profile.
- Link to original poll/thread in which the winner was declared.
- Easy image placement (Absolutely no HTML knowledge required, just the image link).
- Rate the signature on a scale from 1 to 5.
- Prize announcement: Write what prize(s) the winner won.
- SOTW Location: Select where you want the SOTW to display on forumhome, from a selection of 4 different locations.

Installation Instructions:
1. Unzip the folder.
2. Upload 'product-hs_sotw.xml' to the Product Manager in the vBulletin AdminCP.
3. Manage Settings via AdminCP => vBulletin Options => vBulletin Options => HS - SOTW

Information:
Templates (no-edit): 2
Plugins: 4
Phrases: 4
Variables: 2
Queries: 0

Installation Difficulty: Very Easy
Installation Duration: 5- seconds.

Live Demo: http://www.gamerzneeds.net/forums/

Quote:
If you want to make it display in certain forums, go into the template FORUMDISPLAY
Code:
Find: <if condition="$show['threadslist']">

Add Above: <if condition="$forumid == 1">$hs_sotw</if>
OR if you want it to display in multiple forums...
Code:
<if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if>
1, 2, and 3 being the forumid's, this should work perfectly fine. If you want you can use more than three forums.

This add-on can be improved, so with all of your help, by suggesting new ideas and reporting bugs, I can modify and play around with this product to improve it.

Enjoy, and don't forget to click install if you use!

Supporters / CoAuthors

Show Your Support

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

Comments
  #32  
Old 09-01-2007, 09:11 PM
Millenium IT Millenium IT is offline
 
Join Date: Nov 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MobileBros View Post
hey is there anyway i can remove this from the forumhome template and only show on the forumdisplay?
Well, im not 100% sure wether this would work, but it should.

Goto Style Manager => Edit Templates => hs_sotw

Find:
HTML Code:
<if condition="$vboptions['sotw_enabled'] == 1">
Add below:
HTML Code:
<if condition="THIS_SCRIPT=='forumdisplay'">
Find:
HTML Code:
</table>
<br />
Add below:
HTML Code:
</if>
Hope it works for you
Reply With Quote
  #33  
Old 10-06-2007, 07:36 PM
applyimage applyimage is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this editable so I could simply have 'design of the month' as im running a graphic design forum. Maybe a thumbnail display incase the desin was too large to show the full size image. I don't like the limitations of 'sig of the week' as i dont allow images in sigantures anyway rofl.

Looks very nice i'd like to install.
Reply With Quote
  #34  
Old 10-06-2007, 09:41 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi m8 i like this hack but is there anyway i can stop it appearing on forumhome and just have it displayed in one of my sections ?

Wow how weird 2 posts up and someone asks same question

actually i only want it on certain forumdisplays (say 2) not every forum
Reply With Quote
  #35  
Old 10-06-2007, 09:52 PM
FreshFroot's Avatar
FreshFroot FreshFroot is offline
 
Join Date: Jul 2005
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

then you would have to add a code to your forumdisplay template..

I may install this hack.. since the other SOTW.. doesn't work properly on 3.6.8 and the creator is to busy to update it.
Reply With Quote
  #36  
Old 10-06-2007, 10:08 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what would be the code to show on a few forumdisplays but not others ?
Reply With Quote
  #37  
Old 10-06-2007, 10:24 PM
Millenium IT Millenium IT is offline
 
Join Date: Nov 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lasto View Post
what would be the code to show on a few forumdisplays but not others ?
You should read through the entire thread before replying

Quote:
If you want to make it display in certain forums, go into the template FORUMDISPLAY
Code:

Find:
HTML Code:
<if condition="$show['threadslist']">
Add Above:
HTML Code:
<if condition="$forumid == 1">$hs_sotw</if>
OR if you want it to display in multiple forums...


HTML Code:
<if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if>
1, 2, and 3 being the forumid's, this should work perfectly fine. If you want you can use more than three forums.
Reply With Quote
  #38  
Old 10-06-2007, 11:11 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

worked perfect thanks m8
Reply With Quote
  #39  
Old 10-07-2007, 08:55 AM
Millenium IT Millenium IT is offline
 
Join Date: Nov 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem man, were here to help
Reply With Quote
  #40  
Old 10-07-2007, 11:22 AM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you know what would be neat - i know its not going to happen but where avatar is - have an option to load your own pic there for example so you can give the user an Award of some type in that space.
Reply With Quote
  #41  
Old 10-07-2007, 04:30 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you change the heading from SOTH to Signature Of The Week.

I've looked in the phrases and templates and cant find a change.

Regards.
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 07:29 PM.


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.14606 seconds
  • Memory Usage 2,318KB
  • 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
  • (2)bbcode_code
  • (7)bbcode_html
  • (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