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)

kall 10-13-2005 07:15 PM

Sheesh.

New plugin:
Where? forumdisplay_query
What?
PHP Code:

$hook_query_fields .= ', threaddesc'

Easy.

Snake 10-13-2005 08:07 PM

What is that for?

kall 10-13-2005 08:13 PM

Quote:

Originally Posted by Aftermath
What is that for?

For a non-file edit version of this mod.

Snake 10-13-2005 08:23 PM

OK I'm confused as hell now. So all I gotta do is just to create that plugin (with the code, of course) for installing this hack? And what about the files in the ZIP pack?

Boofo 10-13-2005 08:30 PM

Quote:

Originally Posted by kall
For a non-file edit version of this mod.

Go for it! ;)

lucky64 10-13-2005 11:00 PM

Hopefully the creater will update and make a plugin :)

Andreas 10-13-2005 11:13 PM

I've been hoping so since July ...

randominity 10-15-2005 06:02 PM

Well, I made this into a product with no file edits, but it's not right releasing someone else's work :< Plus I'm new to the vB hacking scene so :P~

Boofo 10-15-2005 06:05 PM

Quote:

Originally Posted by randominity
Well, I made this into a product with no file edits, but it's not right releasing someone else's work :< Plus I'm new to the vB hacking scene so :P~

Can you pm it to me, sir? I won't tell. ;)

Snake 10-15-2005 06:56 PM

Yeah do it right here as well! ;)

lucky64 10-15-2005 07:38 PM

Quote:

Originally Posted by randominity
Well, I made this into a product with no file edits, but it's not right releasing someone else's work :< Plus I'm new to the vB hacking scene so :P~

I don't think there would be a problem with that long as you gave the creator credit...I'd love a product..

kall 10-15-2005 08:15 PM

Quote:

Originally Posted by Boofo
Can you pm it to me, sir? I won't tell. ;)

All you need to do is remove the file edit from forumdisplay.php and add the plugin I mentioned above Boofo .. that's almost the same as having a Product. :)

randominity 10-15-2005 08:17 PM

well here it is http://l2guru.com/thread_description_1.2.1.zip

remember to not run the query if you had previously used this mod.

Snake 10-15-2005 08:19 PM

Can someone test this if its working all good without any bugs or errors, please?

Boofo 10-15-2005 11:12 PM

Quote:

Originally Posted by Aftermath
Can someone test this if its working all good without any bugs or errors, please?

I was just going to ask you to do the same thing. ;)

Boofo 10-15-2005 11:13 PM

Quote:

Originally Posted by kall
All you need to do is remove the file edit from forumdisplay.php and add the plugin I mentioned above Boofo .. that's almost the same as having a Product. :)

What plug-in? I must have missed that. :(

randominity 10-15-2005 11:41 PM

Quote:

Originally Posted by kall
Sheesh.

New plugin:
Where? forumdisplay_query
What?
PHP Code:

$hook_query_fields .= ', threaddesc'

Easy.


^ that

Boofo 10-15-2005 11:44 PM

I like products better if they are available. ;)

JohnBee 10-16-2005 12:09 AM

Will this work with 3.5 Gold?

Snake 10-16-2005 07:02 PM

Yes but expect a few bugs and errors. ;)

Boofo 10-16-2005 07:04 PM

Quote:

Originally Posted by Aftermath
Yes but expect a few bugs and errors. ;)

Have you tried it? ;)

kall 10-16-2005 07:22 PM

Quote:

Originally Posted by Boofo
Have you tried it? ;)

Have YOU tried editing the first post of a thread? ;)

(OK, so I have disabled that function and don't know if he has fixed it yet, but thats the major bug that I know of).

Snake 10-16-2005 07:26 PM

In fact I did, Boofo. ;) Even kall has tried the hack but still no use.

kall 10-16-2005 07:33 PM

Quote:

Originally Posted by Aftermath
In fact I did, Boofo. ;) Even kall has tried the hack but still no use.

"Even kall" .. makes me sound like some kind of coder or something. :D

But yes, there is a major problem with the 'editing the first post of a thread' thing (that I imagine is supposed to be the part of this hack that allows you to change the description after making it), but that doesn't take away too much really.

Having a description (IMO) helps you with keyword density and all that good stuff. :)

Boofo 10-16-2005 07:34 PM

Quote:

Originally Posted by Aftermath
In fact I did, Boofo. ;) Even kall has tried the hack but still no use.

Well, then, I guess I'll wait until it is fixed befiore I mess with it. ;)

Has anyone asked Kirby for help on this yet? ;)

Boofo 10-16-2005 07:35 PM

Quote:

Originally Posted by kall
"Even kall" .. makes me sound like some kind of coder or something. :D

But yes, there is a major problem with the 'editing the first post of a thread' thing (that I imagine is supposed to be the part of this hack that allows you to change the description after making it), but that doesn't take away too much really.

Having a description (IMO) helps you with keyword density and all that good stuff. :)

It says "coder" under your name. ;)

Next-Selection 10-18-2005 12:23 PM

Is this hack stable now on 3.5. Gold ???

Snake 10-18-2005 02:13 PM

As you can see, no it isn't.

eXtremeTim 10-23-2005 08:03 PM

I will see about fixing any problems for gold over the next week. I have been so swamped with client work lately its been hectic.

FleaBag 10-27-2005 11:38 PM

That would be cool Tim, thanks. :)

eXtremeTim 10-28-2005 04:02 AM

I still havent started yet but I havent forgotten.

Snake 10-28-2005 11:07 AM

So when are you going to start? Like today?

www.alfisti.net 11-07-2005 09:22 AM

Thank you Tim :) Very usefull modification!
It works fine for my Board, installed 3 weeks ago and it run without any trouble.

for your next version you should add the hint to change the search.php also. So that the descriptions also display in "New Posts" and other search results.

Tested in 3.50 without any trouble
Code:

---------------------
Open search.php
---------------------

+-----
+Find (twice!):
+-----
                        . iif($vbulletin->options['threadmarking'] AND $vbulletin->userinfo['userid'], ', threadread.readtime AS threadread') . "

+-------------
+Replace Both With:
+-------------

                        . iif($vbulletin->options['threadmarking'] AND $vbulletin->userinfo['userid'], ', threadread.readtime AS threadread') . ", threaddesc

--------------------------------
Save and Upload search.php
--------------------------------


www.alfisti.net 11-07-2005 09:33 AM

Quote:

Originally Posted by kall
Have YOU tried editing the first post of a thread?

I did this and I don?t have trouble!?
What happens on your board, maybe I am too stupid to see the problems.
I can edit the first post without trouble. With and without a posted description.

fly 11-07-2005 01:57 PM

Quote:

Originally Posted by randominity
well here it is http://l2guru.com/thread_description_1.2.1.zip

remember to not run the query if you had previously used this mod.

Isn't there a way to include the query with the product?

EDIT: This works. No SQL query required.

EDITED AGAIN: Typo, please redownload.

Snake 11-07-2005 03:28 PM

Is that file for v3.5.1 or what?

fly 11-07-2005 03:39 PM

Quote:

Originally Posted by Aftermath
Is that file for v3.5.1 or what?

Sorry. Tested on 3.5.0...

Snake 11-07-2005 03:43 PM

So it should work on 3.5.1 too, right?

fly 11-07-2005 03:47 PM

Quote:

Originally Posted by Aftermath
So it should work on 3.5.1 too, right?

Yes, it should, but I haven't tested it.

However, I had a typo in the XML, so if you downloaded it, please redownload it.

Snake 11-07-2005 03:56 PM

OK will do. And thanks.


All times are GMT. The time now is 04:53 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.02744 seconds
  • Memory Usage 1,800KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (17)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