 |
 |
 |
 |
#311271 - 08/13/06 01:53 PM
Need Help Finishing Custom Mod
|
Member
Registered: 02/20/03
Posts: 178
Loc: highspire, pa
|
In 2-3 weeks I want to launch a new shopping cart for my site, along with a means of reselling storefront & shopping cart services to my community from mywebsitetools.com service pkg. Ubb.c 6.7.2 - www.dragboatalley.comTo integrate these new services with my existing site, I want to a add a "Shops Index" script that's tied into to my standard tabs menu. So I swooped a copy of AA's [6.7] [beta] ubb.index v1.5 and laid out the main index page to look like the games mod http://dragboatalley.com/cgi-bin/dbashops.cgiUltimately, i got 2 types of "shops" to show up in here, with shop name & thumbnail image that links to a storefront (product list) page either embedded on my site, hosted on the service provider's site, or some other site. ( Demo Storefront ) So I'm looking for help to finish this script while I finish setting up the storefronts & informational portal pages that go with 'em. I need someone to do the real work of hooking this shell script up to a data file for the following requirements: - Add an admin-only page where i can view/add/edit/delete the list of shops
- Data file fields include: unique id, shop type (0 || 1), shop name, shop URL, image filename (thumb), activated/deactivated flag
- finish the main page to spin off the display of shops (just like games mod but using data file). Shops get listed in each column based on shop type field (0 = left column, 1 = right). plus handle multiple pages & only show me the 'activated' shops
- and sprinkle in a few wordlets for ease of long life cosmetics; Page Title, 2 Column Titles (shop types), location on disk of "shops" directory where thumbnail images be kept, etc.
Here's the shell script i put together so far: http://dragboatalley.com/shops/dbashops.txtLet me know if you have any questions, or contact me by PM or email to boards @ dragboatalley.com w/ price quote on the job if your interested. And fwiw - I'm more than happy to play test/debug/polisher monkey here if someone just wants to whip up a down 'n dirty quickie blind stab at this. Tks!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#311327 - 08/22/06 08:46 AM
Re: Need Help Finishing Custom Mod
[Re: AllenAyres]
|
Member
Registered: 02/20/03
Posts: 178
Loc: highspire, pa
|
thank you Allen for all your help, I'm nearly finished! Only major thing i have left is save handling on add new shop record to a datafile. But since I took the easy way out and split stuff into multiple datafiles for each page in my shopping mall index, and I control the number of pages in the index with a var in my wordlets file... I'm wondering how hard it is to have an html form where admin user can change the number of pages and update the wordlet var? I've been digging for an example somewhere of how to write out an update to a wordlet value but struck out 
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|