forums

mybb posts and responses counter

how to changes mybb posts and responses counter text in MYBB forum to another custom message ...

does anyone know a good mapinfo forum?

I'm new using mapinfo and I am going to work a lot with it. I haven't been able to find a good forum, making it impossible to get community driven assistance. I wish any of you could tell me if there is a good place to find mapinfo related help. Thanks in advance. ...

where are the official directx forums?

I have been checking around MSDN and Microsoft.com but i can only find Archived forums. Are there any microsoft run forums for DirectX anymore? ...

Integrating 3rd-party forum software to member-based website

When using some existing forum software in a larger web-site, how easy is it to: 1)Make your site's login functionality log the user into the forum 2)Make your site's registration functionality create forum login data I suppose in a way it might be easier to ONLY use the forum's database for maintaining users, but that means trusting ...

Drupal 6: Can I automatically load a template for forum access permissions?

Is there a way to have it automatically load a template? It would be convenient for what I am doing. Right now you have to push a button each time you create a new forum to load a specific template. You can set which template is selected by default, but you can't automatically load the template. Any suggestions? ...

How do forums show you unread topics?

I have user discussion forums I coded in php/mysql, I am wanting to know how the big name forums can make it show you which topics have new posts in them, usually by changing an icon image next to the thread without using hardly any resources? ...

Data-mining related forums

Which forums you are using for data mining questions? SO is mainly intended for programming, not for DM questions. ...

How to show unread/read status of forum post's like vbulletin, phpbb, others?

This is the million dollar question, I see it time and time again on here and other php coding related sites and forums but I have NEVER seen an answer to it. So I started digging in and studying how some of the big high traffic forums accomplish this feature of showing you which threads have new unread posts in them and it appears th...

using django and twisted together

1)I want to devlop a website that has forums and chat.The chat and forums are linked in some way.Meaning for each thread the users can chat in the chat room for that thread or can post a reply to the forum. I was thinking of using django for forums and twisted for chat thing.Can i combine the two? The chat application devloped using twi...

phpbb - Allow guests to view topics but NOT posts

I would like to allow guests to view the forum topics but not view the posts however if i provide read access they can read both. Is there a way i can stop them viewing the posts? Thanks ...

How to show unread subforums?

I have written a simple forum in PHP using PostgreSQL. The forum consists of a number of subforums (or categories, if you like) that contain topics. I have a table that stores when was the last time a user visited a topic. It's something like this: user_id, topic_id, timestamp. I can easily determine what topics should be marked as unre...

Is there any good programming books forum out there?

I always feel the internet forums are a good way to gain knowledge - asking questions and get some answers from everybody, and SO is a great example. But when I get questions reading some programming books, I wonder to whom can I ask the questions. O'Reilly and PragProg have their own book forums, and some authors open their own forums...

Scraping a phpbb forum

I want to know if it's possible to copy all the publicly available posts and data from one phpbb3 forum to a remote one without the database passwords and such, and if so, the simplest way to go about it. Details of the situation: We need to move the forums to a new and better place, but the guy who owns and operates the server where we...

Forum software for elgg?

We have an elgg site, and need to have forum functionality. The forum should be community wide and not focused on groups, as the standard installation comes along. We need single-sign-on for the site. My research so far: There's a phpBB3 plugin, I'd love to see phpBB3, but that breaks the reqs: no single-sign-on available yet. vanill...

asp.net forums download

I remember years ago being able to download and install the forums software used on the asp.net site. I am not able to find it now, does anyone know if this is still available? ...

Database setup of bridge/integration between scripts

If I'm using an integration/bridge script for a cms and forums, more specifically drupal or mediawiki and vbulletin, how should I set up the database? Should I have one database named "mysite" and place both cms and forum tables into the same database? So have all drupal tables with "drupal_" prefix and all tables with "vb_" prefix in t...

Is there any latest YAFForum OpenSource?

Hi, All I downloaded YAF-v1.9.4-RC1-BIN.zip version. but it is not working . and also added tagprefix in the web.config file. <add tagPrefix="YAF" namespace="YAF.Controls" assembly="YAF.Controls, Version=1.9.4.0" /> but still some errors occured. related to sandbox. <%@ Control Language="C#" AutoEventWireup="true" CodeFile=...

Asp.net Custom user control button. How to stop multiple clicks by user.

I am trying to modify an open source Forum called YetAnotherForum.net in the project they have a custom user control called Yaf:ThemeButton. Now its rendered as an anchor with an onclick method in this code ThemeButton.cs using System; using System.Web.UI; using System.Web.UI.WebControls; namespace YAF.Controls { /// <summary> ...

Ideas for OpenSource FORUMS in ASP.NET MVC?

I am in the process of collecting ideas for building an opensource FORUMS based on ASP.net framework. I have choosen ASP.NET MVC with Jquery as the tool to develop this. You can add your points or add some depth to any of the above feature. ...

Website using open source Forums,Wikis and CMS (Single site)

Hi, I want to develop a site using all three FOSS i.e. Forum,wikis and CMS.But i have few doubts. 1.Can you suggest which is the best software for each of the three(Forum,wikis and CMS).? 2.How should i make the front end preferably(i.e should i use Dreamweaver or just use the CMS for the front end too) 3.How do i integrate all the thr...