Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Change Author And Creation Date Of Posts And Articles Details »»
Change Author And Creation Date Of Posts And Articles
Version: 3.0.3, by Yellow Slider Yellow Slider is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.1.10 Rating:
Released: 04-28-2010 Last Update: 06-29-2013 Installs: 441
Uses Plugins Auto-Templates
Translations  
No support by the author.

Info:
This modification lets you change the author of posts and articles.
In addition, it lets you change the creation date of posts.
The option to change the author appears in:
- Post New Thread.
- Post New Reply.
- (Advanced) Edit Thread/Post.
- Create/Edit Article.

The option to change the creation date of a post appears in:
- (Advanced) Edit Post.

Requirements:
The CMS part of this mod requires vB 4.1.10+.


Installation & Settings:
Installation takes about 1-2 minutes.
You can set which usergroups are allowed to use the feature via the ACP.

Version History:
1.0 29.04.2010: Initial release.
2.0 12.05.2010: Added ability to change creation date of posts.
2.1 05.06.2010: The mod now automatically updates forum and thread counters.
2.2 03.05.2011 CMS integration has been removed and will be restored in the future. No template edits needed and the fields have been improved. Also fixed some special characters issues, it should now word flawlessly.
3.0 27.05.2012 CMS integration has been restored.
3.0.1 27.05.2012 Fixed incorrect time in posts.
3.0.2 27.05.2012 Fixed time offset issue.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
3d3d3d, BCP Hung, FReeSTER, josner, LuMiS!, mohammadxxx

Comments
  #242  
Old 04-22-2014, 03:02 AM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It reads to me Yellow Slider has included it in his code, not vBResults, not Steve
Reply With Quote
  #243  
Old 04-22-2014, 07:24 AM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't write code, but all I know is this mod has helped me enormously as an online Newspaper publisher, and I need it in Calendars and Blogs, it's like I'm being forced to Buddypress on WP to be able to do what I want to do.

IMHO these forums are almost unsustainable, so many great modifications not being ported to 4.2.2 or upgraded as required, even if there are fixes for mods sometimes you have to trawl through pages to find. I spend many hours sifting to find 4.2.2 info. Can someone build a "Stick@end" mod so ALL the latest upgrades to a mod for 4.2.2 can be clearly available,.

My biggest frustration is that 99% of developers are Forum only orientated, the CMS seems alien, forget Blogs and Calendars...pfft...I came in 1t 4.0.1 and chose vB for the CMS, Social Engine was close, WP was still just a Blogger style thing...we've been streeted.

Don't get me wrong, I love all youse dudes, spend a lot of time (too much...my point). It has got to become easier for dummies like me if the platform is to survive.

A LOT of these codes are now public domain, I see that heaps of developers say to use their codes to improve. There are a number in 3.6 that would answer a few questions.

I have paid now many thousands to vB developers, a lot I have chucked or not used, my site is maybe one of the most modified sites ever using vB4.2.2, I went sick, yet I still can't do anything easily.

Happy to support anyone supporting the Publishing Suite Blogs, Calendars, please...CMS widgets that actually work and look cool...
Reply With Quote
  #244  
Old 04-22-2014, 08:44 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Toorak Times View Post
Can someone build a "Stick@end" mod so ALL the latest upgrades to a mod for 4.2.2 can be clearly available,.
This would be a very sensible idea.
An area dedicated to all 4.2.2 mod updates...

+1

I guess this is the wrong area for this discussion..
Maybe it will get moved to a newly created 4.2.2 forum?
Reply With Quote
  #245  
Old 04-22-2014, 06:03 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disco_Stu View Post
That looks like more than just a leftover phrase to me. You might want to report the mod to the admins and have them look at it.
Not a phrase, a template and code to get your email address. Not against the rules but as always mods are use at your own risk.
Reply With Quote
  #246  
Old 02-21-2015, 03:35 PM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've experienced security issues with this mod enabled and would like to know what the point of this code is:
Code:
<script type="text/javascript">
(function ($) {
    $(window).load(function() {
        $('#aweber-form').submit(function() {
            $(this).attr('action', 'http://www.aweber.com/scripts/addlead.pl');

            if (!$('#it_email_1').val().length) {
                alert('Please enter your email address.');
                return false;
            }

            setTimeout(function() { window.location.href = '{vb:raw redirect}'; }, 1000);
            return true;
        });

        $('input[type="reset"]').click(function() {
            window.location.href = '{vb:raw redirect}';
        });

        $('#webmaster-email').click(function() {
            $('#it_email_1').val("{vb:raw vboptions.webmasteremail}");
            return false;
        });
    });
})(jQuery);
</script>]]>
and also this one:

Code:
$_HIDDENFIELDS = array(
            'meta_web_form_id' => '317459914',
            'meta_split_id' => '',
            'listname' => 'vbresults',
            'redirect' => 'http://vbresults.com/blog/confirm/',
            'meta_adtracking' => 'yellowslider',
            'meta_message' => '1',
            'meta_required' => 'email,custom Authentication Token',
            'meta_tooltip' => '',
            'custom Authentication Token' => substr(strtoupper(md5($_SERVER['REMOTE_ADDR'] . md5($_SERVER['SERVER_ADDR'] . md5(COOKIE_SALT)))), 0, 13)
        );
Reply With Quote
  #247  
Old 02-21-2015, 04:02 PM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
@Gadet101: take a look at this addon
https://vborg.vbsupport.ru/showthread.php?t=245183
Reply With Quote
  #248  
Old 08-17-2015, 09:21 AM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

While this works in 4.2.2 in the CMS it erases tags from a page and prevents new tags from saving.
Reply With Quote
  #249  
Old 10-18-2016, 04:11 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem I have is the "time" it posts. The time posted shows 2 - 3 hours before the time I actually posted it or the time I set for it to be posted. Yes, I have checked the my time on the site, etc. It still shows the posts 2 - 3 hours before that time.
Reply With Quote
  #250  
Old 01-30-2018, 03:59 PM
neopets neopets is offline
 
Join Date: Jul 2008
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WARNING. DO NOT USE THIS, IT CONTAINS BACKDOOR FOR REMOTE SQL INJECTION. I HAVE REPORTED IT TO THE ADMINS
Reply With Quote
  #251  
Old 01-30-2018, 07:44 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by neopets View Post
WARNING. DO NOT USE THIS, IT CONTAINS BACKDOOR FOR REMOTE SQL INJECTION. I HAVE REPORTED IT TO THE ADMINS
Seems doubtful to me. No PHP files are uploaded. This is just a template modification.

What is your evidence?
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 09:22 AM.


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.04683 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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