vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Answer Forums 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=218653)

Quantnet 08-05-2009 01:24 PM

Quote:

Originally Posted by thedudleys (Post 1861331)
I uploaded this but it does not exactly show up in the usergroup permissions it seems. I went into the registered member usergroup and seen a blank spot while this hack was enabled. I disabled it & the blank spot went away - I attached an image to show you what I mean. If you could help please...I'd love to use this hack.

That's the premium version. This version is free and you don't have that usergroup permission option.

chick 08-05-2009 01:49 PM

I bought the premium unbranded version from Gio and I like the way it works, not to mention great support... support is everything!!! thanks G.

Gio~Logist 08-05-2009 07:39 PM

Quote:

Originally Posted by Quantnet (Post 1861872)
That's the premium version. This version is free and you don't have that usergroup permission option.

Right on the ball ;)

Quote:

Originally Posted by Quantnet (Post 1856890)
How do you make the Best Answer post stand out a bit more, maybe a configurable background color?
Which template to edit?

Thanks

showthread_answer

Quantnet 08-06-2009 12:46 AM

1 Attachment(s)
Hi Gio,

When I enable the stats, in the default style, the stats box show on the right, aligned nicely but in my custom style, it is a bit off.

I think I need to modify the answer_foot and answer_head templates a bit. Can you see the attachment images and suggest some help. I would prefer to have the stat tables move down abit and align to the thread table.

Also, right now, the top helpers show 10, but if I only have 3 helpers, the remaining 7 would be all with 0 answers, the sql would just pull the registered members by their registration date.

Quantnet 08-06-2009 01:04 AM

Another thing
You posted that to show the best answer once, use the <if> statement in the postbit template. I did that, it was fine until I found out that this would cause the PM to not display the body, and just the reply box only.

The PM use the same postbit template so it checks how many post in it.

Any other suggestion?

thedudleys 08-06-2009 02:44 AM

Quote:

Originally Posted by Quantnet (Post 1861872)
That's the premium version. This version is free and you don't have that usergroup permission option.

Understood, however, it shouldn't even show nonetheless like that to confuse someone and give them the impression of it being broken. But thank you for clearing that up for me though, it is really appreciated :D (Just wish vb.org had the thank you hack lol)


*Uninstalled

Gio~Logist 08-11-2009 04:31 PM

Quote:

Originally Posted by Quantnet (Post 1862282)
Another thing
You posted that to show the best answer once, use the <if> statement in the postbit template. I did that, it was fine until I found out that this would cause the PM to not display the body, and just the reply box only.

The PM use the same postbit template so it checks how many post in it.

Any other suggestion?

Can I ask what conditional you used? PM's don't have postid's so if any other poss passed the conditional, PMs should as well. Depending on how your conditional was formatted.

Quote:

Originally Posted by Quantnet (Post 1862271)
Hi Gio,

When I enable the stats, in the default style, the stats box show on the right, aligned nicely but in my custom style, it is a bit off.

I think I need to modify the answer_foot and answer_head templates a bit. Can you see the attachment images and suggest some help. I would prefer to have the stat tables move down abit and align to the thread table.

Also, right now, the top helpers show 10, but if I only have 3 helpers, the remaining 7 would be all with 0 answers, the sql would just pull the registered members by their registration date.

Try editing the Answer Forums - Transform Forumdisplay plugin, and changing:
PHP Code:

        eval('$header .= "' fetch_template("answer_forums_head") . '";'); 

To
PHP Code:

        eval('$navbar .= "' fetch_template("answer_forums_head") . '";'); 


Quantnet 08-11-2009 07:28 PM

Quote:

Originally Posted by Gio~Logist (Post 1865215)
Can I ask what conditional you used? PM's don't have postid's so if any other poss passed the conditional, PMs should as well. Depending on how your conditional was formatted.

This <if condition="$post[postid] != $thread[g_answer_forum_answer]"> from your site
http://www.provb.org/showthread.php?t=625

It actually took me awhile to find this and fix when people report the PM issue.

and thanks for the navbar fix.

Duncan Idaha 09-07-2009 08:51 PM

Is there a way to change "best answer' so simply "answered' or something else? Some forum folks can be a bit sensitive for the "competition" element created by the best answer....

Duncan Idaha 09-08-2009 06:28 PM

Found it, in the VBulletin AdminCP, the phrases.


All times are GMT. The time now is 08:27 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.01246 seconds
  • Memory Usage 1,749KB
  • 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
  • (7)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
  • (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