Name: SSI_Enhancements (recentPoll & New recentTopics)
For: YSE 1.5.1Final
Mod Version: 1.5
Info:
This mod is made for showing the latest or a certain poll in your forum. Options for the poll can be found at the beginning of the SSI.php.
This mod is made to enhance the current recentTopics() function in SSI.php. By using this mod, you will be able to edit the recentTopics look according what you like via a template file, like News.php.
The .mod files are made for YaBB SE 1.5.x
For other YSE versions, check the installation instruction in readme.txt. (just copy and paste the whole recentTopics() function.
Read the readme.txt file or go to the demo site for include instructions!Open the sample template to check the available variables.
Demo:
..::
PHP Version ::
SHTML Version ::..
..:: Download mod file ::..use with
BoardMod for faster edit
Changelogs:• New in v1.5:
- recentpoll now not showing hidden boards unless the user has the permission
• New in v1.4:
- compliant with 1.5.1 bug/security fix
• New in v1.3:
- included 1.5.1final version
- fixed poll width not showing properly
• New in v1.2:
- fixed recentTopics function call
- made recentPoll function
• New in v1.1:
- works for .shtml (read the readme.txt file for instructions)
- "MOVED:" topics are no longer shown
- topic duplicates are no longer shown (thx to Joseph Fung for the code)
FAQ:
• How to use the new recentTopics?
Same as in the previous versions, only you need to add the template filename that you want to use, example:
<?php recentTopics("template1.php"); ?> (.php)
or:
<!--#include virtual="SSI.php?function=recentTopics&template=rTopics_template.php" --> (.shtml)