Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2009, 11:26 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How can I allow replys on a given thread only when there are 15 days over? (no bumps)

I would like to know how can I allow replys on a given thread only when there is 15 days over?

I mean, there is this classifieds section on my board, and I would like to restrict bumps to only be possible when 15 days are over from the thread first message and /or from the last message posted on that thread.

I would like to have this implemented only on 3 (three) of my board's sections. I would need to set in wich of my forums/sections this hack would be working on...

The useres should only reply (bump) when 15 days are over since the last message posted!

Who knows how to do it?
Reply With Quote
  #2  
Old 04-21-2009, 02:24 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you considering a bump to be only when the original thread owner goes to reply to the thread? So basically you want them to be allowed to make the thread but they can't reply until it has been 15 days since the made the thread?
Reply With Quote
  #3  
Old 04-21-2009, 07:17 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Are you considering a bump to be only when the original thread owner goes to reply to the thread? So basically you want them to be allowed to make the thread but they can't reply until it has been 15 days since the made the thread?
That's quite correct Lynne! :up: :up: :up:

Basically I want users to be allowed to make (start) the thread(s) but won't be able to reply until it has been 15 days since they started the thread(s).

That is just what I'm looking for...!


Anyone knows how to do it?
Reply With Quote
  #4  
Old 04-21-2009, 07:22 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Probably write a plugin that works upon post submission that checks if the poster is the same as the thread starter and if so check for the thread start date and compare it to the post date. If it has been less than 15 days, give the person an error telling them they can't reply until the 15 days is up.
Reply With Quote
  #5  
Old 04-21-2009, 11:54 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Probably write a plugin that works upon post submission that checks if the poster is the same as the thread starter and if so check for the thread start date and compare it to the post date. If it has been less than 15 days, give the person an error telling them they can't reply until the 15 days is up.
I can understand your theory, but I just don't have the skills to write a pugin...

That would solve my problem, and I believe that some programmer out there might have the skills to do it and do it easy and fast...

But who...?


Should I post a thread asking for a new mod (paid/unpaid)?
Reply With Quote
  #6  
Old 04-22-2009, 02:35 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vithorius View Post
Should I post a thread asking for a new mod (paid/unpaid)?
If you are hoping someone else will code it for you, then yes, you should post in one of those forums. It is a bit specific to your forum, so I'm not sure how successful you would be posting for it in the unpaid mods forum (usually users who do stuff in there are hoping to then release it and/or use it on their site and/or get their name known for future jobs).
Reply With Quote
  #7  
Old 04-22-2009, 06:32 AM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If you are hoping someone else will code it for you, then yes, you should post in one of those forums. It is a bit specific to your forum, so I'm not sure how successful you would be posting for it in the unpaid mods forum (usually users who do stuff in there are hoping to then release it and/or use it on their site and/or get their name known for future jobs).
Thank you Lynne!

Well, I guess that this kind of Mod could get someone's name on it, I don't mind!

And, the Mod could also be used in other boards, as I guess that this could be useful to somebody else! (the coder could put some way of programming the 15 days by choosing how many days one would like to set via the AdminCP, and the Mod would not be restricted anymore to my board.)


Well, I will try my luck on the unpaid ones first...
Reply With Quote
  #8  
Old 04-23-2009, 02:22 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are several Classified mods around. They all have some sort of expiration options.
Reply With Quote
  #9  
Old 04-23-2009, 11:10 AM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think users would just use alters or PM someone else to bump the thread making this totally useless. Just make a condition of posting a classified that you cannot bump your own thread. Plus the problem comes if someone asks a question in the thread, the thread starter wont be able to reply to it for 2 weeks.
Reply With Quote
  #10  
Old 04-25-2009, 07:33 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Videx View Post
There are several Classified mods around. They all have some sort of expiration options.
Very good tip! I have already made some searches for the "classified" string sometime ago. I guess I will look for to see what's new now... :up:



Quote:
Originally Posted by mike2902 View Post
I think users would just use alters or PM someone else to bump the thread making this totally useless. Just make a condition of posting a classified that you cannot bump your own thread. Plus the problem comes if someone asks a question in the thread, the thread starter wont be able to reply to it for 2 weeks.
Well... In my forum, only the users who started the classified (the thread) are able to 'bump', when there are 15 days over...

NO one else can reply on the classified thread.

But I really need to restrict the bump to the 15 days period of time... If the seller would like to bump its own classifies thread, he will only be able to do it after 15 days have passed...
Right now, what I have is that if someone wants to bump the thread before the 15 days period of time, they can do it (although the Admins will give them a Warning and / or an Infraction) and delete the bump.

But I need a way of NOT having to give any kind of Infractions, nor Warnings... I need a way of restrict the reply before the 15 days are over automatically! Bu how...?


I already searched, and searched, and searched for this kind of Mod, but there is just not a single Mod who helps me in this quest...
Reply With Quote
Reply

Thread Tools
Display Modes

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:24 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.04372 seconds
  • Memory Usage 2,252KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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