vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=233296)

FractalizeR 07-01-2010 07:28 PM

Phrasing bug:
Template helpful_statsbit:

There should be something like this:

HTML Code:

            <dl class="stats">
                <dt>{vb:rawphrase helpfulanswer_postshavebeen}</dt>
                <dd>{vb:raw helpfulanswer_goodranks} {vb:rawphrase helpfulanswer_from} {vb:raw helpfulanswer_totalranks}</dd>
            </dl>

Because current content is rendered incorrectly. This is not a fix, I am still looking into issue. Can you look also? I can't quite understand, what really should be there.

Ted S 07-02-2010 05:45 AM

Quote:

Originally Posted by FractalizeR (Post 2062886)
BUG:
With "Hide Negative Posts" enabled and "Hide Negative Posts - Count" > 0 all unvoted posts are hidden.

The cause:
Code:

Line 954 in xml:
if($vbulletin->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $vbulletin->options['helpans_hidelownum']) ){

The solution:
Change the above line to:
Code:

if($vbulletin->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goodrank']) > $vbulletin->options['helpans_hidelownum']) ){

Good catch, although anyone sending this over 0 is setting themselves up for failure...

Ted S 07-02-2010 05:46 AM

Quote:

Originally Posted by vivamexico55 (Post 2062351)
Ted, do you think uninstalling and reinstalling would fix the fact that it doesn't show on my forum?

It's possible but unlikely to help. The only other solution I can offer is to take a look myself if you are comfertable with me logging in to your site.

Astyanax 07-03-2010 10:27 PM

I will use this MOD but I dont like the look of the thumb up and down. Can you update with more modern thumb icons?

FractalizeR 07-04-2010 06:53 AM

Have you checked options?

Astyanax 07-04-2010 07:44 AM

Quote:

Originally Posted by FractalizeR (Post 2064221)
Have you checked options?

Yes, but the thumbs are still ugly. Why not use something like this: http://www.psdgraphics.com/wp-conten...down-icons.jpg

or this: http://static-p3.fotolia.com/jpg/00/...kDrLbNxSJI.jpg

Search results on Google: http://www.google.se/images?um=1&hl=...=&oq=&gs_rfai=

Ted S 07-04-2010 09:20 AM

Quote:

Originally Posted by Astyanax (Post 2064235)
Yes, but the thumbs are still ugly. Why not use something like this: http://www.psdgraphics.com/wp-conten...down-icons.jpg

or this: http://static-p3.fotolia.com/jpg/00/...kDrLbNxSJI.jpg

Search results on Google: http://www.google.se/images?um=1&hl=...=&oq=&gs_rfai=

You can use whatever images you want for your site. The ones in this mod were created by users for public use; I can not include general images found on the web, they are copyrighted.

Astyanax 07-04-2010 09:23 AM

I thought icons available in icon archives on Internet were free to use? Anyway, I can change this myself I guess?

FractalizeR 07-04-2010 09:59 AM

If you find a good set of icons, please post them here

Astyanax 07-04-2010 10:19 AM

Quote:

Originally Posted by FractalizeR (Post 2064264)
If you find a good set of icons, please post them here

Ok!

http://www.freeiconsdownload.com/Fre...ads.asp?id=265

http://www.freeiconsdownload.com/Fre...ads.asp?id=307

Smaller icons:

http://www.freeiconsdownload.com/Fre...ads.asp?id=227

http://www.freeiconsdownload.com/Fre...ads.asp?id=608


All times are GMT. The time now is 09:08 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.02858 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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