MyBB Community Forums

Full Version: Thumbs Post Rating 1.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@Jonatthu: appreciate the detail, but how is it relevant what Strawberry Perl or what FTP server you have?

Paste the error instead, and first check the post above yours - replacing "TYPE" with "ENGINE" might just solve your problem.
danv I did it, but this error displays later in the index of my forum:


Han ocurrido los siguientes errores:
Warning [2] Illegal string offset 'pid' - Line: 250 - File: C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php PHP 5.4.7 (WINNT)
File	Line	Function
C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php	250	errorHandler->error
C:\xampp\htdocs\foro\inc\class_plugins.php	101	tpr_box
C:\xampp\htdocs\foro\global.php	101	pluginSystem->run_hooks
C:\xampp\htdocs\foro\index.php	18	require_once
Warning [2] Illegal string offset 'uid' - Line: 251 - File: C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php PHP 5.4.7 (WINNT)
File	Line	Function
C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php	251	errorHandler->error
C:\xampp\htdocs\foro\inc\class_plugins.php	101	tpr_box
C:\xampp\htdocs\foro\global.php	101	pluginSystem->run_hooks
C:\xampp\htdocs\foro\index.php	18	require_once
Warning [2] Illegal string offset 'fid' - Line: 254 - File: C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php PHP 5.4.7 (WINNT)
File	Line	Function
C:\xampp\htdocs\foro\inc\plugins\thumbspostrating.php	254	errorHandler->error
C:\xampp\htdocs\foro\inc\class_plugins.php	101	tpr_box
C:\xampp\htdocs\foro\global.php	101	pluginSystem->run_hooks
C:\xampp\htdocs\foro\index.php	18	require_once

hi
how to display it in the forum display in place of rating?
What's the template file for this? I need to change the "Look" of the plugin and I can't find it anywhere. I moved my plugin underneath my postbit but I'm trying to edit the look of it. "{$post['tprdsp']}" <--??? Where is that template or is it inside the PHP? I thought it would be in its own template.
This plugin would be better if the ratings were counted on the user's profile.
Fatal error: Cannot redeclare find_replace_templatesets() in /home/joicahbd/public_html/forum/inc/adminfunctions_templates.php on line 22
Getting this error when I am trying to activate the plugin...
Can you help me with this please?

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 8
Query:
CREATE TABLE IF NOT EXISTS mydeal_thumbspostrating ( id INT UNSIGNED NOT NULL AUTO_INCREMENT , pid INT NOT NULL , uid INT NOT NULL , thumbsup INT NOT NULL , thumbsdown INT NOT NULL , PRIMARY KEY ( id ) ) TYPE = MYISAM ;
Please contact the MyBB Group for support.

Also can it be integrated with New Points plugin , it would have been awesome then Smile

Resolved the issue...
Attached the php file with changes..

Now what I would like to ask is can we have this only for first post?
Thanks for this great plugin
I have a few questions
How Like and dislike of the record?

Like how much the user has received
What has received much dislike
Like how much is
How much has Dislike

Is there a way to display this information in the post bit?
(2014-07-08, 01:29 PM)MR.SASHA Wrote: [ -> ]Thanks for this great plugin
I have a few questions
How Like and dislike of the record?

Like how much the user has received
What has received much dislike
Like how much is
How much has Dislike

Is there a way to display this information in the post bit?

Hi, currently there is now way to show. May consider it in the next release.

p/s: Will update the plugin in near future Smile
(2014-07-14, 05:39 AM)tyyew Wrote: [ -> ]
(2014-07-08, 01:29 PM)MR.SASHA Wrote: [ -> ]Thanks for this great plugin
I have a few questions
How Like and dislike of the record?

Like how much the user has received
What has received much dislike
Like how much is
How much has Dislike

Is there a way to display this information in the post bit?

Hi, currently there is now way to show. May consider it in the next release.

p/s: Will update the plugin in near future Smile

Thanks
We hope this section will be added in a future release
This section will be very efficient and attractive

We're looking forward to the new version ....
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15