Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 784
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

random topic list

Started by teos, January 14, 2013, 10:18:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

teos

smf 2.0.3  default theme curve simple portal 2.3.5

  I installed this mod.

http://custom.simplemachines.org/mods/index.php?mod=2273

function is :
ssi_randomPosts($num_recent, $exclude_boards, $include_boards, $output_method')

Can any soul guy help me to use this function in a php block ?
No knowledge of php in my case.

TinMan

You could just create a Custom PHP block and add:
ssi_randomPosts();
This should get it displaying for you.

teos

Thanks alot, it works  :applause:

  Basicly I want to exclude some topics from some categories, and indicate number of topics ...

can you help on that ?

TinMan

I'm not sure if you can exclude topics with that mod, but you should be able to exclude boards from categories if that is what you meant instead.

ssi_randomPosts(5, array(1,2,3));
Just edit as needed.  Where 5 is the number to display and 1, 2 and 3 are the board numbers to exclude.

teos

sorry for misquoting,  that is what I want, thanks alot ...

TinMan


Doyle33

#6
I have no idea about your topic.. But i try to get information about it.