BabbleBoard Support Forums
What Are YOU Babbling About?
Hello Guest!  |  Home  |  Search  |  Login  |  Register
Topics Started By: Jonny

Wrong attachments area
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Monday, Jul 28, 2008 11:36  Trackback URL

When uploading an attachment it kept saying 'Wrong attachment area', which was because $attachtype was not always assigned.

To solve this, open uploads/upload.php. Find (lines 201-203):

RAW CODE
$topicid = escape_string($_GET['topicid']);
$attachtype=escape_string($_GET['attachtype']);
$hash=escape_string($_GET['hash']);


and move it above:
RAW CODE
if (isset($_GET['id'])){


That should solve the problem  
Go To Top


What's Happening?
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Tuesday, Jul 22, 2008 20:57  Trackback URL

Is BabbleBoard now officially dead or is development still ongoing?
Go To Top


[1.1.5] Links open in a new window
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Monday, Jan 14, 2008 21:42  Trackback URL

Annoyed because people are being directed away from your forums by clicking links in posts and signatures? Then this is the mod for you...

This mod will make all links in posts and signatures open in a new window, and it can be easily turned off in the admin area, from the 'Topics & Posts' section.

Simply download the zip file, unzip, and follow install.txt.
This Topic Has Attachments You do not have permission to download attachments in this forum
Go To Top


[1.1.5] Welcome PM
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Saturday, Jan 12, 2008 18:12  Trackback URL

Give newly registered users a warm welcome by automatically sending them a private message. Very useful to encourage new members to introduce themselves, inform them of competitions, the list is endless...

Download link is below. Read install.txt for installation instructions.

Enjoy
This Topic Has Attachments You do not have permission to download attachments in this forum
Go To Top


BB Portal
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Monday, Nov 12, 2007 20:04  Trackback URL

Adds a portal to your forums which can display latest posts, quick links, board stats and articles.

To install, download the zip file, open install.html and follow the instructions.

Note: For those using sef_urls, you will need to turn them off and then back on

Enjoy

(post any bugs etc here)
This Topic Has Attachments You do not have permission to download attachments in this forum
Go To Top


Banned doesn't work?
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Wednesday, Nov 07, 2007 19:40  Trackback URL

The banned feature won't work because there's single quotes around $warn_level:

header.php:
RAW CODE
if ($max_warn_level<='$warn_level'){

Needs to be:
RAW CODE
if ($max_warn_level<=$warn_level){


Last edited by: Caleyjag - Tuesday, Nov 27, 2007 19:05.
Go To Top


Cookie Paths
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Monday, Oct 22, 2007 16:46  Trackback URL

The ability to set the cookie path from the admin area would be a nice addition
Go To Top


Forums -> Site Integration Development
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Wednesday, Oct 17, 2007 18:29  Trackback URL

Download the latest version: here

So it's been a while since my last modification for BabbleBoard, mainly because I got bored of writing the same code over and over. However developing this mod is something new and interesting because its programmed in OOP (most won't know what that is).

So what does it do I hear you say? Its hard to explain because its not finished yet, and I want to keep as much as possible secret, but a good example is IPBSDK. Have a look at some of the functions on the left, especially the member functions, this exactly what this mod will do.

To use it'll be as simple as uploading two files to your forums and including it in your sites index.php page.
It can then be used to create member only pages, admin only pages, showing latest posts & topics, etc on your site.
Heres an example to check if a user is online:
RAW CODE
if ($bbsdk->user_is_loggedin()){
echo "i am logged in :)";
}
else {
echo 'Im not logged in :(';
}

Another example, this time check if the forums are offline:
RAW CODE
if ($bbsdk->board_offline()){
echo "board is offline...";
}
else {
echo "board is online...";
}


In the first release there'll only be the most important functions probably, but as it grows so will the feature list.
So far there features ive thought of are:
RAW CODE
logged in, online, get posts, get topics, board offline, group info, is admin, is mod

If anyone thinks of any good features to be included then post them here.

Also ideas, opinions and comments would be welcome as always.

I'll look to keep you all informed over the next few days
Go To Top


opensourcecms
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Thursday, Sep 06, 2007 21:53  Trackback URL

Just found this a few minutes ago and looks quite decent. Definitely worth submitting BB to to gain popularity

Link
Go To Top


PM Error
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Friday, Aug 24, 2007 22:20  Trackback URL

On the PM screen, if you have a warn bar, all the text underneath is missing. Because a " is missing at the end of title:

<a href="javascript:bbhide4.slideit()"><img src="http://support.babbleboard.co.uk/themes/BabbleBoard Default/images/warn/warn_0.png" alt="" class="warn-guest" title="Warn Level: 0% /></a>


Last edited by: Caleyjag - Tuesday, Oct 16, 2007 20:29.
Go To Top


Localhost help...
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Friday, Jun 29, 2007 21:58  Trackback URL

So earlier today I decided it was about time i installed php, mysql, apache etc on my computer after i lost a few files when my web host went down.

Everything has worked well so far, installed apache, php and mysql fine. All i need to know is how to view the mysql, do i have to install phpmyadmin?

If i do need to install phpmyadmin, then i need some help, since it won't log in

Please help me... :cry:

EDIT: Probably should be moved into Web Development
Go To Top


Hide Edit Line v1.0
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Monday, Jun 25, 2007 11:59  Trackback URL

So you wanna make a sneaky edit before anyone notices? But there'll be proof you've edited your post won't there? Not with this mod, hide the proof so nobody knows

What Does This Mod Do?
This is a built-in feature on most forum software. It allows the user to hide edit line which appears after editing a post.
From the admin area you can configure which groups have permission to do this.

How Do I Test This?
Register here. Make a post in a topic, click the edit button, and you should see the option at the bottom to hide the edit line

Screenshot


Download
Click here to download Hide Edit Line Mod v1.0

Version History
v1.0 - Released with BabbleBoard v1.0.0 BETA

Updates
N/A

Support Topic
Go To Top


Welcome PM v1.0.3
Jonny




Posts: 59
Joined: 22 June 2007
Location: Rochdale, England
Saturday, Jun 23, 2007 10:35  Trackback URL

So here we are, my first mod and also Babbleboard's first mod . Anyway lets cut to the chase, read below to find what this is all about, then the download link is at the bottom

What Does This Mod Do?
If you have used IPB or any other forum software before, then this is a very popular modification.
When a user registers on your forum they will be sent a private message with the information you can set in the admin area.
You can choose whether the PM is on or off, who it is sent by, the title and the content.

How Do I Test This?
Register at http://www.jaanboy.com/bb and you will receive the PM when you log in.

Download
Click here to download Welcome PM Mod v1.0.3

Version History
v1.0.3 - For BabbleBoard v1.0.0 BETA
v1.0.2 - For BabbleBoard v1.0.0 BETA
v1.0.1 - For BabbleBoard v1.0.0 BETA
v1.0 - Released with BabbleBoard v1.0.0 BETA

Updates
24/06/07 - Fixed install problem - Updated to 1.0.3
24/06/07 - Added sef_url on redirect in admin area - Updated to 1.0.2
23/06/07 - Fixed bug where PM doesn't get sent - Updated to 1.0.1

Support Topic
This Topic Has Attachments You do not have permission to download attachments in this forum
Go To Top


 
 
Powered by BabbleBoard v1.1.6
All Content © BabbleBoard Support Forums