Hi,
I have a small javascript that basically displays at random a text/html advert feed from my server.
I would like to expand on the script with the following:
I would like to integrate the javascript into a website with a few more additions.
I already have the website and admin areas created, I just need the coding done on 2 pages.
Basically, I would like in MY admin area(please see attached file, advert_feeds_myadmin/admin/settings.php), the ability to add
the data from that page into a database, this can be MySQL or whatever is suited best.
The data includes:the ability to add a new category, new feed content (a text area), assigning the new feed content to a chosen
category, the position of the feed (1 placed at top of page, higher numbers lower down), and a ‘recommended’ check box (when
‘Recommended’ is checked, the feed will ALSO be added to the ‘Recommended’ category)
Below the ‘add new feed content’ it should display existing content that has already been added and have the ability to edit it.
That’s all for MY admin area, more details are in the attached files.
In the USERS admin area, I need to be able to display the feeds for a category that I added in MY admin(please see attached file,
advert_feeds/admin/settings.php). There are also more details in the attached files.
The feeds may increase by quite a few, so page numbers will be needed after 10 are displayed.
When a user checks the tick box to ‘include this feed’, all the feeds that the user selects, on all pages, will then be added to
their javascript to display at random.This javascript will be generated on the same page for the users to simply copy.
The maximum amount of ads to be displayed at any one time can also be selected.
So if a user has 10 ads checked from the list and sets the maximum number to 2, then generates their code, that code will
randomly display those 10 ads, but only displaying a maximum of 2 at any one time.
Regards,
Dave.