vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Thread Description (https://vborg.vbsupport.ru/showthread.php?t=199959)

Gladhatter 01-04-2009 11:27 AM

I have looked without answer to your question and am the least qualified person to address this.

I however wish coders would work together more to help each others with nice features like this one. Once installed it has no help file as some make thus anyone seeing it without the above documentation would not know what to do.

Also the minor quirks like losing the text in preview, seems someone would help form a solution for this and this is one of the very nicest features you can have in many forums.

In our quasi hat galleries it is a must to idenify them but I am not going back to edit several hundreds of hats but instead will form a complex solution for a much more powerful gallery feature for them.

I can see how a 1001 more users and more could however benefit from this description line.

I really wonder if there is another version of this same mod out however as I see on the fedora lounge how all of them put something even if it is a "." in the description line and makes me to think it is a mandatory field there.

yingzhou 01-04-2009 03:24 PM

Hi TrucLinh!

How is your day? Don't be serious. :D

It work with new thread after install the product but the old one before install have no effect! :)

Maybe we can edit a thread description inline? Like the thread title.

Gladhatter 01-04-2009 09:06 PM

Needs to be only required if admin set to required as some may not wish it required.

decipher442 01-04-2009 09:25 PM

Just installed it on my forum but for some reason it is not working. any ideas?

Gladhatter 01-04-2009 09:33 PM

Quote:

Originally Posted by decipher442 (Post 1701730)
Just installed it on my forum but for some reason it is not working. any ideas?


I have one idea and that is to contact solidsnake@gti here and on the forum and hire him for an extremly modest fee to fix it for you and support our coders.

TrucLinh 01-04-2009 09:35 PM

Quote:

Originally Posted by decipher442 (Post 1701730)
Just installed it on my forum but for some reason it is not working. any ideas?

All way check with vBulletin Default Style First!

decipher442 01-04-2009 09:47 PM

I did and it works but for some reason its not working with my skin, any ideas?

TrucLinh 01-04-2009 11:16 PM

Quote:

Originally Posted by decipher442 (Post 1701758)
I did and it works but for some reason its not working with my skin, any ideas?

All of your customize skin must base on vBulletin Default Style.

decipher442 01-04-2009 11:46 PM

Im checking into it now.. making sure its all up to date..

sendur 01-05-2009 10:28 AM

I'm also experiencing the problem with the following text in my description field "The most guests online over 24 hours was %1$s, %2$s at %3$s."

See attachment.

yingzhou 01-05-2009 12:24 PM

Quote:

Originally Posted by sendur (Post 1702187)
I'm also experiencing the problem with the following text in my description field "The most guests online over 24 hours was %1$s, %2$s at %3$s."

See attachment.

did you install the hack "most online over 24h"? can we see that thread?

sendur 01-05-2009 06:43 PM

Yes, that mod is installed... Board link is here....

sendur 01-05-2009 07:43 PM

I've changed the xml file, changed the $description var to $tr_description, replaced 22 tokens.

Thanks anyway.

TrucLinh 01-13-2009 01:28 AM

Here the new Update...

https://vborg.vbsupport.ru/

. Added Thread Description CP (news)

Quote:

Originally Posted by Mark.B (Post 1700190)
This is an excellent mod, however it does need an admin-set maximum field length so that people don't post entire paragraphs as the description.

. Adds Thread Description maxlength Option (news)

Quote:

Originally Posted by NeverBored (Post 1698927)
Thanks that seemed to work. Thanks for the useful mod.
One problem I did just run into, the description isn't carried over when you preview the thread.

. Adds description field to Post Preview New Thread (news)

Gladhatter 01-13-2009 01:39 AM

Thank you TrucLinh this save in preview is a real blessing. Will have my coder Solidsnake@GTI install this right away.

Thanks again

Charlie

TaMpE 03-12-2009 09:29 PM

hi, this mod doesn't show on my forum.

I'm running 3.7.4 and not ready to upgrade to 3.8.0

Can you help?

Gladhatter 03-12-2009 10:49 PM

Quote:

Originally Posted by TaMpE (Post 1766808)
hi, this mod doesn't show on my forum.

I'm running 3.7.4 and not ready to upgrade to 3.8.0


Can you help?


Of course install and Njoy it as I did on 3.74 and most others.

TaMpE 03-30-2009 12:31 AM

Quote:

Originally Posted by Gladhatter (Post 1766855)
Of course install and Njoy it as I did on 3.74 and most others.

nevermind, it showed up later. :)

Alisa Lindsay 05-08-2010 01:46 AM

Okay...very old thread and mod, but any chance of getting it updated for 4.0.3... We love it.

Crashh 08-01-2010 02:30 PM

Yea! We love it! Need update for vB4!

anishbalan 10-22-2010 02:16 PM

Please help me.

I downloaded the file and made the following changes:
1. $forum['descriptiondefault'] = 1; changed to $forum['descriptiondefault'] = 0;
2. $db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `descriptiondefault` SMALLINT(6) NOT NULL DEFAULT '1'"); to $db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `descriptiondefault` SMALLINT(6) NOT NULL DEFAULT '0'");
3. turn off the "Show Forum Descriptions in Forum Listings" at Forum Listings Display Options

Then imported the file to the products.

But unfortunately I got the following errors :confused: :


Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_newthread in [path]/includes/functions.php on line 4007

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 8

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_editpost in [path]/includes/functions.php on line 4007

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_threadadmin_editthread in [path]/includes/functions.php on line 4007

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_navbar in [path]/includes/functions.php on line 4007

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_search_results_postbit in [path]/includes/functions.php on line 4007

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_threadbit in [path]/includes/functions.php on line 4007

I am using vBulletin? Version 4.0.7 .

Please Help!!


All times are GMT. The time now is 01:17 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.01399 seconds
  • Memory Usage 1,765KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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