Support Forum

Display Post Rating on post overview

RP Rasmus Max Petersen
Rasmus Max Petersen
Member

Hey guys

I’ve checked the codex, but couldn’t find much info for this plugin. I installed the “Post Rating” plugin, which works absolutely like a charm on my site.

I have a question though. I would want to display the “Post Rating” on the post overview of each forum, so that the rating is visible to my users, even before they click on a thread. 

Is that possible?

8 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yes. you can use the template function:

sp_TopicIndexRating()

to display the topic rating on the forum view page…

MP Mr Papa
Mr Papa
Member

yes. you can use the template function:

sp_TopicIndexRating()

to display the topic rating on the forum view page…

RP Rasmus Max Petersen
Rasmus Max Petersen
Member

Hmmm…

When i look in spForumView.php, i have located the following:

sp_ColumnStart(‘tagClass=spColumnSection spRight&width=14%&height=50px’);

sp_TopicIndexPostCount(‘tagClass=spInRowCount’, __sp(‘Posts’));

sp_TopicIndexViewCount(‘tagClass=spInRowCount’, __sp(‘Views’));

sp_TopicIndexStatusIcons(‘tagClass=spStatusIcon spCenter’, __sp(‘This topic is locked’), __sp(‘This topic is pinned’), __sp(‘This topic has unread posts’));

if (function_exists(‘sp_TopicIndexRating’)) sp_TopicIndexRating(‘tagClass=spTopicRating spCenter’);

sp_ColumnEnd();

Bear in mind that you are dealing with a coding imbecile here, but shouldn’t the:

“if (function_exists(‘sp_TopicIndexRating’)) sp_TopicIndexRating(‘tagClass=spTopicRating spCenter’);”

make the index rating show?

I have this post which has 1 rating:

http://www.ndroid.dk/forum/opsaetning-tilpasning/vis-os-din-homescreen/

But when i look in the forum overview, no stars are displayed:

http://www.ndroid.dk/forum/opsaetning-tilpasning/

YS Yellow Swordfish
Yellow Swordfish
Member

Yes – that should work and looking at the code briefly I see no reason why it shouldn’t.
I will set up some proper test data here and see if I can find anything wrong.

YS Yellow Swordfish
Yellow Swordfish
Member

OK – there is definitely something screwy going on in that function I am sorry to say.

I am opening a bug ticket to get it looked at more closely.

MP Mr Papa
Mr Papa
Member

eh, this was broke recently…  have fixed it up tonight and see about getting an update out this weekend…  apologies…

RP Rasmus Max Petersen
Rasmus Max Petersen
Member

Hey

V. 1.2.1. fixed the problem like a charm. Thank you for the quick response on this!

– Rasmus