There are a few folders where I house my django site that I want to be rendered as it would on any other non-django site. Namely, forum (vbulletin) and cpanel. I currently run the site with fastcgi. My .htaccess looks like this:
AddHandler application/x-httpd-php5 .htm
AddHandler application/x-httpd-php5 .html
AddHandler fastcgi-script ...
Hi,
I know this question has been asked here a couple of times, but none of the answers had pleased me. This is because almost all of them involve a huge read / write process related with the database, which I'd like to avoid at all cost.
About unread discussions / topics / posts, there's a lot to think of. Don't know how do forum sys...
I am looking for a Forum server-side asp.net control that will integrate into my asp.net 3.5 site.
I've seen a ton over at www.asp.net in their gallery page, but almost none have ratings, so difficult to determine which are reliable and which will turn into a nightmare.
Recommendations? Both free and paid components are welcome.
...
I was wondering if anyone has built or know of a decent forum package for Umbraco 4.03??
I've had a little play with this but its a bit basic
http://our.umbraco.org/projects/umbraco-forum-package
and
http://our.umbraco.org/projects/uforum-basics
I've found this article on how to integrate YAF forum but would rather have one which fi...
I'm making a forum and I'm using drupal6 advance-forum module.
I browsed all the admin sections and I still cannot figure it out
how to put a wysiwyg edit toolbar on the reply form.
It shows in the admin section when I create a topic but not outside the
admin section.
Should I do that manually? - I can do it with java script, but if I
...
Hi all,
I'm searching for a forum software which offers REST like API. It should be able to respond to simple calls like retrieve-post, add-new-post etc. and return the result set in JSON or XML format.
Those that immediately come to mind are phpBB, Vanilla, and/or vBulletin. But I don't know if they have REST API. Also I don't intend...
Hello,
I'am looking for a good Forum plugin running under rails3 ?
If you have any idea, i'll be glad to hear it :)
...
Hi,
I'm trying to log into a vbulletin forum. I got this far:
private string login(string url, string username, string password)
{
string values = "vb_login_username={0}&vb_login_password={1}"
values += "&securitytoken=guest&cookieuser=checked&do=login";
values = string.Format(values, username, password);
HttpWebRequest req = (HttpWeb...
I'm investigating the development of a new forum and found via user feedback that posting to the forum via their email client would be a very useful feature.
I'm wondering: is it possible? Can php check for an inbox folder and turn each email into a forum post? And if so, how to do that in a LAMP environment?
...
I have created a forum board app, based on YAML schema found in 'real world examples' of Doctrine Manual, which looks similar to this:
---
Forum_Category:
columns:
root_category_id: integer(10)
parent_category_id: integer(10)
name: string(50)
description: string(99999)
relations:
Subcategory:
class: Forum_C...
Hi,
I am creating a very simple forum as my first MVC project. My database layout is rather simple:
[ForumThread]
Id
Title
[ForumPost]
Id
ThreadId
Message
ParentId // To tell which post this post should hang on to
Created
CreatedBy
Updated
UpdatedBy
I am creating a view for the ForumThread for displaying the list of threads and to b...
I am designing a php/mysql website that will have a members are and a separate "forum" section.
Should I just use the forum software as my "login/registration"? If this is the case should I go with VBulletin, Invision, phpBB3 or something different?
Or should I roll my own single sign on hack? Or something completely different?
...
I have already built a site from scratch. It has banning, PM, comments, etc. The PMs and comments are done using markdown (like SO).
There are pros and cons for writing my own or using another software. But some cons keeping me from using another forum software is
Multiple Logins: One for the site, one for separate forums.
Need to Cu...
Hi
Do you know Where can I find an active forum related to book "C# in Depth" by Jon Skeet?
...
Hi all,
I have been integrating YAF with Umbraco using the following guide:
http://dawoe.blogspot.com/2009/02/intergrate-yet-another-forum-193rc2.html
I used the latest version of YAF (1.9.4) and umbraco 4. However as mentioned in that page, there is a known issue with the user registration. Anyone knows how to get around that?
...
I'm looking for a good solution to integrate a forum into a symfony application.
Something like phpBB would be excellent. I've seen phpBB plugins to integrate with symfony but that's not enough for my purposes, also, mapping database tables is a lame approach in my opinion.
If anybody knows a good working forum component for Symfony t...
Hello.
I have an existing Rails internal app, that handles inventory, invoicing, order taking, labeling, data imports/exports, etc, etc.
Now I need to add blog, cms, forum and wiki functionality to it. It seems silly to try to roll out my own solutions when there are already some out there. So I was wondering if people could recommend...
I have a pre-existing user database on my site.
Now, I want to install a PHP-Based Forum on my site
which works with already existing user table.
Also, I would like it to be as lightweight
as possible -- in terms of features as well as
bandwidth consumption
Please suggest some..
Thanks.
...
I've been in the data warehousing business for 15+ years and, apart from the Kimball institute and a few blogs, I've yet to find a vital online community for data warehousing topics.
Am I missing out on something or will I need to build it myself?
...
hi guys i have read a few guides and they say to edit overall_footer.tpl ? which im guessing is the same as overall_footer.html... and when i edit that i dont see any changes on my webpage? please help..
...