Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Stamps (CSRF protection added) Details »»
Stamps (CSRF protection added)
Version: 4.0.2, by misr.cc misr.cc is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.x Rating:
Released: 06-02-2008 Last Update: 08-04-2008 Installs: 112
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

First : My English isn't so good so am sorry for any Mistakes

Please remember to click Mark as Installed if you use this modification

Description:
when there is a Congratulations message due or any good stuff like
Games or Applications you may want to add a nice
thing for it ..... that's what this Product does.


It allows you to add a stamp on the Top Right corner of the thread or in other places you are free to choose.

For More Details I made some screenshots


Some other maybe useful stamps


https://vborg.vbsupport.ru/showpost....7&postcount=24

New Stamps Made By : HaYLaZ
PSD Incl

Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. upload the files under folder upload
3. Enter the option and edit it as u like

To set options:
Go to: AdminCP > vBulletin Options > Stamps Options

allow Moderators to stamp threads :
Go to: Forums & Moderators > Show All Moderators > select the Moderator
> [Edit Permissions] > at the end of the page u will find "Can Do Stamp", choose " Yes"

Main Features:
- Select the ( style of best threads - position of stamp in thread )
- Repeat Stamp Pic in thread
- Number of threads to be shown on the table Of the best threads see the last 2 screens
- Default time to remove stamps
- stamped threads speed ( just works with the table ( move to Up )
- allow all Moderators or some of them to stamp the topics ( admin group is the only group u can't disallow from stamping .. do disallow them you need to Edit there
permission
Manually one by one )

Tested:
vBulletin Version : 3.7.0 & 3.7.1 & 3.7.2


Versions:
v1.0 : v 3.8.1 - Arabic releases
v4.0.0 - First English release
v4.0.1 - First release for VB3.7
v4.0.2 B - Fixed CSRF and same bugs remove same images that not work (English)

See screenshots And More Info :-
you can find it @ my old topic
https://vborg.vbsupport.ru/showthread.php?t=143707

Please remember to click Mark as Installed if you use this modification

Many Thanks
HaYLaZ for making New STAMPS pics and translate To Turkish
Many Thanks bahisyeri for Fix security token problems

Supporters / CoAuthors

Show Your Support

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

Comments
  #32  
Old 06-03-2008, 08:24 PM
misr.cc's Avatar
misr.cc misr.cc is offline
 
Join Date: Dec 2007
Location: Egypt
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macc View Post
hello!

i uploaded files and import product ...but when put stample on my thread come not any picture ..just red X !

some help ?
and how to use newstamps images?

regards

macc
hi, macc
Just wait to tomorrow as am working now to FIX CSRF Auto Protection and make same pics to explain every thing any one need and it will be easy to use it after that
thanks for your support
Reply With Quote
  #33  
Old 06-03-2008, 08:26 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ...will wait ..take it easy..

regards

macc
Reply With Quote
  #34  
Old 06-03-2008, 08:38 PM
misr.cc's Avatar
misr.cc misr.cc is offline
 
Join Date: Dec 2007
Location: Egypt
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macc View Post
Thanks ...will wait ..take it easy..

regards

macc
Thanks ...
Reply With Quote
  #35  
Old 06-03-2008, 11:29 PM
bahisyeri's Avatar
bahisyeri bahisyeri is offline
 
Join Date: Sep 2006
Location: TURKEY
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Salam alaikom,
For security token problems:
If you have Advanced product management open this product with it in threadadmin_stamps template find
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
and Insert this above
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
If you dont have advanced product management open your templates find threadadmin_stamps and do that steps or you can download that fixed product.
Thanks for nice product and idea my brother
Reply With Quote
  #36  
Old 06-03-2008, 11:56 PM
lostguy lostguy is offline
 
Join Date: Mar 2008
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bahisyeri View Post
Salam alaikom,
For security token problems:
If you have Advanced product management open this product with it in threadadmin_stamps template find
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
and Insert this above
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
If you dont have advanced product management open your templates find threadadmin_stamps and do that steps or you can download that fixed product.
Thanks for nice product and idea my brother
Okay i edited templete change and it work now ! Weeeeeeeeeeee / Thanks for the correction .
Reply With Quote
  #37  
Old 06-04-2008, 05:09 AM
misr.cc's Avatar
misr.cc misr.cc is offline
 
Join Date: Dec 2007
Location: Egypt
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bahisyeri View Post
Salam alaikom,
For security token problems:
If you have Advanced product management open this product with it in threadadmin_stamps template find
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
and Insert this above
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
If you dont have advanced product management open your templates find threadadmin_stamps and do that steps or you can download that fixed product.
Thanks for nice product and idea my brother
Alaikom elsalam
Many thanks bahisyeri fixed it and attached the XML files again
again thank you for your great help


Quote:
Originally Posted by lostguy View Post
Okay i edited templete change and it work now ! Weeeeeeeeeeee / Thanks for the correction .
Reply With Quote
  #38  
Old 06-04-2008, 06:05 AM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello!

this is still problem with images on forumdisplay... red x!
maybe you miss some images to put in stamps.zip?

http://belaplay.com/vb/libar/images/...thread_bst.gif

http://belaplay.com/vb/libar/images/...thread_rpt.gif

http://belaplay.com/vb/libar/images/...thread_cpy.gif


those have red x! some help?

regards

macc
Reply With Quote
  #39  
Old 06-04-2008, 06:13 AM
misr.cc's Avatar
misr.cc misr.cc is offline
 
Join Date: Dec 2007
Location: Egypt
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macc View Post
hello!

this is still problem with images on forumdisplay... red x!
maybe you miss some images to put in stamps.zip?

http://belaplay.com/vb/libar/images/...thread_bst.gif

http://belaplay.com/vb/libar/images/...thread_rpt.gif

http://belaplay.com/vb/libar/images/...thread_cpy.gif


those have red x! some help?

regards

macc
I got it sorry this problem with XML file am working on it now
thanks for your report ... will fix it
Reply With Quote
  #40  
Old 06-04-2008, 10:47 AM
lostguy lostguy is offline
 
Join Date: Mar 2008
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



this is how it look error images
Reply With Quote
  #41  
Old 06-04-2008, 11:10 AM
fixer fixer is offline
 
Join Date: Nov 2001
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
thanks man

But how to remove the table from forum home
i could not find the code that you mentioned in post 2
any help please
Reply With Quote
Reply

Thread Tools

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 12:55 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.05433 seconds
  • Memory Usage 2,317KB
  • 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
  • (6)bbcode_code
  • (6)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