Firefox PHP

Module for rating posts

Posted by Mensler 
Re: Module for rating posts
August 29, 2006 02:28PM
I think I fixed this.
Please try it out.

--
Clemens Weiß
Webplain.de
Re: Module for rating posts
September 04, 2006 12:01PM
Quote
Mensler
{MESSAGES->mod_rating_value}

How do this in profile.tpl?
"PROFILE->mod_rating_value" don't work.



Edited 1 time(s). Last edit at 09/04/2006 12:02PM by loot.
Re: Module for rating posts
September 04, 2006 12:16PM
Quote
loot
How do this in profile.tpl?
"PROFILE->mod_rating_value" don't work.

See the snippet in the first post:

Quote
Mensler
If you'd like to show the indicator image on any user's profile, add the following code to profile.tpl:

{IF PROFILE->mod_rating_img}
  <tr>
    <td nowrap="nowrap">{LANG->mod_rating->UserRating}:&nbsp;</td>
    <td><img src="mods/rating/images/{PROFILE->mod_rating_img}.png" alt="{PROFILE->mod_rating_img_title}" title="{PROFILE->mod_rating_img_title}" /></td>
  </tr>
{/IF}

--
Clemens Weiß
Webplain.de
Re: Module for rating posts
September 05, 2006 01:19AM
not image, text like {MESSAGES->mod_rating_value} in read.tpl
Re: Module for rating posts
September 05, 2006 07:03AM
There's a new version in the first post that has the value in the profile.

--
Clemens Weiß
Webplain.de
Re: Module for rating posts
September 06, 2006 06:24AM
Great Thanks!
But now We have two value:
msg_rating (->mod_rating_value in read.tpl) & user_rating (->mod_rating_value in profile.tpl)
What if i want to unite use of these two values in read.tpl(to show and msg_rating and user_rating)?
Re: Module for rating posts
September 07, 2006 04:32PM
Hello Clemens,

I still have the problem with user password with this mod.
When someone vote on my thread my password is changed. :(

I touhgt that it was corrected with your new release.
Re: Module for rating posts
September 07, 2006 04:42PM
From the support chat: momo wasn't running the latest version of the mod. The latest version was installed and the problem could not be reproduced. We'll now await if this solved the problem.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce



Edited 1 time(s). Last edit at 09/07/2006 06:08PM by mmakaay.
Re: Module for rating posts
September 12, 2006 02:54PM
I installed this module at [dev.phorum.org] and it is throwing a bunch of PHP Notice errors. I am guessing you don't develop with Notices turned on.

I don't see a way to rate a post. I see the little image thing. I was not sure what it was at first. Is there something wrong with it on that install?

Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Module for rating posts
September 12, 2006 03:47PM
Quote
brianlmoon
I installed this module at [dev.phorum.org] and it is throwing a bunch of PHP Notice errors. I am guessing you don't develop with Notices turned on.

I think I fixed all notices now.
Why is the format hook called on the list page, by the way?

Quote

I don't see a way to rate a post. I see the little image thing. I was not sure what it was at first. Is there something wrong with it on that install?

No, I think it's correct. Of course you can't rate your own posts. On any other post you should see the rating icons under the message.

--
Clemens Weiß
Webplain.de
Sorry, only registered users may post in this forum.

Click here to login