Author |
Message |
joatmon
New Member


Joined: Apr 07, 2008
Posts: 3
|
Posted:
Wed Nov 25, 2009 12:37 am |
|
I have a client that uses raven nuke ( rn2.30.02 )
and posts images frequently on slide.com .
I am in need of a simple module (sort of like the FAQ module ) .
I have tried to copy & edit the Faq module as in the guide(php-nuke how to)
but keep coming up with error's and discomboulated results when im finished ..
All I need is a simple Module to list entry's and upon clicking said entry description shows the content ,
with a admin panel to allow for add / edit / delete & how many entry's to show (# of entries shown optional)
The end goal :
Public :
To view a list of entries ( by desciption / date )
and upon clicking view slide show with a navigation link to view others
Admin Panel :
To be able to add edit & delete entries
(Basically enter description , Date , location & the embed code from slide.com )
Does a basic module like this already exist that I can build upon ?
Is there a module in existance based on slide.com ?
Could some one throw a dog a bone here ?
(sql table(s) structure would be like id, desciption, date, location, embedcode, notes)
Thanks in advance ! |
|
|
|
 |
Dawg
RavenNuke(tm) Development Team

Joined: Nov 07, 2003
Posts: 928
|
Posted:
Wed Nov 25, 2009 6:44 am |
|
Does slide have an RSS feed?
If so that would do alot of what you are talking about.
Dawg |
|
|
|
 |
joatmon

|
Posted:
Wed Nov 25, 2009 10:06 am |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Wed Nov 25, 2009 11:41 am |
|
I have a feeling you may need a custom module built and therefore you might want to post in the For Hire forum. |
|
|
|
 |
joatmon

|
Posted:
Wed Nov 25, 2009 12:27 pm |
|
Its such a basic thing though . i just lack the knowledge of the whole nuke intergration to do it. ive done it with basic stand alone php pages , and the whole project idea is somthing that could be used in a wide variety of uses since its just basically a add / edit & delete form with a split for public viewing / back end administration section.
Perhaps some one should make a form generator module for nuke to create your own custom content using database queries ? |
|
|
|
 |
Dawg

|
Posted:
Wed Nov 25, 2009 4:37 pm |
|
Doing the intergration is the easy part. If there was an RSS feed...it would be much easier to do import...parse and display.
Write what you want in stand alone and we can help you with the intergration.
Dawg |
|
|
|
 |
nuken
RavenNuke(tm) Development Team

Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Wed Nov 25, 2009 9:13 pm |
|
Slide gives you code to embed your slide shows in webpages. Its a flash widget. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
nuken

|
Posted:
Wed Nov 25, 2009 9:56 pm |
|
You should be able to just paste that code inside any of the many available HTML Modules for nuke. |
|
|
|
 |
|