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!


All times are GMT. The time now is 10:43 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.01336 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)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)pagenav_pagelinkrel
  • (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