Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin | Random Content Display
#1
Simple Random Plugin 1.2
This plugin allows the display of randomised content within your template. Add's a 'Random Content' tab to the admin section for you to enter your random content whatever it may be. This plugin should allow for almost anything including <img> tags, flash files essentially anything although it was made for text.

Update 1.2:
- Menu item now activates when on the random page (yay)

Update 1.1:
- Removed 'sample display code from creation section
- Fixed bug in error checking duing meta file creation

Usage:
1. Extract folder and place all files into /plugin/ folder.
2. Refresh page to install new admin page, and copy sample xml files into data/other
3. Go to 'settings' page to enter the number of random quotes you would like to have as a maximum (will be made redundant in version 2)
4. Go to "Random Content' and enter the title and description of your content. Just ignore one of the fields if you only want a single piece of content displaying as it will print whatever you enter.
5. Place the following code into your template:

Code:
<?php
if(function_exists("simple_random_display")) {
  simple_random_display("2");
}
?>

Option: The '2' allows you select the order of the comments display.
1: title, then description
2: description, then title

-- I may expand on option displays in the future. (including only showing one)

-----------------------------------------------------------------------------------------------
Please note i do not guarentee 100% perfection, but please do let me know if theres any obvious bugs and i'll see what i can do.
Nothing is too difficult... anything is possible.
'But you tried, and you failed.. the important thing? never try'
Reply


Messages In This Thread
Plugin | Random Content Display - by crashfellow - 2010-03-07, 21:42:46
Plugin | Random Content Display - by n00dles101 - 2010-03-08, 06:43:15
Plugin | Random Content Display - by crashfellow - 2010-03-08, 08:15:38
Plugin | Random Content Display - by juliancc - 2010-03-15, 02:54:21
Plugin | Random Content Display - by Razzia - 2010-03-28, 13:47:56
Plugin | Random Content Display - by Razzia - 2010-03-28, 21:32:14
Plugin | Random Content Display - by Razzia - 2010-03-29, 06:41:10
Plugin | Random Content Display - by homershines - 2010-09-27, 03:01:39
Plugin | Random Content Display - by Oleg06 - 2010-12-22, 01:29:29
Plugin | Random Content Display - by andyash - 2011-06-15, 19:45:07
Plugin | Random Content Display - by Oleg06 - 2011-08-22, 03:10:11
Plugin | Random Content Display - by Oleg06 - 2011-08-22, 03:27:56
Plugin | Random Content Display - by Oleg06 - 2011-08-22, 04:56:26
Plugin | Random Content Display - by Carlos - 2011-08-22, 05:48:08
Plugin | Random Content Display - by crashfellow - 2011-08-22, 08:38:57
Plugin | Random Content Display - by Oleg06 - 2011-08-23, 03:37:38



Users browsing this thread: 1 Guest(s)