Support Forum
Hi, i use "Post Rating" plugin and everything is fine.
But i have question 🙂
Is there possibility to :
- show chart of user with top rated comments?
- show chart of top rated comments?
- highlighting of top rated comments (for example +5 and more...)
- anything else...
Thank you for any answer 🙂
charts? no, we dont create any graphs or plots...
but there are a couple of template tags you can use:
sp_rating_highest_rated_posts_tag()
sp_rating_most_rated_posts_tag()
to display highest and most rated posts...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
charts? no, we dont create any graphs or plots...but there are a couple of template tags you can use:
sp_rating_highest_rated_posts_tag()
sp_rating_most_rated_posts_tag()
to display highest and most rated posts...
Yes, that is what i mean.
Can you please wrote template how to make something like a "Hottest Forum Topics" on your forum?
And how to correct wrote this?:
<?sp_rating_most_rated_posts_tag(); ?>
Sorry, I looked in codex page, but without any progres 🙁
the Hottest Topics like here has nothing to do with post ratings... Its all about which topics are getting the most new posts within a specified window... eh, a formula is used..
but its in the template tags plugin... the tag is:
sp_HotTopicsTag();
or if you prefer, the shortcode is:
[sp_HotTopicsShortcode]
please see the template tags plugin library and the actual tag file for the arguments you can use to control the display until we get the codex fully up to snuff...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
the Hottest Topics like here has nothing to do with post ratings... Its all about which topics are getting the most new posts within a specified window... eh, a formula is used..but its in the template tags plugin... the tag is:
sp_HotTopicsTag()
or if you prefer, the shortcode is:
[sp_HotTopicsShortcode]
please see the template tags plugin library and the actual tag file for the arguments you can use to control the display until we get the codex fully up to snuff...
Hi,
i saw template tag library, but i don't understand, how to write correct code in my web. I´m PHP "dummy" 🙁 Can you please write one example (with all the bracket), how to write Hot topic section?
Thank you!
well, I dont know where its being used, so can only guess... I did tell you in post #4 how to use... but if its in an html segment, then it would be:
<?php sp_HotTopicsTag(); ?>
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
well, I dont know where its being used, so can only guess... I did tell you in post #4 how to use... but if its in an html segment, then it would be:<?php sp_HotTopicsTag(); ?>
I want to make "Hottest Forum Topics" section on same place like on your forum 🙂 Can you write full piece of code and place where i will put this code please?
Thank you!
again, I already did...
<?php sp_HotTopicsTag(); ?>
I cannot tell you where as you put it where you want it to display...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
again, I already did...<?php sp_HotTopicsTag(); ?>
I cannot tell you where as you put it where you want it to display...
Sorry for my inaccurate (my english is not the best:)),
i would like same list like your "Hottest Forum Topics" on position where i have on my forum "Most Users Ever Online" and "Currently Online". This information (Most Users... ad Currently online) i would like put off and replace there with "Hottest Forum Topics".
Can you write what i should do?
Thank you.
not sure what you really want to do... you want it under the current forum stats? might look a bit odd there since so much width, but you can try...
you have to edit your sp theme and add in the call... be sure to make your own theme first: http://codex.simple-press.com/.....g-a-theme/
then in your sp theme, in the template files directory, edit the spFoot.php file... after these lines:
sp_AdminsList('tagClass=spLeft spAdministrators', 'Administrators: '); sp_SectionEnd('tagClass=spClear', 'stats');
add in this line:
sp_HotTopicsTag();
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)