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)

ericholtman 03-28-2012 05:07 PM

This is a really great mod, and I think it's going to do a lot to increase participation on my board.

I have one question: Is there a way to change the font size and color in the phrases ("Did you find this post helpful, etc")?

I apologize if this question is painfully stupid, but my husband usually does the coding, and I'm trying to do everything by myself this time. It's a long and sometimes grotesque process.

Kim

bposner 03-28-2012 05:37 PM

Quote:

Originally Posted by ericholtman (Post 2314330)
This is a really great mod, and I think it's going to do a lot to increase participation on my board.

I have one question: Is there a way to change the font size and color in the phrases ("Did you find this post helpful, etc")?

I apologize if this question is painfully stupid, but my husband usually does the coding, and I'm trying to do everything by myself this time. It's a long and sometimes grotesque process.

Kim

I did this in Phrases, I searched for the term then change the code like this
Code:


<span style="font: verdana; color: Yellow;">Did you find this post Helpful?</span>

May not be the best way, but it worked :)

initiald 03-30-2012 05:28 AM

Hey I finally make it show up but now when I click on the Thumbup/Thumbdown, I received this error.

https://vborg.vbsupport.ru/external/2012/03/2.png

Any idea how to fix this? tx

Ted S 03-30-2012 05:42 AM

Quote:

Originally Posted by initiald (Post 2314924)
Hey I finally make it show up but now when I click on the Thumbup/Thumbdown, I received this error.

Any idea how to fix this? tx

Check the path of the link and tell me what it is versus what it should be.

initiald 03-30-2012 06:08 AM

Quote:

Originally Posted by Ted S (Post 2314925)
Check the path of the link and tell me what it is versus what it should be.

What link or path? Can you clarify more. You mean in root folder?

I notice one thing. In the upload folder, you have helpfulanswer.php and the same file helefulanswer.php in admincp?

ericholtman 03-30-2012 05:37 PM

Quote:

Originally Posted by bposner (Post 2314369)
I did this in Phrases, I searched for the term then change the code like this
Code:


<span style="font: verdana; color: Yellow;">Did you find this post Helpful?</span>

May not be the best way, but it worked :)


Thank you! That worked!! :)

Ted S 03-30-2012 07:08 PM

Quote:

Originally Posted by initiald (Post 2314931)
What link or path? Can you clarify more. You mean in root folder?

I notice one thing. In the upload folder, you have helpfulanswer.php and the same file helefulanswer.php in admincp?

The path of the link... When you click it or hover over it where does it point too? Where should it point too?

There are two helpfulanswer.php files. One in your root folder, one in your admincp. If you upload the upload folder contents into your forum directory in one shot everything will go to the right place.

010081 03-31-2012 07:35 AM

Can i display most helpful members on sidebar.. thanks..

Moreover can i add most helpful members per category..on sidebar..

bfdzio 04-03-2012 03:32 PM

Anyone interested in building a file like the helpfulanswers.php but that would display 'most helpful' posts from the past 24 hours?

Ted S 04-03-2012 04:58 PM

You can simply copy that routine and add one addition WHERE statement to the mySQL query along the lines of

createddate >= DATE_SUB(NOW(),INTERVAL 1 day)


All times are GMT. The time now is 01:34 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.04071 seconds
  • Memory Usage 1,751KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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