The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Change Author And Creation Date Of Posts And Articles Details »» | |||||||||||||||||||||||||||
Change Author And Creation Date Of Posts And Articles
Developer Last Online: Nov 2023
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
|
Comments |
#242
|
||||
|
||||
It reads to me Yellow Slider has included it in his code, not vBResults, not Steve
|
#243
|
||||
|
||||
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... |
#244
|
||||
|
||||
Quote:
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? |
#245
|
||||
|
||||
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.
|
#246
|
|||
|
|||
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>]]> 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) ); |
#247
|
||||
|
||||
|
#248
|
|||
|
|||
While this works in 4.2.2 in the CMS it erases tags from a page and prevents new tags from saving.
|
#249
|
||||
|
||||
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.
|
#250
|
|||
|
|||
WARNING. DO NOT USE THIS, IT CONTAINS BACKDOOR FOR REMOTE SQL INJECTION. I HAVE REPORTED IT TO THE ADMINS
|
#251
|
|||
|
|||
Quote:
What is your evidence? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|