Its possbile but not reccomended. Just connect to the same database

102

(8 replies, posted in PunBB 1.2 troubleshooting)

That is for your broswer.  On firefox go to tools > Clear private data

103

(3 replies, posted in PunBB 1.3 extensions)

Look at http://fluxbb.org/wiki/developing_extensions It will help.

104

(8 replies, posted in PunBB 1.2 troubleshooting)

Try clear your cache.

You have two options, change it for just this 1 site, or change it for eveysite. Option 2 will change it for just this site.

Option 1: In your php.ini you will have

mbstring.func_overload = 7 

But it should be:

mbstring.func_overload = 0 

Option 2: adding this line to .htaccess


php_value mbstring.func_overload 0  

106

(8 replies, posted in PunBB 1.2 troubleshooting)

Have you tried your site on another browser? are other members having the same problem?

Chances are No.

108

(3 replies, posted in PunBB 1.3 troubleshooting)

Make sure you have downloaded the language pack for 1.3.

can I see the live site?

109

(11 replies, posted in PunBB 1.3 troubleshooting)

And you have the same number of templates as in the english one? and the french files are correct, like they are for 1.3?

110

(11 replies, posted in PunBB 1.3 troubleshooting)

Are the correct files in the folder, do the files have content in them? Do you have french email folder?

111

(2 replies, posted in PunBB 1.3 bug reports)

Thank you for letting us know. We will fix this soon.

112

(2 replies, posted in Discussions)

You can get the HTML from your other pages and put that inside include/template/main.tpl to change the layout of Punbb.

KeyDog wrote:

yeah that's cool. covers hosting and goes towards hardware

can see in which cases that is useful

I was sold the site for about £500 and it payed for itself in a matter of months. It also has featured listings (£20 a year) and paid advertisements slots where people pay £300 - £400 for a space on the site.

As a website owner yes they are good, but a user not so good.

Maybe I'm wrong on googleads - but does anyone here make money with them on their forum????

Yes. £50 - £100 Per month, Ads on most pages pages, A forum (not punbb/flux sad ) which has 15,000 hits per month.

This is why we have the wiki page for

116

(58 replies, posted in PunBB.NET discussion)

Can I run sql server 08?

117

(58 replies, posted in PunBB.NET discussion)

Object reference not set to an instance of an object.

Line 20:         {
Line 21:             _extension = new Extension(this);
Line 22:             _connection.ConnectionString = _connections["PunConnectionString"].ConnectionString;
Line 23:             BuildCategoryListView();
Line 24:         }

  Source File:  c:\Users\Utchin\Downloads\punbbnet_beta\PunBB.Net\Default.aspx.cs    Line:  22

118

(58 replies, posted in PunBB.NET discussion)

A project file contains all the information about the environment, such as what framework you use and references.

You also define the following twice:

using PunBB.Helpers;

Im unable to get the project loaded in Microsoft Visual C# 2008 Express Edition with 3.5 installed.

Main error now is:

Error    1    The type or namespace name 'ProfileCommon' could not be found (are you missing a using directive or an assembly reference?)    C:\Users\Utchin\Documents\Visual Studio 2008\Projects\Punbb\Punbb\UserProfileInfo.aspx.cs    27    17    Punbb

I started working on this for you, but i havnt got the time to finnish is. The code works fine, however I have made a little mistake in the manifest, and left it at that.

http://utchin.co.uk/Docs/pun_pm_send_message.zip

120

(58 replies, posted in PunBB.NET discussion)

In the beta version, could you give us the project file aswell, so we have the same set up as you.

121

(58 replies, posted in PunBB.NET discussion)

SuperMAG wrote:

any demo place to look at, and what is difference between ASP vs PHP

i mean which one is bitter, faster, secure, and extensible. and why do you guys even wanted to create it in the first place. i mean there is punbb 1.3.

Use google:

122

(58 replies, posted in PunBB.NET discussion)

I do have a few questions.

how many developers will you have working on Punbb and Punbb.net? And will some developers work across both development versions?

How will you prevent the problems that have hap pend with PunBB, happening to Punbb.asp. Where the community is left with no active developers over the holiday periods.

On a personal note, I would like to join the development team for Punbb.ASP.

123

(5 replies, posted in Feature requests)

something like: http://www.punres.org/desc.php?pid=530

I can only find broadcst_email

125

(9 replies, posted in PunBB 1.3 extensions)

# add a spam count?
# mark a post as spam.

Them two? They will be easy! For the first one, have a field in the config table ( this is for a very simple method) and everytime a post is reported/deleted... incitement it. Second one is have the same system as report, but have it hide the post as-well.