News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Rate That Topic

Started by slinouille, August 20, 2008, 02:57:44 PM

Previous topic - Next topic

slinouille

Link to Mod

Rate That Topic

This mod gives the users the ability to rate topics. Here are the features noted in a detailed way:

  • An ultimate admin panel allows you to set every possible setting for the mod
  • A settings to completely disable the feature
  • Ability to disable or set the values and exclude groups for each board
  • Supports both "Default" and "Local" setting for each board
  • Feature to reset the topic ratings
  • Ability to show ratings on message index
  • "Do not show sticky topic ratings" feature
  • Rating log feature feature
  • Rate again and Change rate features
-[SiNaN]

Fix for "unable to load the 'rateadmin' template" error:

../Sources/RateAdmin.php

Find:

   loadTemplate('rateadmin');

Replace:

   loadTemplate('RateAdmin');


RateThatTopic v2.2.0
By Slinouille



Introduction
This mod gives the users the ability to rate topics.
This mod has been initialy created by Blue Dream for SMF1.1.7. For more details see mode page.
This version is the take over for SMF2.0b4.

Features
o Ability to enable or disable the mod
o Ability to show ratings on message index
o Ability to authorize the mod by board
o Rate again feature
o User friendly way of rating
o Sort by ratings in board view
o Admin can select a delay during which use can't re-rate
o Topic author can't rate his/hers own topic

Installation
Simply install the package to install this modification on the SMF Default Core theme.
Manual edits will be required for other themes.

This mod is compatible with SMF 2.0 Beta 4 Public and above only.

Support
Please use the modification thread for support with this modification.

Changelog
2.2.0 - 05th May 2008
o Added: customizable delay before re-rating

2.1.11 - 25th April 2008
o Added: topic author can't rate
o Bug correction: Database installation log errors

2.1.10 - 23th April 2009
o Correction of a bug when sorting by rating. Thanks to Tanks ;)

2.1.9 - 23th April 2009
o Correction of a bug in TableInstall script. Thanks to Tanks ;)

2.1.8 - 23th March 2009
o Corrected and optimized database installation and update

2.1.7 - 16th February 2009
o Add rating "floating stars" behavior
o Average rate is now a floating number (stars are also "floating")
o Correction of css bug in IE
o Correction of undefined index in error log

2.1.x - February 2009
o Debuging releases for full compliance with SMF2RC1

2.1.0 - 27th December 2008
o Initial release
Visit VAG-Technique.fr
Take a look to my mods

NeoXII

#1
Hy!! Great mod and idea!!!

But excuse me, where can I found the admin panel after installation?

Whit Firefox and Default theme I can found it  :(  and with IE in admin, Board setting crash...

Thank You very much!

[SiNaN]

Welcome NeoXII. :)

Thanks for the comment. Actually mod doesn't make a change in Boards are in Admin CP. So I have no idea what could be causing that. Do you have an error message displayed?

What is the default language of your forum?
Former SMF Core Developer | My Mods | SimplePortal

Nathaniel

Nice Mod [SiNaN], this is a useful feature which I have seen in vBulletin. :)

Now, if only there was a SMF 2 Beta version....... ;)
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

Tanks

would be so cool if this was also for SMF 2b :) Thanks anyway :)

jordanid

hey
thank you for the great mod
i installed it , worked 100% fine
but when i rated the topic
i got this problem
"Unable to load the 'rateadmin' template. "
would be very glad if you could help out .

thanks in advance
Essa

Nathaniel

[SiNaN],
Looks like popular demand says that you should port this mod for SMF 2 Beta. :D
I can do it if you really don't want too. ;)
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

[SiNaN]

jordanid:

I'm not sure about the error. Can you provide me a test account so that I can see the error myself?

LHVWB:

If we finish the mod that we are currently working on, why not?



Former SMF Core Developer | My Mods | SimplePortal

Nathaniel

We are going to finish Simple Portal? I thought that is was an ongoing project! :P

Anyway, sorry for bringing this thread off topic. Won't happen again... ;)
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

NeoXII

#9
Hi [SiNaN]!  ;)

OK the problem is the default language..... how can I use rate topic with italian and an other Themes?

The problem  "Unable to load the 'rateadmin' template. " appear when you clik on stars in the topic.

Thank you very much [SiNaN]!!

Bye  :)

P.s: It's possibile set the time to change rating?



[SiNaN]

I think I got the error.

In some servers, files are case-sensitive. Let's try this:

../Sources/RateAdmin.php

Find:

loadTemplate('rateadmin');

Replace:

loadTemplate('RateAdmin');

But note that, when you click on those stars, you will see the rate log. If you want to rate, you select your rate from the select box at the right, and click "Go!".
Former SMF Core Developer | My Mods | SimplePortal

BOS4O

cant see changes in the admin panel..
i am with the english language
i modified my theme but nothing..
it not works with the default theme either
this is my forum http://lfs-bg.net/
i deleted the mod temporally :)

Sudhakar Arjunan

Good Mod Author.

I have installed the mod and found that its taking some board tables width.

But the settings were too good and too easy.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

[SiNaN]

BOS4O:

If your theme has its own Modifications.english.php file, you should make the language file edits in that file too.

asudhakar:

You can disable the stars on the Message Index if you want.
Former SMF Core Developer | My Mods | SimplePortal

BuЯЯЯЯaK


BOS4O

[SiNaN]

in the default template is not working too
i made all modifications on my template and is not working

[SiNaN]

Can you see the Admin Panel of the mod?
Former SMF Core Developer | My Mods | SimplePortal

BOS4O

no... i was searching it in the admin panel but i cant find it

Adish - (F.L.A.M.E.R)

any manual edits ? I cannot get this right...

Rafferty

Sinan I'm receiving the same error on clicking the stars "Unable to load rateadmin Template"

I have checked the source code you suggested and this is OK.
Don't Follow me I got No Idea what I'm Doing

Advertisement: