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

Reply
 
Thread Tools
Timeshift Posting Details »»
Timeshift Posting
Version: 1.00, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 02-11-2008 Last Update: 02-11-2008 Installs: 24
DB Changes Uses Plugins Auto-Templates
Code Changes Additional Files Is in Beta Stage  
No support by the author.

What does it do:
You can do a Post or Thread for a further time. Enter Date and Time and your Post will create on that Date/Time.

This is a Beta-Version and I used it in vB 3.7.0 Beta 4 (maybe you need some "small" Modifications on the Templates).

It is avaible in 2 languages: english and german
The Documentation is in german - so if you have any problems, i will try to translate it.

Sorry, but I can't give any Support here.
For Support try http://www.php-unlimited.com/showthread.php?t=875
(German Site with english/german Phrases)

Regards
Coroner

added: Instruction (translated) -> READ.ME.txt (rename to HTM)

P.S. deutschen Support gibt es auch bei your-vb

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 02-13-2008, 05:01 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, never found one. Report it, if you found any bugs.

Regards
Reply With Quote
  #13  
Old 02-20-2008, 03:27 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tested in my Test Forum with vB 3.6.7 PL1 and doesn't Work!!

The Options to Include the Date the Post/Thread to be Posted don't Appear!!

I Followed all the Steps and made all the Changes in the PHP Files, as well as Stablished all Permissions for Interested Usergroups, and Nothing Happened!!

Are there any Templates that need to be Changed?? (In the instructions you name the PHP Files but not Templates to be Changed; you should check that because I think you missed the Template Changes needed to Show the Text Fields to Introduce the Date and Time for the Post/Thread to be Posted)!!

Is there a Code that some Plugin look into a Template to Replace/Add the Code this Mode Use?? If so, which Code and in which Template should I Check it??

You Should Test this Mod in vBulletin 3.6.7 and/or 3.6.8 to Verify this!!

I Hope You Can Fix it, for now I wont use it in my Forums; the Idea of the Mod is Great and would be nice to Use it once the Bugs are Corrected for vB 3.6.7 PL1 and/or 3.6.8!!

My Best Regards!!

Reply With Quote
  #14  
Old 02-20-2008, 05:01 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you installed TMS ? For all my MODs I use TMS (Template Modification System).
It will change the Templates automaticly.
And yes, there're some template modifications.

Hope, that help.

Regards
Reply With Quote
  #15  
Old 02-20-2008, 09:02 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coroner View Post
Have you installed TMS ? For all my MODs I use TMS (Template Modification System).
It will change the Templates automaticly.
And yes, there're some template modifications.

Hope, that help.

Regards
I Know TMS, I even Try it in my Test Forum, but I Don't Like It because I Always Document all the Changes in my Templates MySelf, so I Prefer Manual Edits and 100% Personal Control of Template Edits!!

Could You Please List all the Necessary Changes in the Templates to Make this Mod Work, so that I Can Test it, Please??

In all Mods that Support TMS, I've seen that Authors always List the Template Changes in their Manuals or at least in the Thread Instructions of the Mod, so that Users that don't use TMS can be Able to Make all the Necessary Template Edits and Use the Mods!!

I'll be Checking this Thread for the Template Edits List, to Fully Test the Mod!! :up:

My Best Regards!!

Reply With Quote
  #16  
Old 02-21-2008, 05:05 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Templatechanges (you know that are some differences between the forumsversions)
newthread:
search for:
Code:
<td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" /></td>
   <td>&nbsp;&nbsp;</td>
   <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>  </tr>
  </table>
  <!-- / subject field -->
change into:
Code:
<td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" /></td>
   <td>&nbsp;&nbsp;</td>
   <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>  </tr>
  </table>
  <!-- / subject field -->
 
  <!-- Timeshift Posting -->
  <table cellpadding="0" cellspacing="0" border="0" class="fieldset">
   <tr>
    <td class="smallfont">$timeshiftoptions</td>
   </tr>
  </table>
  <!-- / Timeshift Posting -->
newreply:
search for:
Code:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td>
   <td>&nbsp;&nbsp;</td>
   <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
  </tr>
  </table>
  <!-- / subject field -->
change into:
Code:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td>
   <td>&nbsp;&nbsp;</td>
   <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
  </tr>
  </table>
  <!-- / subject field -->
 
  <!-- Timeshift Posting -->
  <table cellpadding="0" cellspacing="0" border="0" class="fieldset">
   <tr>
    <td class="smallfont">$timeshiftoptions</td>
   </tr>
  </table>
  <!-- / Timeshift Posting -->
Regards
Coroner
Reply With Quote
  #17  
Old 02-22-2008, 10:10 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank You for the Information, Coroner!! :up:

I'll Test this Tempplate Edits in my Test Forum and I'll share with you the Results!!

My Best Regards!!

Reply With Quote
  #18  
Old 02-29-2008, 10:48 AM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your MOD.
How can I edit or delete for Timeshifted thread or reply?
I set 'On witch Users the Timeshift will check about Postings' for my ID.
But I can't found Timeshifted thread or reply.
Please show me how I can find them.

Thanks.
Reply With Quote
  #19  
Old 02-29-2008, 02:49 PM
cardealercheck cardealercheck is offline
 
Join Date: Feb 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you move posts to the past too?

I have some old news articles I would like to take off of static pages and add to the forum but since there old I don't want them at the top.
Reply With Quote
  #20  
Old 02-29-2008, 05:17 PM
MuGiSouL's Avatar
MuGiSouL MuGiSouL is offline
 
Join Date: Feb 2008
Location: Adobe-Turkiye
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #21  
Old 03-02-2008, 01:15 AM
cardealercheck cardealercheck is offline
 
Join Date: Feb 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone who has it installed let me know if it will past post also or only future post
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 10:46 AM.


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.10437 seconds
  • Memory Usage 2,311KB
  • 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
  • (4)bbcode_code
  • (1)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
  • (2)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