A forum, or message board, is an online discussion site where people can hold conversations in the form of posted messages. They differ from chat rooms in that messages are at least temporarily archived. Also, depending on the access level of a user or the forum set-up, a posted message might need ...
0
votes
0answers
13 views
Simple forum app order by latest by most recent, Ruby/Rails/MySql
What I have is Posts which has_many Comments. I want to mirror the ordering of a conventional forum, where the most recently created objects are at the top, be it a new Post with no comments, or an ...
-2
votes
0answers
17 views
How to create authentication url in vanilla forum on proxy connect [closed]
From past few days i am using vanilla fourm. I want to integrate single sing on in my site and my vanilla forum. I am trying to do that using proxy connect but i am not getting how to do and its ...
0
votes
0answers
20 views
JavaScript perform addition on a forum field and then display the result
I am developing a forum and I want JavaScript to calculate the users total as they go. Here is my code:
My JavaScript:
<script type="text/javascript">
...
0
votes
1answer
36 views
get new item for each users
I have many objects(Entity). For example "news", "blogs", 'comments';
I need to show registered user how much "news" or "blog" is NEW for him;
Now, i create a relation many-to-many; For example ...
0
votes
1answer
36 views
Who can LOCK my forum post in stackoverflow [closed]
I want to ask "Who can LOCK my forum post in stackoverflow"
Because I try to make my own forum.
And I want to know best practices.
If I should to give opportunity to user to lock his post when he has ...
0
votes
2answers
35 views
PHP: get the value of TEXTBOX then pass it to a VARIABLE
Good Day!.
I need a kinda little help for PHP. I’m really really newbie for PHP and I already search it to google and can’t find any solution.
My Problem is:
I want to get the value of textbox1 ...
0
votes
0answers
28 views
Is there a lightweight markup language that is well-suited for non-technical forums? [closed]
At the moment I am developing a forum application to be used by a non-technical audience. However, I haven't found an ideal formatting language yet. All available languages seem to have their ...
1
vote
2answers
47 views
how to get a single row for each user?
sorry for the title, i don't know how to explain it better...
i have a forum and i want to make a sort of achievement system in php
i want to know when users with posts>10 posted their 10th ...
0
votes
2answers
23 views
Undefined Variable when trying to make a radio button sticky
Here is my code:
$isYes = FALSE;
$isNo = FALSE;
if (!empty($_POST['owner'])) {
$o = trim($_POST['owner']);
if ($_POST['owner'] == 'yes') {
$isYes = TRUE;
} else if($_POST['owner'] == 'no'){
...
0
votes
5answers
41 views
Telling a php session's name?
I installed a pre-built forum on my website and I want (in a diffrent page) to check if the forum's session is active.
Something like :
if (isset($_SESSION['forum'])) { echo "Session is active!"; }
...
0
votes
1answer
26 views
Q&A plugin does not show on PHPBB forum
I'm working on a PHPBB 3.0.9 forum using a theme named forum_7589. There's a captcha protecting the registration form but it has been useless against human spamming. So I've been asked to change the ...
0
votes
1answer
51 views
What is the best Ruby on Rails forum based? [closed]
I have been looking for forums developed in Ruby on Rails and I found some solutions like threaded, sugar, forum monster and forem.
Could do you suggest me one of them and pros/cons?
I'm a RoR ...
0
votes
0answers
15 views
Opensource tool which accepts freeform posts from a forum and structures, tags and formats the information to appear on a wiki
Is there some sort of Artificial Intelligence engine which one can point at a set of forum posts (say a set of search results like http://www.shapeoko.com/forum/search.php?keywords=driveshaft ) and ...
-5
votes
0answers
22 views
PHP scraper that gets forum stats? [closed]
Ive been trying to get a scraper to get stats from a profile to make a live signature.
http://forums.icyboards.net/member.php?action=profile&uid=612
I found a program I can set to go after td ...
0
votes
0answers
22 views
Validating part of the forum only if the correct radio button is selected
Let me give you guys a little background on what I am doing before I continue with what I need help with. My forum I am designing is an application that users fill out when replacing a curb, sidewalk, ...
0
votes
1answer
53 views
Forum Plugin for Cakephp 1.3
I need the forum plugin for cakephp 1.3. I couldn't find this old version. Does anyone know where can I find it and how can I install it? I could just find the new version of cupcake from here.
-1
votes
1answer
51 views
Java - How to get all pictures from every thread in a forum? [closed]
I am trying to find a way to download or get the links to every picture that is in a forum (the forum requires every user to log in). I have tried with WebHarvest and HTMLUnit but I can not seem to ...
0
votes
0answers
62 views
phpbb navbar in external website
I have phpbb3 integrated in my site.
I have the login in my header webpage like is explained in https://wiki.phpbb.com/External_Login.
All works fine, but I would like to go a bit further, I would ...
0
votes
0answers
11 views
Where to find “Connect URL” and “Base Domain URL”?
To make my newly registered Facebook-App work, (named: "The Horror Library" - for my Forum), I have to, according to someone who guided me with support, but itsn't helping me any further:
"Remember ...
-3
votes
1answer
50 views
How do I properly write this code for my forum? [closed]
Okay! So, I really need to.. see the whole code, in the proper order for me to use it! I've been using http://jsfiddle.net/GxLZL/ as a guide, but I just cannot seem to properly put the code in order ...
0
votes
0answers
14 views
image re-sizing issue with EE2 and Forums
I am using ExpressionEngine 2.5.5 and Discussion Forum 3.1.10.
Issue i am having it will not re-size photos when my members post them as Image Links, it works in Chrome browser but it will not work ...
0
votes
1answer
26 views
301 redirect phpbb forum and all subpages
Hello I would like to redirect all my website/forum/ and all subpages (e.g.: /forum/viewtopic.php?f=2&t=453) to my index page.
I have tried a few different methods but they do not work.
I tried ...
0
votes
0answers
32 views
Create Facebook Log in for Vanilla Forums
An organization that I do volunteer work with maintains a forum that is hosted by Vanilla Forums. Vanilla has an option to add a "sign on with Facebook feature". We have successfully enabled this ...
-1
votes
1answer
52 views
How to automatically post on a forum after a random interval? [closed]
I am a regular user of the forum: http://forums.vr-zone.com/
Currently, I am selling a laptop on the marketplace. As it gets very crowded in there, I have to manually bump my post every few hours to ...
0
votes
3answers
51 views
How would I make a image scale with the browser or screen resolution with css
I am working on a page for my mybb forum and I added some images and I want them to scale with the screen resolution so if I have a 17" it looks the same as someone with a 19" screen. Because right ...
0
votes
2answers
29 views
phpbb poll - Enlarge Images on hover
I'm using phpbb forum software.
I have a few images as a set of options in a phpbb poll . I display the images using the bbcode
[img] path to image [/img]
What i would like to do is when the ...
2
votes
0answers
44 views
Kunena - Ability for Admin to Subscribe a user to a Post/Topic/Category/Forum
I'm using Kunena Forums and it's working fine, however I've a requirement where the SuperAdmin has the ability to subscribe a user to a particular post/topic/category or entire Forum.
I did check ...
2
votes
1answer
49 views
Creating forum software - looking for the best way to go about 1 thing
Alright, so I enjoy making forum software with PHP and MySQL, though there's one thing that has always troubled me, and one thing only;
The main page of the forums, where you view the list of the ...
0
votes
1answer
19 views
Externally accessing IPB Classes
Hey i'm working with IPB3.4 and im trying to have some sort of correlation between my main website and forum, specifically users.
I am aware that you can use the IPBMembers class to simply create a ...
0
votes
0answers
91 views
Any extension for forum in magento CE 1.7?
I want add forum to my magento store so magento user details and product details easily accessible
Kindly tell what is good appproch for forum to magento store?
-4
votes
1answer
53 views
Register/Login Page for Wordpress Simple:Press Forum [closed]
I want this Register/Login page for my wordpress site
http://allontariopoker.com/register/
Please suggest me what should i do now?
It's very very urgent
0
votes
0answers
34 views
Contact forum with xinha editor
actually i download xinha editor and upload it to my server, now i want to add this editor to my contact forum like this,
<?php
$your_email ='yourname@your-website.com';// <<=== update to ...
0
votes
1answer
31 views
A query to get forum threads/replies - only shows the latest one
Good day to you!
I've been trying to figure this out for hours, but I just can't get it to work.
I have a forum, which is supposed to display all threads, ordered by the latest reply.
Database:
table ...
0
votes
0answers
20 views
I want to receive a notification on my browser when a forum receives a new post
I want my browser to alert me when there is a new post to a forum. Specifically, this;
http://www.toutless.com/viewtopic.php?f=1&t=15878&start=45
The forum is in phpbb.
I was thinking RSS ...
-3
votes
1answer
44 views
Disable login and registration vbulletin [closed]
I have got some issues and here it comes - does anyone know how to disable login and registration and have a open forum in vbulletin? Thanks!
0
votes
0answers
42 views
Let Users create a Topic, like a thread in a Forum [closed]
Lets say a user want to create a topic on a page I have, and when the user creates that topic other users can access it and in that page other users can post things and so forth. Examples like a ...
-2
votes
1answer
32 views
How would I provide a user with a link to their post they made? [closed]
I was wondering how to link a user to a forum they just made. I want the link to be view_topic.php?id=X, with the X being the id of their topic. I think the way I would do this it to add the to the ...
0
votes
1answer
40 views
How would I make the most recently posted in topic in a forum show up first?
I am making a forum from one I borrowed online. I would like the main_forum page to show the most recently posted in topic first, and then the second most recently, etc. My code for the main_forum.php ...
0
votes
1answer
36 views
Get forum email notification when replay
i am following a couple of forums which having difficulty keep tracking replies,
what i am looking for a method to send me an email notifications when a replay is being posted, and preferably if i can ...
-1
votes
5answers
87 views
how to keep the text indentation same as user written in the <textarea>
i am using php.my project is to build a forum...everything is fine and ok except onething...there is a <textarea> on top of my site,through which user can ask their question..now am using insert ...
0
votes
0answers
33 views
Duplicated path in forum index Invision Power Board
I've update my forum from 3.3 to 3.4, and after the updated i noticed the index urls went from domain.com/forum to domain.com/forum/forum. I'm not sure if the behavior was already this and i didnt ...
1
vote
0answers
37 views
Detect content uncompatible with adsense
For a website that contains user generated content and that cannot be moderated before publishing, is there a way (python API, stop words database etc...) to detect the page content is OK for adense ?
...
0
votes
0answers
37 views
How can I show pages containing PHP in phpBB?
I am trying to show custom pages on my phpBB forum.
What I did so far:
I renamed index.php to forum.php, edited functions.php like this
'U_INDEX' => ...
-3
votes
1answer
12 views
phpBB Forum with permissions are not showing [closed]
I have set permissions for the different user groups but when I go to my page without signing in. It says that there are no forums. :( any help will be appreciated!
...
1
vote
1answer
133 views
Joomla 2.5 how to set active menu on navigation bar kunena
When I'm using Kunena on my site I have problems on the navigation bar.
Whenever I'm in a Kunena "page" the navigation is not showing the FORUM as active.
1
vote
0answers
36 views
Working with WPML and Simplepress
I have a Danish/English WordPress 3.5.1 site with WPML and Simplepress.
My problem is that Simplepress will only show its Forum on a single Wordpress site defined with Name / Slug / page ID. And ...
1
vote
1answer
35 views
Is there a way to use a forum's user management for rest of site? [closed]
I just set up a MyBB forum. I have a site that I want to provide other features to such as saving text. But to do so I need user credentials. So I am wondering if I can leverage the forum's user ...
0
votes
1answer
70 views
Subscribe User via JSON - DISQUS API
I want to create a button that subscribes a user to a disqus thread.
I need some help with the DISQUS API
I already played alot with it, also tried it via the DISQUS Console ...
0
votes
0answers
84 views
forum posting, html form to php script, undefined index
Why is the following code producing the three errors of undefined index? Here is the error:
Notice: Undefined index: first_name in C:\xampp\htdocs\PHP Visual Quickstart Guide\Chapter ...
0
votes
1answer
68 views
Accessing MySQL DB row data using PHP
I have the following PHP to access a DB for a simple forum I'm building:
$sql = "SELECT
categories.cat_id,
categories.cat_name,
categories.cat_description
FROM
...






