Support Forum
So I'm still getting use to the latest version and admittedly I haven't used Simple:Press in some time. I realized that in order to get many of the advanced features I wanted I was going to have to shell out some money, so I did.
I really enjoy this board and this is coming from someone who was using vB2.x, WBB2.x and so on. I love making forums.
ANYWAY... one feature I was looking for has gotten past me. I'm wondering how do I make a "hottest forum topics" widget similar to the one they have on this site.
Thank you
Of all the things I've lost I miss my mind the most...
the hottest topics is in the template tags plugin... grab it from the download page... its not a widget, but a template tag or a shortcode...
Visit Cruise Talk Central and Mr Papa's World
Yeah but it's much more user-friendly than pretty much any other board I've used, too. The WP integration and the fact that I can more or less customize the look in a similar fashion makes it much more appealing, to me at least.
So my next dumb question... where can I find a list of the template tags I can use?
I only ask because I've looked around (briefly anyway) and didn't see any.
edited:::
I'm still a bit of a newb at coding so I know I'm doing this. I got to looking around in the plugin's main file and added this to my widget (I'm using exec php to run php code in a text widget).
sp_hot_topics (wrapped in php)
But it's not doing anything so what am I missing?
Of all the things I've lost I miss my mind the most...
the start of codex help: http://codex.simple-press.com/.....late-tags/
really needs more work... we are working the codex but slow going...
but best place to look is at the bottom of the template tags plugin main file... everything after:
# ==========================================================
# Simple Links
# ==========================================================
is a template tag or shortcode...
if you have exec php, then template tags are fine.. or shortcodes if you dont want to use php...
then when you find an interesting tag, look in the library at the specific file for the options...
and dont hesitate to ask here either...
what did you add??? seems stripped out... when pasting code, paste in the code, highlight it and then use the code button and select php... code button is the one that looks like ${}
Visit Cruise Talk Central and Mr Papa's World
I don't see the code button you had mentioned.
sp_HotTopicsTag (this wrtapped in PHP)
and I tried
sp_hot_topics
edited:
now I'm trying something like this:
sf_latest_posts(5);
and getting this:
Fatal error: Call to undefined function sf_latest_posts() in /problem-with-post-edit-buttonome/username/public_html/addondomain.com/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code on line 1
But I partly wonder if I'm using depreciated code?
Of all the things I've lost I miss my mind the most...
Visit Cruise Talk Central and Mr Papa's World
whoops... hit submit too quick...
you want:
<?php sp_HotTopicsTag(); ?>
to use the default options
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)