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)

Ted S 09-20-2011 08:47 PM

Quote:

Originally Posted by 11133 (Post 2248317)
ive installed and i dont see anywhere the buttons
even on default template, whats wrong, i put not to manyally change template

i use 3.8.2

Did you enable it in any forums?

maki_69 09-20-2011 11:04 PM

Hello Ted S,
Can You help me with editing template?
I want move buttons from current position to the right from post title (inline title) like on this screen:
https://vborg.vbsupport.ru/external/2011/09/29.jpg

Ted S 09-21-2011 12:10 AM

Quote:

Originally Posted by maki_69 (Post 2248395)
Hello Ted S,
Can You help me with editing template?
I want move buttons from current position to the right from post title (inline title) like on this screen:

You will need to use the manual placement option as explained in the install file and place the call in your postbit_legacy template.

As far as aligning it, that can be done with css or a table.

11133 09-21-2011 06:56 AM

yes its fine now, sorry for that
now i get error
when i click
Warning: curl_setopt() [function.curl-setopt]: Invalid curl configuration option in [path]/helpfulanswers.php on line 434

on 434 its
curl_setopt($curlHandle, CURLOPT_MUTE, 1); // dont show output

Ted S 09-21-2011 07:13 AM

Quote:

Originally Posted by 11133 (Post 2248472)
yes its fine now, sorry for that
now i get error
when i click
Warning: curl_setopt() [function.curl-setopt]: Invalid curl configuration option in [path]/helpfulanswers.php on line 434

on 434 its
curl_setopt($curlHandle, CURLOPT_MUTE, 1); // dont show output

Disable the anonymous reporting option.

Simon Lloyd 09-21-2011 08:05 AM

Quote:

Originally Posted by Ted S (Post 2248479)
Disable the anonymous reporting option.

Hi Ted, i know it's in the installtion file AND in the mod but maybe the mod description needs an edit with a big "If you don't have cURL enabled on your forum do not use the reporting option!", as i've seen you answer this question (and i have done a few times) time and time again :)

11133 09-21-2011 09:14 AM

thanks and one question, couse im lost
i wanna to integrate with reputation system

user when give reputation give +1
how to make this also +1 point

Partial (Weighted) Score here to be 100% or

Ted S 09-21-2011 03:29 PM

Quote:

Originally Posted by Simon Lloyd (Post 2248486)
Hi Ted, i know it's in the installtion file AND in the mod but maybe the mod description needs an edit with a big "If you don't have cURL enabled on your forum do not use the reporting option!", as i've seen you answer this question (and i have done a few times) time and time again :)

Actually I just need to fix a few lines of code so the cURL option is better checked. Soon soon...

Simon Lloyd 09-21-2011 03:43 PM

Quote:

Originally Posted by Ted S (Post 2248643)
Actually I just need to fix a few lines of code so the cURL option is better checked. Soon soon...

How about checking for cURL...etc and then either hiding the selection if its not or making it unselectable?
PHP Code:

<?php
echo 'Curl: 'function_exists('curl_version') ? 'Enabled' 'Disabled' '
file_get_contents: '
file_get_contents(__FILE__) ? 'Enabled' 'Disabled';
?>


Ted S 09-21-2011 04:40 PM

Quote:

Originally Posted by Simon Lloyd (Post 2248647)
How about checking for cURL...etc and then either hiding the selection if its not or making it unselectable?
PHP Code:

<?php
echo 'Curl: 'function_exists('curl_version') ? 'Enabled' 'Disabled' '
file_get_contents: '
file_get_contents(__FILE__) ? 'Enabled' 'Disabled';
?>


The function_exists deal is about dead on... there's also a few tweaks in the actual cURL request which cause errors for some newer versions. In my other scripts I've solved this and just need an excuse to update HA to bring it in.


All times are GMT. The time now is 09:22 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.02760 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_php_printable
  • (7)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