I'm looking for a script that does something like this:
- An "admin page" that can add text to index.php like this:
Code: Select all
<div class="page">
<h2>XX1</h2>
<img src="XX2" border="0" alt="XX2" />
<ul>
<li><p><strong>When:</strong> Todays date</p>
<li><p><strong>What:</strong> XX3</p></li>
<li><p><strong>Where:</strong> <a href="XX4" target="_blank">XX5</a></p></li>
<li><p><strong>Rating:</strong> XX6</p></li>
<li><p><strong>How:</strong> IF CHOSEN - <a href="XX7" target="_blank">How</a></p></li>
Title: (where XX1 is)
Image: (where XX2 is)
When: (Todays date)
What: (where XX3 is)
Where: (where XX4 is) - Name: (where XX5 is)
Rating: (where XX6 is)
How: If something is chosen here, show the How-line. If not, don't show the line.
- Sorting options by Rating, When and What.