|
Table
Oct 15, 2011 23:03:06 GMT -8
Post by Streamstrider on Oct 15, 2011 23:03:06 GMT -8
Alrighty, so here's one I thought would be very useful, or some version of it. Don't even know if it's possible, but that's why I'm coming to you, right?
The idea is to have a table which would have a section at the bottom where users could post the "Thread Name", a "Link" to the thread, and the "Thread Starter". Submitting this information would place it in the table, at the top of the list, with the "Thread Name" linking to the page the link referred to, and the "Thread Starter" name to the side in brackets (ex. [Thread Starter: Bob]).
The table could show the last ten submissions and hide the rest. I don't know if you could add a function that would remove items after a certain time period, but if not, maybe older submissions could be manually removed in-code, or better yet, have an 'x' beside each link that the admin could see and use to remove old entries. (A link below the last entry in the table could state "Show Older Entries" or something to that effect, and if clicked on, could perhaps expand the table to show ten more entries, and so on and so forth.)
Again, dunno if it's possible, but I could see it being quite useful.
|
|
|
Table
Oct 16, 2011 8:27:29 GMT -8
Post by Wormopolis on Oct 16, 2011 8:27:29 GMT -8
you are basically talking about a shoutbox, but with the restriction that they only ever post links to threads?[MÜD:worried]
|
|
|
Table
Oct 16, 2011 17:13:03 GMT -8
Post by Streamstrider on Oct 16, 2011 17:13:03 GMT -8
Essentially, I guess that's what I'm thinking, only with the specified format rather than the general c-box thing. It's not a chat widget or anything. XD
|
|
|
Table
Nov 1, 2011 16:38:24 GMT -8
Post by Streamstrider on Nov 1, 2011 16:38:24 GMT -8
|
|
|
Table
Nov 1, 2011 18:41:30 GMT -8
Post by Wormopolis on Nov 1, 2011 18:41:30 GMT -8
the problem lies in storage. where would you store what they type in? unless its in a post somewhere. you rely on external storage. codes that utilize external storage have to processed via PHP or python or similar. Im not smart enough to program in those languages. you would also need somewhere to HOST the data storage.
|
|
|
Post by Streamstrider on Nov 1, 2011 22:23:54 GMT -8
The submitted information could just be submitted into the table, in whichever header or footer the table exists. If it would be simpler, I can manually remove old submissions from the table when I wish to. Does that help, or did I completely miss the point? XD
|
|
|
Table
Nov 1, 2011 23:14:42 GMT -8
Post by Wormopolis on Nov 1, 2011 23:14:42 GMT -8
maybe I misunderstood. I thought you wanted members to be able to add into the list?
|
|
|
Table
Nov 2, 2011 1:17:54 GMT -8
Post by Streamstrider on Nov 2, 2011 1:17:54 GMT -8
I was hoping to have something that would allow members to submit data into the table, such as a Link, the title of the Thread, and the thread Creator. The data would just remain in the table until I removed it.
|
|
|
Table
Nov 2, 2011 15:00:36 GMT -8
Post by Wormopolis on Nov 2, 2011 15:00:36 GMT -8
so I understood correctly. you would need a place to store data. the closest you can come to that without using external storage, would be to use a thread.
|
|
|
Post by Streamstrider on Nov 2, 2011 18:47:18 GMT -8
So the information CAN'T be stored in the table itself? (just trying to make sure I myself understand)
|
|
|
Table
Nov 3, 2011 16:55:39 GMT -8
Post by Wormopolis on Nov 3, 2011 16:55:39 GMT -8
not unless you want to give every member access to headers and footers in order to store new data in the h/f
|
|
|
Table
Nov 4, 2011 17:43:58 GMT -8
Post by Streamstrider on Nov 4, 2011 17:43:58 GMT -8
I see. How does storing in a thread work?
|
|
|
Table
Nov 4, 2011 22:28:32 GMT -8
Post by Wormopolis on Nov 4, 2011 22:28:32 GMT -8
they make a post and it gets turned into one box.. similar to how my automerge code works. but thinking about it.. that might not work unless you were diligent enough to delete the first post everytime someone got it past 10 posts in the thread.
|
|
|
Table
Nov 6, 2011 0:45:07 GMT -8
Post by Streamstrider on Nov 6, 2011 0:45:07 GMT -8
True. I think we can put this on hold for now. Thanks for the help, Wormo!
|
|