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)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

Simon Lloyd 04-24-2009 02:30 PM

Quote:

Originally Posted by Bigj85 (Post 1798099)
BEWARE THIS POST CONTAINS COMMON SENSE
why dont you guys delete the files you uploaded for this mod,one of them is "cpnav_helpfulanswers.xml"
which is probably the file that makes the acp entry

well said!, ;)

peyman.nt 04-24-2009 04:04 PM

How can I sort the posts by they rank?
while I using 10 points rank...
Like sorting by date,
Is it possible?

Ted S 04-24-2009 07:51 PM

Quote:

Originally Posted by akonze (Post 1798090)
BE AWARE! THIS THING CAN NOT BE UNINSTALLED!

I installed it and tried it out for my forum. Personally I did not find the design well and therefore I decided to stay with normal thread voting and the Thank Post addon. I then uninstalled this addon. It was removed from the addon list, but the section in the admin menu was not deleted. Now I have useless menu entries in the admin menu, which I can not get rid of. :-(

Please don't make assertions without at least asking for support first. This plugin can certainly be uninstalled. Have you removed the XML file or did you just disable the plugin?

Ted S 04-24-2009 07:51 PM

Quote:

Originally Posted by peyman.nt (Post 1798228)
How can I sort the posts by they rank?
while I using 10 points rank...
Like sorting by date,
Is it possible?

Unfortunately there is no hook to alter how posts are sorted. You would have to hack your showthread page to manually make the edit.

Ted S 04-24-2009 07:53 PM

Quote:

Originally Posted by Holf- Andrew (Post 1797960)
I was wondering how i can uninstall this - I've uninstalled it through the Plugins & Products section in the Admin CP - but i am still getting it in the left hand side menu.

It is a great plugin - but i'm just finding it isn't needed for my forum.

No problem. Not every addon is for everyone.

Be sure to remove all the upload files including the one in includes/xml to fully remove the addon.

Ted S 04-24-2009 07:54 PM

Quote:

Originally Posted by Milez (Post 1797949)
Hey thanks, that's exactly what I want! Added your thumbs images for you, they are transparent. See attached. Edit: Made them lighter.

Really looking forward to this update Ted :)

Awesome. I'll get the code out shortly.

Milez 04-25-2009 07:33 AM

Bigj85 that was hilarious :)

Bigj85 04-25-2009 09:59 AM

A few things I noticed about the extra variables you provided in your second post

This one used for highlighting the background
Code:

<if condition="$thread[toppost] == $post[postid]">background-color:#CCCCCC;</if>
also changes my private messages,I changed the messagearea with a blue background and it does the same thing to my pm message areas

Example

I fixed it for my board because I only use it for one thread by doing this
Code:

<if condition="$thread[toppost] == $post[postid] AND $thread[threadid] == 453">background-color:#375368;</if>
But you might wanna fix it for people who use it for more than I do

also the code to identify top rated post says
Code:

<if condition="$threadinfo[toppost] == $post[postid]">This is the top rated post!</code>
Shouldn't it say
Code:

<if condition="$thread[toppost] == $post[postid]">This is the top rated post!</if>
That's what worked for me but again it has to be changed or it shows in my private messages

Ted S 04-25-2009 03:41 PM

Thanks. I've been aware of these issues but lagged on updating the info post which has now been done.

tpearl5 04-26-2009 02:47 PM

Quote:

Originally Posted by Ted S (Post 1796462)
Nope. There's nothing missing... There's simply different code used. The reputation page pulls in other elements this script doesn't need to pull in and this script pulls in elements it doesn't to insure everything is working properly.

What you would need to do is identify the plugin area vBplaza is calling and add it to the script as is necessary.

I see - unfortunately it's hard to see how vbplaza hooks into things since everything is encoded.


All times are GMT. The time now is 06:35 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.01919 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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