vb.org Archive

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

Mrdby 12-09-2007 10:47 AM

3.6.8?

Das UndergrounD 02-16-2008 03:24 AM

Hello, the installed hack had, and when you edited the messages in advanced mode you threw away an error, the same mentioned above, next install the modified product and now the description of the themes does not appear to me, I have gone back to install the hack time after time and the description does not appear to me.:(:erm:

TCE Killa 02-16-2008 04:45 PM

Nothing shows up for me, I am using 3.6.8 PL 2.

Das UndergrounD 02-16-2008 05:37 PM

Quote:

Originally Posted by TCE Killa (Post 1444549)
Nothing shows up for me, I am using 3.6.8 PL 2.


I'm using a 3.6.8 pl2 too

Leica.Robbiani 02-19-2008 03:39 PM

Hi there,

I've changed 2 Plugin's to get this Mod work, Thread Description - Edit Post and the Thread Description - Update Description.

The original code of the first one is

PHP Code:

<plugin active="1" executionorder="5">
            <
title>Thread Description Edit Post</title>
            <
hookname>editpost_update_start</hookname>
            <
phpcode><![CDATA[if ($postinfo['postid'] == $threadinfo['firstpostid'])
            {
            
$vbulletin->input->clean_gpc('p''description'TYPE_STR);
            
$edit['description'] =& $vbulletin->GPC['description'];
            }]]></
phpcode>
        </
plugin

my code is

PHP Code:

<plugin active="1" executionorder="5">
            <
title>Thread Description Edit Post</title>
            <
hookname>editpost_update_start</hookname>
            <
phpcode><![CDATA[$vbulletin->input->clean_gpc('p''description'TYPE_STR);
            
$edit['description'] =& $vbulletin->GPC['description'];]]></phpcode>
        </
plugin

In the second Plugin I've just changed in the if-question the AND in an OR.

With this little changes it works correctly for me on 3.6.8PL2.

Leica Robbiani

rapidphim 02-23-2008 06:03 AM

Quote:

Originally Posted by yoyoyoyo (Post 1373570)
Here is the XML file in TMS (Template Modification System) format, for those that have TMS installed.

I am also including the product, which is updated to avoid the error indicated in this thread, using the edits mentioned in this thread. (Note- I also changed the name of the product from vBViet to Thread Description)

Yoyoyoyo, I don't have the TMS hack, do I still need to do the template hack or I just upload the product xml only?

PaulSonny 02-23-2008 07:33 AM

Installed and working on 3.7.

Thanks, Paul.

rapidphim 02-23-2008 08:03 AM

Paul, did you use the original file/instruction from TrucLinh or you used the two files from Yoyoyoyo?

PaulSonny 02-23-2008 09:46 AM

Hello Rapidphim,

I used readme36x.zip in the original thread and followed all the instructions. I have edited my templates a little because I didn't like the image.

Thanks, Paul.

JohnBee 03-22-2008 03:02 AM

Quote:

Originally Posted by Leica.Robbiani (Post 1446706)
Hi there,

I've changed 2 Plugin's to get this Mod work, Thread Description - Edit Post and the Thread Description - Update Description.

The original code of the first one is

PHP Code:

<plugin active="1" executionorder="5">
            <
title>Thread Description Edit Post</title>
            <
hookname>editpost_update_start</hookname>
            <
phpcode><![CDATA[if ($postinfo['postid'] == $threadinfo['firstpostid'])
            {
            
$vbulletin->input->clean_gpc('p''description'TYPE_STR);
            
$edit['description'] =& $vbulletin->GPC['description'];
            }]]></
phpcode>
        </
plugin

my code is

PHP Code:

<plugin active="1" executionorder="5">
            <
title>Thread Description Edit Post</title>
            <
hookname>editpost_update_start</hookname>
            <
phpcode><![CDATA[$vbulletin->input->clean_gpc('p''description'TYPE_STR);
            
$edit['description'] =& $vbulletin->GPC['description'];]]></phpcode>
        </
plugin

In the second Plugin I've just changed in the if-question the AND in an OR.

With this little changes it works correctly for me on 3.6.8PL2.

Leica Robbiani

Tried that... no show.
Any other tips?


All times are GMT. The time now is 01:09 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.01127 seconds
  • Memory Usage 1,773KB
  • 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
  • (4)bbcode_php_printable
  • (3)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