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-11-2005 11:15 PM

Im getting ready to start porting up the talkerbot in a bit. I have under planning a fully featured auction script*, a fully featured online store* (with shopping mall addon*), a fully featured client management system*. Plus many other hacks.

*These modifications are not going to be released for free. They are being developed and targeted at professional use to compete with script such as php probid and x-cart.

C.Birch 06-11-2005 11:23 PM

lol does any still use that talker bot hack that i started?

looks like you have your hands full then lol

eXtremeTim 06-11-2005 11:35 PM

The support forum on my site has been pretty active the last month over that hack so I figure it must still be in use.

C.Birch 06-11-2005 11:43 PM

i know theres been 3 people ask about it over on vb-fans, anyway back to submit of the topic. im looking forward to the ajax support, i have still be unable to work it out but saying that i have not had time to look has been remaking my own sites plus learning flash better and testing 3.5 lol

eXtremeTim 06-11-2005 11:48 PM

Ajax support will make it into this hack one day. I already thought about doing it but I feel its more important to get some more hacks released right now and start pushing the way for the 3.5 community.

playboy 06-12-2005 12:20 AM

I Noticed All These Files And Templates Are In 3.0.7 (which is what I'm running on) will this hack work for that? If not could you give me brief description on how to make it work for 3.0.7?

eXtremeTim 06-12-2005 12:48 AM

There have been major changes since 3.0.7 to the workings of vb. There is a version of this hack that I released on vb 3.0.x you can find it by going to my profile and looking at my 3.0.x hacks.

Andreas 06-13-2005 01:08 PM

@eXtremeTim
I think you can get rid of the editpost.php file edit.
Hookname: threaddata_presave
PHP Code:

global $getpost$postinfo$edit;
if (
THIS_SCRIPT == 'editpost' AND $getpost['postid'] == $postinfo['postid'])
{
    
//need to update thread desc
    
$edit['threaddesc'] = htmlspecialchars_uni($edit['threaddesc']);
    
$this->set('threaddesc'$edit['threaddesc']);



Logikos 06-13-2005 01:13 PM

Quote:

Originally Posted by KirbyDE
@eXtremeTim
I think you can get rid of the editpost.php file edit.
Hookname: threaddata_presave
PHP Code:

global $getpost$postinfo$edit;
if (
THIS_SCRIPT == 'editpost' AND $getpost['postid'] == $postinfo['postid'])
{
    
//need to update thread desc
    
$edit['threaddesc'] = htmlspecialchars_uni($edit['threaddesc']);
    
$this->set('threaddesc'$edit['threaddesc']);



Just tested, and it works! Nice job Andreas!

Erwin 06-13-2005 01:16 PM

One less file edit... ;)

Btw Tim, good work in releasing your hacks!

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.

beansbaxter 06-21-2005 06:17 PM

have a pic of this in action?

eXtremeTim 06-27-2005 11:37 AM

<a href="http://www.extremescripts.com/forums/forumdisplay.php?f=43" target="_blank">http://www.extremescripts.com/forums...splay.php?f=43</a> look at the second thread listed.

Marco van Herwaarden 06-27-2005 11:48 AM

Could this please be uploaded in a zip-file.'

eXtremeTim 06-27-2005 01:01 PM

It will dont worry. I just got back from vacation recently. I havent done much online in the last week or so.

FleaBag 07-31-2005 02:30 PM

Got an error in RC1 when editing an existing description.

Fatal error: Field threaddesc is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 475

Any ideas? Thanks. :)

Andreas 08-01-2005 12:07 PM

@eXtremeTim
Do you plan on updating this for RC1, eg. releasing it as a Product without File Edits?
(Hook forumdisplay_query can be used for the File Edit that is currently necessary)

lucky64 08-06-2005 11:55 PM

I would also like to know if this can be made into a plugin...

Boofo 08-07-2005 09:30 AM

And please upload this as a ZIP file as you were asked to earlier in the thread.

Andreas 08-13-2005 01:02 AM

@Lucky64
It can :)

Valter 08-22-2005 02:31 AM

Quote:

Originally Posted by FleaBag
Got an error in RC1 when editing an existing description.

Fatal error: Field threaddesc is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 475

Any ideas? Thanks. :)

I have the same error message.

Any help?

FleaBag 08-25-2005 10:33 AM

I never resolved the error, uninstalled it and will await the product. :)

Valter 08-27-2005 01:57 AM

Quote:

Originally Posted by FleaBag
I never resolved the error, uninstalled it and will await the product. :)

I uninstalled it too... pure support...

Snake 08-27-2005 05:40 PM

How about upgrading this hack to RC2?

lucky64 08-27-2005 05:54 PM

Quote:

Originally Posted by KirbyDE
@Lucky64
It can :)

Can someone please :)

FleaBag 08-29-2005 06:54 PM

I'm not moaning though... I mean it was a hack for Beta, and nobody is under any obligation to support. It's just one of those things... Like I say let's hope a product release comes along eventually. :)

eXtremeTim 09-04-2005 02:58 PM

I havent been here in some time. I just finaly got back here. I will be updating this hack. I just upgraded my site today from beta 3. The zip file is coming. Forgive me becuase I forgot to zip it up last time.

Andreas 09-09-2005 05:11 PM

Any news on the Update?

eXtremeTim 09-10-2005 06:01 AM

Been working on a few other things. I will see about it soon. As soon as I get it reinstalled on my site.

Brandon Sheley 09-13-2005 02:38 AM

i will be interested in this, and will check back on this thread :) great work

thedvs 10-06-2005 11:52 PM

still waiting :)


All times are GMT. The time now is 07:40 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.01494 seconds
  • Memory Usage 1,828KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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