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 - Answer Forums 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=190990)

Gio~Logist 09-19-2008 03:52 AM

Quote:

Originally Posted by raj365 (Post 1624800)
Getting Following error while Installing this product

Code:

Invalid SQL:
ALTER TABLE forum ADD (
g_answer_forum smallint(2)  ''
);

Gives db eror


Did you download the latest zip? For future reference, including the full error makes it easier for me to locate the problem ;)

abrecher 09-19-2008 05:00 AM

Quote:

Originally Posted by dtv100 (Post 1622951)
any way to make this hack to ignore threads that was post before this hack ?
for a busy forum can take for ever to make hack mark threads as answer

I have the same issue, I need a way to do this desperately!!

GoTTi 09-19-2008 07:56 AM

nice mod. i would like to use this for a support forum i have for problems on my board. can there be new options added to this like "Fixed" or "Solved", along side the "Answered" option? and if those other options are clicked, it will change the title of the thread to whatever the option clicked is?

Gio~Logist 09-19-2008 07:58 AM

Quote:

Originally Posted by GoTTi (Post 1625502)
nice mod. i would like to use this for a support forum i have for problems on my board. can there be new options added to this like "Fixed" or "Solved", along side the "Answered" option? and if those other options are clicked, it will change the title of the thread to whatever the option clicked is?

You can probably achieve this using the SR Extra Threadfields modification. This only deals with the overall answer/question aspect of the topics : )

Gio~Logist 09-19-2008 08:00 AM

Quote:

Originally Posted by abrecher (Post 1625408)
I have the same issue, I need a way to do this desperately!!

Working on a solution for this as well. Will try and squeeze it into the update coming to the light version.

hobsdv 09-19-2008 03:39 PM

great mod installed

unicorn2433 09-19-2008 04:16 PM

Great mod. Gonna install tonight.
I know most said vbcredits for integration but I would like to request vbplaza. Or some way to choose which pioint system you wanna use.

Greek76 09-19-2008 06:58 PM

I agree with unicorn about adding a vbplaza method for points.

karlm 09-19-2008 09:04 PM

Nice idea.

010081 09-20-2008 06:31 AM

wow cool i'm gonna try it.

Gio~Logist 09-20-2008 10:46 AM

Updated the zip
- Vbplaza integration is now added.
- Zip was also updated with the fix to only show the "mark as answer" modification to administrators and thread starters.

Greek76 09-20-2008 10:57 AM

Updating now! Thanks Gio by the way this is a great mod exactly what I needed.

ShiZoPhreN 09-20-2008 11:04 AM

Quote:

Originally Posted by gio~logist (Post 1625362)
That's a possibility. So closing a thread marks the last post as the answer?

i think first post is better, last post hmm it think any mods write "Closed" or something..

Quote:

Originally Posted by gio~logist (Post 1626236)
Updated the zip
- Vbplaza integration is now added.
- Zip was also updated with the fix to only show the "mark as answer" modification to administrators and thread starters.

Thanks Dude, but only vBPlaza integration? No vbCredits?

reddyink 09-20-2008 11:40 AM

Functionality needed:

1) When a user has a question, they should be able to select how many points they are willing to award for the answer.

2) Thoose points should be deducted from the user asking the question and awarded to best answer user.

3) Allow the users to rate replies. Looks like there is already a mod out there Ajax rating for replies as shown in this image.

4) points system adjust the points based on rating on repliesXnumber of ratings.

Willing to pay for custom modification.

haothiencz 09-20-2008 12:45 PM

Still waiting when it come with vbcredits intergation :)

rainyleaves 09-20-2008 02:15 PM

Thanks for your Mod.

I get this error for Reset Best Answer with V1.0.1.
How do I fix?

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT user.userid
FROM ***_post AS post
LEFT JOIN ***_user AS user ON (user.userid = post.userid)
WHERE post.postid =
LIMIT 1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 5
Error Number : 1064
Request Date : Saturday, September 20th 2008 @ 11:59:13 PM
Error Date : Saturday, September 20th 2008 @ 11:59:13 PM
Script : http://***/forums/misc.php?do=g_answ...r_thread=35061
Referrer : http://***/forums/showthread.php?t=35061
IP Address : ***.***.***.***
Username : ***
Classname : vB_Database
MySQL Version : 5.0.41

Pirat3 09-20-2008 02:20 PM

VBPlaza? LOL your forum is gonna get hacked...

Great mod, maybe have a PM reminder for user to mark best answer for their thread after X days?

peppercola 09-20-2008 03:21 PM

What if we wanted to do this for a game thread - can you undo a best answer say...

we have a wheel of fortune type game on our forum where we guess letters and to solve the puzzle (we all know how wheel of fortune works) anyways we just keep updating the same thread every time we change the phrase - we would be able to delete the best answer and mark and new one for each phrase or would we have to start a whole new thread

inciarco 09-20-2008 03:43 PM

Database Error when Choosing Reset Answer, (Great that you added that necessary functionallity but something is not working fine with it): :confused:

This is the Followed Link:

Quote:

http://zzz/misc.php?do=g_answer_forum_reset&answer_thread=63
I Replaced Private Info for zzz.

This is the Database Error message I received:

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT user.userid
                                                FROM post AS post
                                                LEFT JOIN user AS user ON (user.userid = post.userid)
                                                WHERE post.postid =
                                                LIMIT 1;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 5
Error Number  : 1064
Request Date  : Saturday, September 20th 2008 @ 11:37:41 AM
Error Date    : Saturday, September 20th 2008 @ 11:37:41 AM
Script        : http://zzz/misc.php?do=g_answer_forum_reset&answer_thread=63
Referrer      : http://zzz/showthread.php?t=63
IP Address    : zzz
Username      : zzz
Classname    : vb_database
MySQL Version : 4.1.20-max-log

:)

FiMeTi 09-21-2008 01:13 PM

Quote:

Originally Posted by gio~logist (Post 1626236)
Updated the zip
- Zip was also updated with the fix to only show the "mark as answer" modification to administrators and thread starters.

Can you please tell us, how to manually change this feature?
Because I can?t just use again the install file, since I made the hack fit to my
conception and changed a few things. ;)

Best regards
FiMeTi

Greek76 09-21-2008 01:23 PM

Quote:

Originally Posted by Pirat3 (Post 1626349)
VBPlaza? LOL your forum is gonna get hacked...

Great mod, maybe have a PM reminder for user to mark best answer for their thread after X days?

Dude the flaws have been fixed for some time now. ;)

Kiint 09-21-2008 07:42 PM

What are the differences between this and the premium version?

If I was to install this version would I be able to upgrade to the premium at a later time?

Gio~Logist 09-21-2008 08:50 PM

Quote:

Originally Posted by rainyleaves (Post 1626345)
Thanks for your Mod.

I get this error for Reset Best Answer with V1.0.1.
How do I fix?

Working on the fix now.

Gio~Logist 09-21-2008 08:51 PM

Quote:

Originally Posted by Kiint (Post 1627222)
What are the differences between this and the premium version?

If I was to install this version would I be able to upgrade to the premium at a later time?

http://www.giologist.com/vb/index.php?&do=products

Yep, you will be able to upgrade whenever you're ready.

Gio~Logist 09-21-2008 08:53 PM

Quote:

Originally Posted by ShiZoPhreN (Post 1626247)
i think first post is better, last post hmm it think any mods write "Closed" or something..



Thanks Dude, but only vBPlaza integration? No vbCredits?

Vbcredits integration is only available in the premium version at the moment, sorry.

Gio~Logist 09-21-2008 08:54 PM

Quote:

Originally Posted by rainyleaves (Post 1626345)
Thanks for your Mod.

I get this error for Reset Best Answer with V1.0.1.
How do I fix?

Looking into this now.

Quote:

Originally Posted by FiMeTi (Post 1626941)
Can you please tell us, how to manually change this feature?
Because I can?t just use again the install file, since I made the hack fit to my
conception and changed a few things. ;)

Best regards
FiMeTi

https://vborg.vbsupport.ru/showpost....3&postcount=64

Gio~Logist 09-21-2008 09:02 PM

The zip has been upgraded for the fix for resetting the topic's answer. There were currently database errors being received, this should be non-existent now.

dtv100 09-21-2008 10:07 PM

quick question did you do something about make it work with only new post after install this addon .
I mean last time i try it all post before addon got mark as unanswered.

inciarco 09-22-2008 01:21 AM

Works Fine, Thank You Very Much For the Update. :up:

One Question:

I have a problem with one Hack that should be Overwriting the Plugin (Answer Forums - Show answered/notanswered In Forum), that Edits the Threadbit to Include the "Answered" and "Unanswered" Prefix, so is only being displayed for the Moved Threads and for the other ones isn't being Displayed. :(

(You Can See It Here: http://inciarco.com/foros/forumdisplay.php?f=332)

(On my Test Forum they're being Displayed Ok, but on that Test Forum I only have 5 Hacks Installed, included this one; inside the Thread on it's First Post Title the Prefix is Displayed without any Problem).

Could you Please share with me/us the Code that I/we can Include in the Threadbit Template to Include the Prefixes, and the Place I should Include them (Before/After what Code)??:confused: (The Idea is to Disable the Specific Plugin (Answer Forums - Show answered/notanswered In Forum) and to Manually Edit the Template to Obtain the Prefixes).

This Code can also be useful to Include Flags on the Threadbit Template to Visually Indicate the Status of the Answers (Green Flag or Red Flag), so it will be very useful for all the Users of this Mod.

I Appreciate Your Help.

My Best Regards, and Again Congratulations for this Useful Mod. :up:

:)

Gio~Logist 09-22-2008 01:52 AM

Quote:

Originally Posted by dtv100 (Post 1627304)
quick question did you do something about make it work with only new post after install this addon .
I mean last time i try it all post before addon got mark as unanswered.

The ability to add a timestamp is only given in the premium version, sorry.

Gio~Logist 09-22-2008 01:55 AM

Quote:

Originally Posted by inciarco (Post 1627378)
Works Fine, Thank You Very Much For the Update. :up:

One Question:

I have a problem with one Hack that should be Overwriting the Plugin (Answer Forums - Show answered/notanswered In Forum), that Edits the Threadbit to Include the "Answered" and "Unanswered" Prefix, so is only being displayed for the Moved Threads and for the other ones isn't being Displayed. :(

(You Can See It Here: http://inciarco.com/foros/forumdisplay.php?f=332)

(On my Test Forum they're being Displayed Ok, but on that Test Forum I only have 5 Hacks Installed, included this one; inside the Thread on it's First Post Title the Prefix is Displayed without any Problem).

Could you Please share with me/us the Code that I/we can Include in the Threadbit Template to Include the Prefixes, and the Place I should Include them (Before/After what Code)??:confused: (The Idea is to Disable the Specific Plugin (Answer Forums - Show answered/notanswered In Forum) and to Manually Edit the Template to Obtain the Prefixes).

This Code can also be useful to Include Flags on the Threadbit Template to Visually Indicate the Status of the Answers (Green Flag or Red Flag), so it will be very useful for all the Users of this Mod.

I Appreciate Your Help.

My Best Regards, and Again Congratulations for this Useful Mod. :up:

:)

Great :up::up:

Hm. Not sure exactly what the issue is but it looks like it's including itself in the threads with prefixes as well on your forum just fine? Can you elaborate a bit?

Also, this should help you in the threadbit template, if you want to add it manually:
PHP Code:

<if condition="$thread['g_answer_forum_answer']">Answered text<else />Unanswered text</if> 


inciarco 09-22-2008 02:15 AM

Quote:

Originally Posted by gio~logist (Post 1627391)
Great :up::up:

Hm. Not sure exactly what the issue is but it looks like it's including itself in the threads with prefixes as well on your forum just fine? Can you elaborate a bit?

Also, this should help you in the threadbit template, if you want to add it manually:
PHP Code:

<if condition="$thread['g_answer_forum_answer']">Answered text<else />Unanswered text</if> 


Worked Fine, Thank You Very Much.

I'd like to Document it more in Detail, in case someone has the same Situation:

Step 1:

In threadbit Template:

Find

Code:

$thread[movedprefix]
Before Add

Code:

<if condition="$thread['g_answer_forum_answer']">$vbphrase[g_answers_forum_answered]<else />$vbphrase[g_answers_forum_unanswered]</if>
Step 2:

In Plugins & Products -> Plugin Manager

Unselect (Deselect) Active Status for Plugin: Answer Forums - Show answered/notanswered In Forum

Click on "Save Active Status" to Save that Change.

(This Avoid Duplication of Text in case where Plugin Displays it).

That's it. Ir worked Fine on vB373.

My Best Regards.

:)

juliannova 09-22-2008 02:19 AM

Whats the difference between this free one and the paid version on your site? Will it be able to keep up with the people best answers?

dtv100 09-22-2008 03:43 AM

Quote:

Originally Posted by gio~logist (Post 1627390)
The ability to add a timestamp is only given in the premium version, sorry.

thanks

Gio~Logist 09-22-2008 08:19 PM

Quote:

Originally Posted by inciarco (Post 1627397)
Worked Fine, Thank You Very Much.

:up::up:

Quote:

Originally Posted by juliannova (Post 1627401)
Whats the difference between this free one and the paid version on your site? Will it be able to keep up with the people best answers?

For information on the premium products, visit the following url:
http://www.giologist.com/vb/index.php?&do=products

Try to refer to the first post as much as possible for the url guys, really trying to avoid bad publicity as far as mods possibly accusing me of "advertising" (they haven't yet, just would rather keep it that way :p). Trying to keep a clean slate around here heh ;)

Kiint 09-22-2008 10:01 PM

Thanks, we can see the features of the premium version at the url you specified, but what myself and the previous poster are asking is:

What is the DIFFERENCE between the free and the paid version, I can see all the premium features, but I don't know what any of the lite features are, they are not listed anywhere.

So could you please make a list, something like this incomplete list:

Enable a questions forum Lite/Premium
Allow users to choose best answer Lite/Premium
Question Statistics on forumdisplay Premium Only

The above is only a guess, but I'm sure you can update this with the correct information?

4x4 Mecca 09-22-2008 10:30 PM

* Enable a questions forum Lite/Premium
* Allow users to choose best answer Lite/Premium
* Question Statistics on forumdisplay Premium Only
* Top Helpers on forumdisplay Premium Only
* Recently Answered on forumdisplay Premium Only
* View Answered Topics Premium Only
* View Unanswered Topics Premium Only
* Answered Topics in postbit Premium Only
* Private Message user who's answer was chosen Premium Only
* Private Message answer provider if the answer is reset Premium Only
* Control user's ability to reset their own topic's answer Premium Only
* Allow usergroups to reset any topic's answer Premium Only
* Integrates with vbplaza (reward answer providers) Lite/Premium
* Integrates with vbcredits (reward answer providers) Premium Only

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.

inciarco 09-22-2008 11:01 PM

For Future Upgrades: Would be nice to be able to Choose more than one Answer as Best Answers.

My Best Regards.

:)

Gio~Logist 09-23-2008 02:39 AM

Quote:

Originally Posted by 4x4 Mecca (Post 1628060)
* Enable a questions forum Lite/Premium
* Allow users to choose best answer Lite/Premium
* Question Statistics on forumdisplay Premium Only
* Top Helpers on forumdisplay Premium Only
* Recently Answered on forumdisplay Premium Only
* View Answered Topics Premium Only
* View Unanswered Topics Premium Only
* Answered Topics in postbit Premium Only
* Private Message user who's answer was chosen Premium Only
* Private Message answer provider if the answer is reset Premium Only
* Control user's ability to reset their own topic's answer Premium Only
* Allow usergroups to reset any topic's answer Premium Only
* Integrates with vbplaza (reward answer providers) Lite/Premium
* Integrates with vbcredits (reward answer providers) Premium Only

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.

Thanks for that :up: Very much appreciated! And very well laid out as well ;) Hope you're enjoying the mod over there!

Kiint 09-23-2008 07:35 AM

Quote:

Originally Posted by 4x4 Mecca (Post 1628060)

I think this covers it correctly. I have purchased the mod, and you can see it in action here http://www.4x4mecca.com/forum/forumdisplay.php?f=405 post up any more questions.


Thanks, exactly what I was looking for, now this would make me want to buy the premium version over the lite version :)


All times are GMT. The time now is 01:13 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.01680 seconds
  • Memory Usage 1,861KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (23)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
  • (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