-
Logged In: YES
user_id=420260
Tables Definition:
Tablename: poll_system
Fields:
voteonce
loginrequired
comments
archive
showresults
style
Tablename: poll_questions
Fields:
pollID
question
expire
Tablename: poll_answers
Fields:
questionID
pollID
answer
answercount
Tablename: poll_questions_arch
Fields:
PollID
question
totalvotes
Tablename: poll_answers_arch...
2002-02-09 16:30:08 UTC in SiteBox - Web Portal System
-
Polling system options:
Vote Once (y/n) - will only allow one vote per user.
Uses cookies if login is not required
Login Required (y/n) - will require login for voting /
viewing results
Comments (y/n) - I plan to add the ability to make
comments on the poll simliar to slashdot.org
Archive (y/n) - allow users to view past polls
Show results during poll (y/n) - if no the...
2002-02-09 16:14:19 UTC in SiteBox - Web Portal System
-
Logged In: YES
user_id=420260
I think there is a parent field there linking the comment
to a news artical.. adding a boolean field called
commentpartent would work. If commentparent == false then
it's connected to a news artical and if == true it's
connected to a comment.
2002-02-09 15:55:35 UTC in SiteBox - Web Portal System
-
Logged In: YES
user_id=420260
A good way to do with would be add a field named priority
to the infoboxes table.
For the admin interface maybe either a listbox with "move
up" and "move down" buttons which can be done with
javascript, or for super compatibilty a list of the
infoboxes and a "move up" and "move down" link beside each
one.
2002-02-09 15:51:35 UTC in SiteBox - Web Portal System
-
Logged In: YES
user_id=420260
Need to edit core.php in the sitebox home directory and
remove the docookie("admin"...);'s
Also changing the docookie method to return false
if "admin" is sent to the method.
2002-02-09 15:30:57 UTC in SiteBox - Web Portal System
-
If you have a lot of extra pages it can be confusing
if they are all in one long list.
2002-02-09 15:28:09 UTC in SiteBox - Web Portal System
-
Comment moderation and displaying comments based on
their moderated score.
2002-02-09 15:27:37 UTC in SiteBox - Web Portal System
-
The ability to edit/delete comments that have been
posted. Plus restrict comments to registered users
etc.
2002-02-09 15:26:27 UTC in SiteBox - Web Portal System
-
Curently no HTML is allowed. Allow some HTML to be
used.
2002-02-09 15:25:51 UTC in SiteBox - Web Portal System
-
Need something better than a flat comment structure.
So you can reply to specific comments.
2002-02-09 15:25:17 UTC in SiteBox - Web Portal System