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)

tpearl5 08-02-2010 04:12 PM

For anyone interested with the above I also figured out how to highlight the top post...

Here's what it looks like: http://nikonites.com/feedback-sugges...teractive.html

Assuming you're using postbit_legacy:

Edit template postbit.css:
After
PHP Code:

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
    
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
    
background: {vb:stylevar postbit_background};
    
_background-imagenone;
    
padding-bottom1em;


Add
PHP Code:

.postbitlegacy .postbody.toppost {
    
background#F0FFF0;


In postbit_legacy
After
HTML Code:

<div class="postbody
Add
HTML Code:

<vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if>
So the line will look like this:
HTML Code:

<div class="postbody <vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if>">
The above must be done for this to work.

tpearl5 08-03-2010 03:10 PM

If anyone ended up using this yesterday, I added a small condition so that private messages would not highlight ($post['threadid'] AND $toppost == $post['postid']) it is included above.

vivamexico55 08-04-2010 02:20 AM

I hope this mod is revamped soon so all these positive changes are integrated, thanks for your contributions

wefictionjoe 08-05-2010 06:28 PM

I'm sure this was asked someone else, but i can't seem to find it.

Is there any way or allowing the user to change their vote?
For example, if I like a post, and then the poster changes the content, I'd like the ability to revoke my like, or at the very least, dislike the new post.

Thanks. Great Mod. Site is almost done.

Ted S 08-05-2010 08:35 PM

Quote:

Originally Posted by wefictionjoe (Post 2079723)
I'm sure this was asked someone else, but i can't seem to find it.

Is there any way or allowing the user to change their vote?
For example, if I like a post, and then the poster changes the content, I'd like the ability to revoke my like, or at the very least, dislike the new post.

Thanks. Great Mod. Site is almost done.

Not at this time.

sticky 08-08-2010 02:43 PM

For the next version could we get it so that for the minimum post check the helpful answers block does not disappear, it instead shows an error when clicked informing the user that their post count is not yet high enough?

With the minimum post check the way it is, people think there is an error that it does not show.

sticky 08-08-2010 02:45 PM

Quote:

Originally Posted by tpearl5 (Post 2078200)
For anyone interested with the above I also figured out how to highlight the top post...

Here's what it looks like: http://nikonites.com/feedback-sugges...teractive.html

Assuming you're using postbit_legacy:

Edit template postbit.css:
After
PHP Code:

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
    
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
    
background: {vb:stylevar postbit_background};
    
_background-imagenone;
    
padding-bottom1em;


Add
PHP Code:

.postbitlegacy .postbody.toppost {
    
background#F0FFF0;


In postbit_legacy
After
HTML Code:

<div class="postbody
Add
HTML Code:

<vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if>
So the line will look like this:
HTML Code:

<div class="postbody <vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if>">
The above must be done for this to work.

This is pretty cool! Is there any way to do this so that it automatically highlights posts that have say, 5 people who like the post? Basically just have a setting that an admin can edit, "How many users like post before highlightning?"

Ted S 08-08-2010 06:04 PM

Quote:

Originally Posted by sticky (Post 2080889)
For the next version could we get it so that for the minimum post check the helpful answers block does not disappear, it instead shows an error when clicked informing the user that their post count is not yet high enough?

With the minimum post check the way it is, people think there is an error that it does not show.

Great idea!

You should be able to do this just by editing out lines:

Code:

} else if ($this->registry->options['helpans_min'] AND $this->registry->userinfo['posts'] < $this->registry->options['helpans_minnum']) {
      // might need to have more post count
      $show['rate_helpfulanswer']=false;

The error part is already build in.

sticky 08-08-2010 11:08 PM

Quote:

Originally Posted by Ted S (Post 2080963)
Great idea!

You should be able to do this just by editing out lines:

Code:

} else if ($this->registry->options['helpans_min'] AND $this->registry->userinfo['posts'] < $this->registry->options['helpans_minnum']) {
      // might need to have more post count
      $show['rate_helpfulanswer']=false;

The error part is already build in.

I can't seem to find those lines to remove in helpfulanswers.php ?

Ted S 08-09-2010 01:44 AM

Quote:

Originally Posted by sticky (Post 2081075)
I can't seem to find those lines to remove in helpfulanswers.php ?

Sorry, those are in the XML plugin file.


All times are GMT. The time now is 04:37 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.02281 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
  • (2)bbcode_code_printable
  • (6)bbcode_html_printable
  • (4)bbcode_php_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