vb.org Archive

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

derekivey 05-24-2006 10:15 PM

1 Attachment(s)
Psionic Vision, you mean like this?

akanevsky 05-24-2006 10:17 PM

Somewhat, except you should replace "Description" with "Thread Description" :)

derekivey 05-24-2006 10:25 PM

Ok lol

FreshFroot 05-24-2006 11:16 PM

looking good so far :D

derekivey 05-25-2006 01:17 AM

Ok, Version 1.0.0 has been released! :). Please see the first post for what has changed, and there are install and upgrade instructions in the readme file.

Derek

Living in music 05-25-2006 02:46 AM

Very cool, i'll update now! Thanks to derekivey :D

rmxs 05-25-2006 06:53 AM

I just update ITS FANTASTIC...and if tou make it with ajax......SUPER FANTASTIC :) lol

Thanks

derekivey 05-25-2006 09:51 AM

Quote:

Originally Posted by rmxs
I just update ITS FANTASTIC...and if tou make it with ajax......SUPER FANTASTIC :) lol

Thanks

Yup, I am shooting for that for the next release.

Derek

Valter 05-25-2006 01:19 PM

Nice updates in 1.0, thanks!

Snake 05-25-2006 09:28 PM

Thanks for the update.

liwo 05-31-2006 07:18 PM

You get a database error if you have a table prefix for your Board (or at least we got one):
Code:

Invalid SQL:
UPDATE thread SET description = '' WHERE threadid = '9';

MySQL-Fehler : Table 'xxx.thread' doesn't exist

I fixed this by changing the line in the product xml file
PHP Code:

$db->query_write("UPDATE thread SET description = '" $db->escape_string(htmlspecialchars_uni($edit['description'])) . "' WHERE threadid = '" $db->escape_string($threadinfo['threadid']) . "'"); 

to

PHP Code:

$db->query_write("UPDATE " TABLE_PREFIX "thread SET description = '" $db->escape_string(htmlspecialchars_uni($edit['description'])) . "' WHERE threadid = '" $db->escape_string($threadinfo['threadid']) . "'"); 

Thanks for that great hack!

derekivey 05-31-2006 07:58 PM

Thanks for reporting that. I will update the zip file to include the fix. I guess I must have forgot to add TABLE_PREFIX to that one. Thanks again!

Derek

CP, 06-09-2006 11:22 PM

Hi how can i make the thread description, in non italic please? thanks!

derekivey 06-10-2006 12:32 AM

Hello CP,

Please see this post

Thanks,
Derek

Snake 06-10-2006 01:39 PM

derekivey, I am trying to display the thread description right next to the thread title in postbit? Can you help?

derekivey 06-10-2006 04:09 PM

Where? Can you upload a screenshot please of where you want it?

Thanks!

Snake 06-12-2006 07:05 AM

Nevermind. I have figured it out already. Thanks anyway...

derekivey 06-12-2006 03:32 PM

Ok, mind posting it here so that anyone else who wants to do it can do it to their forum?

Derek

Terminatoronly 07-26-2006 12:46 PM

thanks alot it works with me and it also work with vb3.6 rc2 i have tried it there thanks alot

I||usi0nz 07-31-2006 03:04 PM

this is what I neededd, thankss :)

derekivey 07-31-2006 06:15 PM

Quote:

Originally Posted by Terminatoronly
thanks alot it works with me and it also work with vb3.6 rc2 i have tried it there thanks alot

Thanks for confirming that it works on RC 2 :).

Quote:

Originally Posted by I||usi0nz
this is what I neededd, thankss :)

No Problem :).

Just to let everyone know, as soon as I get some time I am going to be adding the ajax edit description feature, like vB's edit thread title feature. I just haven't had time to do it. I should hopefully get some time later this week.

Derek

DPSR 08-12-2006 09:24 AM

Working fine on v3.6.0 :)

Thanks for the hack derekivey

*installed

wtricks 08-24-2006 04:41 PM

It should be the default in any VB install.

Installed ... nice :D

derekivey 08-24-2006 06:00 PM

Thanks :).

Megareus Rex 08-26-2006 12:11 AM

Question: Is there a way to upgrade from the other thread description hack to this one? In other words, to keep the existing description tables and such so that all the current descriptions remain, and they won't need to be redone?

If this is already the case, then that's fine, but if not, any way you could provide such an option?

PS: Also, does this display in search.php? I saw earlier users wondered, but I didn't see if it was taken care of when skimming the thread for info on switching to this description hack from the other one.

derekivey 08-26-2006 01:07 PM

Quote:

Originally Posted by Megareus Rex
Question: Is there a way to upgrade from the other thread description hack to this one? In other words, to keep the existing description tables and such so that all the current descriptions remain, and they won't need to be redone?

If this is already the case, then that's fine, but if not, any way you could provide such an option?

PS: Also, does this display in search.php? I saw earlier users wondered, but I didn't see if it was taken care of when skimming the thread for info on switching to this description hack from the other one.

I'll have to see how the other hack stores them in the database, I might be able to make a converter for it, I'll have to see, and get back to you.

Yes, the descriptions are also shown on the search results :).

Derek

derekivey 08-26-2006 01:59 PM

1 Attachment(s)
Ok, attached is a converter I made. Just upload it to the admincp folder and go to http://www.yourdomain.com/path_to_fo..._converter.php, and run it. Once it has finished, delete that file from your site. Let me know if you have any problems with it.

Thanks,
Derek

Megareus Rex 08-29-2006 09:30 AM

Quote:

Originally Posted by derekivey
Ok, attached is a converter I made. Just upload it to the admincp folder and go to http://www.yourdomain.com/path_to_fo..._converter.php, and run it. Once it has finished, delete that file from your site. Let me know if you have any problems with it.

Thanks,
Derek

Just to be sure, do I run the converter before or after installing the description hack?

derekivey 08-29-2006 11:27 AM

After.

Derek

Megareus Rex 08-30-2006 01:56 AM

And then I uninstall the other description hack, I'm assuming? (After installing your desc. hack, and running the converter).

Sorry for the questions, I just dont wanna mess anything up. I'll have a backup to revert to if something goes wrong, but its still a pain in the neck to do so.

derekivey 08-30-2006 09:29 AM

Make sure my converter imported the old descriptions first, and then uninstall the other hack when your sure it converted them ok.

Megareus Rex 08-30-2006 11:29 PM

It worked perfectly. You are so awesome for that :D

You should add that file in as part of the hack for those of us already dug in with the older version, if you weren't planning on that already.

derekivey 08-31-2006 01:04 AM

Great :).

Yes, I plan on including it with the next version.

Derek

Danny Diamond 08-31-2006 11:19 PM

Installed.

Good times

Snake 12-22-2006 11:06 PM

Will this work on 3.6.4?

derekivey 12-23-2006 02:27 PM

It should...

rnmcd 12-25-2006 03:34 PM

Quote:

Originally Posted by Snake (Post 1143722)
Will this work on 3.6.4?

Try it...I dare you to be the guinea pig :knockedout:

tmwillett 01-29-2007 05:31 AM

it works wonderfully on 3.6.4 :) I installed it tonight :) My members love it :) great hack!

rnmcd 01-29-2007 05:40 AM

Your members told you they loved it the same night you installed it?

I'd like to see a link to anyone that has this installed on vb 3.6.4.

Snake 01-29-2007 08:15 AM

Here ya go. As you can see, I've it installed on my forums. :D

http://www.finalfantasyforums.net


All times are GMT. The time now is 11:20 PM.

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.01322 seconds
  • Memory Usage 1,797KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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