Hi,
I have used the EE Core version for about 6 months now, and Im extremely impressed with the CMS. But I have one problem, and therefore I now consider to upgrade to a personal license.
I have tried to create a link-directory for a long time, but with bad luck. I want to create a place where users can submit links and browse links by categories. Users must be able to post links without being a member of my site.
So I’m thinking, I want to create “dummy-posts” and call them something like “News”, “Sports” and so on. I then want to use these post as categories, and let users comment on these. But to make posting easy, I want all my “dummy-posts” to appear in a drop-down list in the comment form. And then the user can choose wich post, or category, he or she will post into.
Is this possible? I have read a bit about the query-module, so I wonder if its possible to do this with this module? Something like this? (I’m not good with SQL..)
<select>
{exp:query sql="SELECT * FROM exp_weblog_titles"}
<option>{title}</option>
{/exp:query}
</select>Or is there any other way I can do this?
By the way, I know this is easy to do if my guest are members and logged in. But if I can allow unregistered guests to post, I will give it a try! 😉