Posted by ryanishungry on December 14, 2009 at 5:11pm
Jump to:
| Project: | ArrayShift |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
we've been using Stack Overflow for a few months over at http://videowtf.com and a huge downfall is that Stack OVerflow doesn't have email notifications or RSS feeds enabled. these are pretty key features to keep a community informed on what is happening on the site and if your question has been answered etc. just wondering if these things will be implemented on Array Shift and how soon. We're so excited to use this! thanks y'all.
p.s. i tried posting this on http://array-shift.com, but got the error "Tags field is required." even though i had tags and was signed in. thanks.
Comments
#1
Thanks for your interest, Ryan.
Right now, ArrayShift is in a very early state. The basic structure of it is working nicely -- tags, views, questions, etc. Views tweaks and other modifications could definitely make it possible to build out more features (adding an RSS feed is pretty easy, for example, using Views) but I have a relatively limited amount of time to take on solo development of an entire product. I can help manage ArrayShift, but I'm also looking for others interested in working on it -- both the process of finding bugs etc, and also the process of figuring out how to add new features, then translating those features into 'setup scripts' for the install profile itself.
I just took a quick look, and the tagging issue appears to be related to the 'Active Tags' module that makes tagging a bit nicer. If tags are entered into the tag field, but the 'Add tag' button is NOT clicked, the tags aren't recognized and the post fails validation.
#2
i just installed this on my server.
you can see it here:
http://homesteadingwtf.com/
i had no problem installing
though i cannot access my admin page, i get an Error 500.
http://homesteadingwtf.com/admin
not sure if that's a server problem on my end (using 1and1)
or something buggy with the installation profile.
i am not a programmer, but i am a good tester. i am happy to help test this out as i have been trying for months to find/built an open source alternative to Stack Overflow. so i'm ecstatic that this is being built.
so please let me know what i can do to help.
sidenote
when writing tags on array-shift.com, where is the 'Add Tag' button. i can't see it.
-ryanne
#3
It looks like you have clean URLs turned off -- you'll need to go to homesteadingwtf.com/index.php?q=admin to see the admin section. I just tried hitting those URLs on your site and got a proper 403 error when I used the 'dirty' url, but a 500 error when I used the 'clean' url.
Setting up clean URLs etc, and figuring out why that 500 error is occurring when clean URLs aren't turned on, is a question that probably needs to be ironed out between your hosting provider and / or the general drupal support forums.
#4
thanks for that!
i was able to access the admin section using
homesteadingwtf.com/index.php?q=admin
when i was setting up drupal on my server, the choice for Clean URLS was greyed out, saying my host didn't support them.
so i guess i won't be able to use them? or maybe i can figure out a workaround.
thanks
-ryanne
#5
Yeah, that's something that would have to be figured out with your host or via other Drupal support channels. http://drupal.org/node/15365 might be a good starting place. It seems to be written for people with more contorl of their server setup, but it includes a lot of helpful pointers that might be useful when asking your host for more details about the problem.
#6
thank you!
i found a document that told me to edit my .htaccess
http://drupalthoughts.com/Configure-Drupal-Clean-URLs
success.
sorry to be so off topic.
i've installed Wordpress a million times.
this is my first Drupal install.
(can you tell?)
#7
Ryanne/Jay,
You can do all kinds of cool things with notifications in Drupal. Try out the Notifications module http://drupal.org/project/notifications. Markus has a lot of experience with notifications. The thing is, you might have to reconfig your server to allow your website to send out email the way you want. Or you might run into other problems, something more complex than on just the regular website http:// side of things. I suggested getting other, easier parts of the site up and running first, and add notifications later.
As for RSS feeds — you can put buttons everywhere basically. Use Views to make feed displays and....... and......... and........ yeah, there are a lot of details.
A couple things to know about the Drupal community and how you might contribute / find help:
1) The forums are a good place to post tech support questions. (I thought the issue cue was the place for this too when building my first site. It wasn't until later that I realized support happens in the forums — and on IRC!) http://drupal.org/forum
2) It's likely that you will quickly have one of the best Stack-Overflow-like sites built in Drupal out there. So be on the lookout for how you can share your code with other people, and make your discoveries part of ArrayShift. Drupal really is just a bunch of people like you two making stuff and sharing it.... so plan to contribute back and think about how you might build your site so that you can do that. Building a theme for ArrayShift and giving a copy to Eaton is a good place to start.
3) Drupal groups are great resources. You could go to a meetup in the D.C. area, and perhaps get a lot of in-person help. You could start an online Drupal group about making Question and Answer sites, and share the process with other people. Check out the existing groups from this giant list at http://groups.drupal.org/og/all
#8
I just took a quick look, and the tagging issue appears to be related to the 'Active Tags' module that makes tagging a bit nicer. If tags are entered into the tag field, but the 'Add tag' button is NOT clicked, the tags aren't recognized and the post fails validation.
This may be, but on the demo site, the 'add tags' button does not appear, making it quite difficult to press. You actually need to hit 'enter' after entering the tags to get it to submit...