vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Timeshift Posting (https://vborg.vbsupport.ru/showthread.php?t=170316)

Coroner 02-13-2008 05:01 PM

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

Regards

inciarco 02-20-2008 03:27 PM

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

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

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!! :confused: :(

:confused: 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)!! :confused:

:confused: 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?? :confused:

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

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!! ;)

:)

Coroner 02-20-2008 05:01 PM

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

inciarco 02-20-2008 09:02 PM

Quote:

Originally Posted by Coroner (Post 1447497)
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!! :rolleyes:

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

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!! ;)

:)

Coroner 02-21-2008 05:05 AM

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

inciarco 02-22-2008 10:10 PM

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!! ;)

:)

rainyleaves 02-29-2008 10:48 AM

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.

cardealercheck 02-29-2008 02:49 PM

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.

MuGiSouL 02-29-2008 05:17 PM

thanks

cardealercheck 03-02-2008 01:15 AM

Can anyone who has it installed let me know if it will past post also or only future post


All times are GMT. The time now is 02:51 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.01343 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete