vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Thread Description v1.2 (https://vborg.vbsupport.ru/showthread.php?t=82799)

eXtremeTim 06-13-2005 05:28 PM

Thanks for this heads up. I will update the installation in a bit.

eXtremeTim 06-13-2005 05:50 PM

V1.1 has now been released. This update mainly eliminates a file edit and thats about it. We are now one file edit away from being a true plugin. Thanks Andreas.

C.Birch 06-14-2005 07:35 PM

Bug:

make a new topic with a thread description then go back to your post and us vb's new quick edit to edit your first post. you see it removes the thread description.

eXtremeTim 06-14-2005 07:36 PM

Interesting.

Confirmed.

eXtremeTim 06-14-2005 07:51 PM

replace the contents of the: Thread Description: Edit Post Description Updating plugin with the following code

PHP Code:

global $getpost$postinfo$edit$vbulletin
if (
THIS_SCRIPT == 'editpost' AND $getpost['postid'] == $postinfo['postid']) 

    
//need to update thread desc 
    
$edit['threaddesc'] = htmlspecialchars_uni($edit['threaddesc']); 
    if (!
$vbulletin->GPC['ajax'])
    {
        
$this->set('threaddesc'$edit['threaddesc']); 
    }


Was that fast enough for ya? 16 minutes and you had a fix. ;)

C.Birch 06-14-2005 09:29 PM

nope to slow :p i want a full refund...... ooopsy it was free ;) well done for the fast fix but i think you need to fix your door so you can get out more and not give us about 5 new hacks ago lol

anyways really bigs welldones for all your hard work, just wish i was able to help you all out still.

eXtremeTim 06-14-2005 09:35 PM

Quote:

Originally Posted by C.Birch
nope to slow :p i want a full refund...... ooopsy it was free ;) well done for the fast fix but i think you need to fix your door so you can get out more and not give us about 5 new hacks ago lol

anyways really bigs welldones for all your hard work, just wish i was able to help you all out still.

??? Not sure what you mean by fix the door and not give us about 5 new hacks ago

Either way I am hard at work on yet another new and very promising hack. ;)

C.Birch 06-14-2005 09:40 PM

should have read 5 new hacks aday but i was not looking at what i was typeing hehe in other words i think the door to your room is suck because your working so hard and can not get out :)

oh whats this other promising hack then lol, btw you sound like me on your talker bot test forum when i was trying to get it work the first time around hehe telling it it best reply now.

eXtremeTim 06-14-2005 10:23 PM

Im working on a hack version checking script. Basicly it will allow hack authors to use it to check the hack version the user is running compared to what is released. It will do this by the hack author creating a file such as hackname_version.js which is then check from their server by this hack and determines if they are using the current version or not. If not then there is a nice message displayed in the new table telling them about the new version with a more info link.

Update:

I know have this hack working on my site. Its just a matter of giving it a few once over. Putting together some documentation. Then releasing.

eXtremeTim 06-15-2005 04:00 AM

I will be releasing a new version soon that will incorporate my new version checker hack.


All times are GMT. The time now is 10:57 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.01170 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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