Then I wish a moderator to close/remove this thread. Sorry for posting it here.
Have also ceased development on this project, don't have time to support it anyway.
You are not logged in. Please login or register.
PunBB Forums → Posts by Sonrep
Then I wish a moderator to close/remove this thread. Sorry for posting it here.
Have also ceased development on this project, don't have time to support it anyway.
SuperMAG wrote:i cannot access the adminstartion area ... this error apear:
Parse error: syntax error, unexpected T_ELSE in /www/110mb.com/s/u/p/e/r/m/a/g/supermag/htdocs/Forum/Forum/admin/index.php on line 72
Sonrep wrote:Fixed and released SunBB 0.1.1..
You might just remove the else on line 72 like this
well after i changed that i got another error:
Parse error: syntax error, unexpected '}' in /www/110mb.com/s/u/p/e/r/m/a/g/supermag/htdocs/Forum/Forum/admin/index.php on line 78
Sounds like you removed more than you should. I havn't tested this script, but I guess that you just removed an extra {. If that was the case, read the link again. Otherwise, I may take a look on it.
IMO its kind of lame to fork some else's work then promote your utensil on their website.
I'll stick w/ punbb. lots-o-luck
Don't promote my own website, in the footer there's a link to the project page on sourceforge and to punbb.org.
You can go here: http://dev.punbb.org/browser/branches/punbb-1.3-dev
On the bottom you'll see: Download in other formats:
Click on: Zip Archive
ok..
do you have a link to a site that is running sunbb?
Q
Nope..
Yes, but to post it in the "Modifications" area of the original project's website is in my opinion, just damn rude. Create your own website and do it.
This just seems utterly pointless...
Was just interesting in the feedback. Wanted to hear the reaction from the punbb users/administrators first in order to see if it's ok. Kept the PunBB link in the footer and have no intentions to remove it in the future(If I'm going to continue with this project). Not planning to make a website of it, the maximum plans was just to fix bugs and then release a stable on sf.
Right now, the only advantage is that you don't need to checkout from punbbs subversion repository.
Well, it wasn't intended to be special. Just fixing bugs and then release a stable ASAP.
Just want to read some more comments and later decide the future of this project.
Fixed and released SunBB 0.1.1..
You might just remove the else on line 72 like this
If the things changed are so few, why not list them?
Well, a lot variable names have been changed, upgrade-functionality have been disabled. The version have been changed from 1.3 to 0.1..
Well.. in waiting for PunBB 1.3 to be released, I decided to speed up the development, by giving it some competition.
SunBB is a fork of the current development branch of PunBB. Very few stuff have been changed(exept for the name). The signature link to Punbb.org have been kept.
Comments..
no explanation needed 1.3 is not useable yet, its development is still in progress so it is normal that everything is not working
Not using it. Havn't used it for more than a half year or so.
Smartys, I see. Havn't heard about that method before. Thanks for the explanation!
In punbb 1.3 there's no definition of the css class "altstyle". Despite this, some files refer to that class. I want a broader explanation than this. Is that a built in css class or something?
I haven't seen any definition for the css class: altstyle in the latest SVN of punBB 1.3
Why was the plugin-system removed?
I look forward for a move posts feature since I'm tired of users that posts in wrong thread. Split and merge threads is also essential.
I've been planning to make a poll mod.
Why not a poll extension?
One suggestion, you should put up an About page, it took me a while to figure out what the project was about.
May do, when/if I get time for that.
So you're hanging with Tortoise lately
That was when I started the project, now I've switched to the usual command-line svn Also using kdesvn.
That's nice to hear. I'm adding the hooks required for the private messaging extension (which I am kind of writing at the same time).
Another thing I thought about was the ability to write and change extensions right from the admin. Because people have different needs. This could be possible without chmodding.. just by storing the edited extension in the DB(with xml). When you later overview your extension list, you can see a small this-extension-have-been-edited notice in those rows where you have changed code for the extension. It could also be possible to revert the changes back to default if you chose to. But that may be too bloated for PunBB.
Rickard just added a few hooks to the source code. That's great news for PunBB!
I've been using Rickards extension system in OpenLD for almost a month now and they work great(except when they conflicts with each other or a third party theme).
Update, there's currently 9 extensions available for OpenLD, 2 default and 7 that you can download.
Sorry to bump this old thread, but OpenLD 1.1 has been released.. it got new features like paypal integration and extensions
In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior.
To quote your reference
Yes, I'm aware of that, I also mentioned that this wasn't a bug.
Ok, this is not really a bug, but rather a syntax improvement suggestion
In extensions.php I found this
// Uninstall an extension
else if (isset($_POST['uninstall']))
Wouldn't it be better with some real php syntax like this
// Uninstall an extension
elseif (isset($_POST['uninstall']))
I havn't checked, but I suspect that this syntax can be found elsewhere in the code.
ref:http://se.php.net/manual/en/control-structures.elseif.php
After 1.3 comes out..
It's atleast a few months or a half year before 1.3 comes out, but I need a CMS before that.
Both miniportal and textpattern looks good, I will probably go for textpattern since I then can keep my "/forum" path and need a powerfull wiki.
Just according to your personal experience.
First, I will mention those CMSes I'm not going to use:
Puntal(too much french within the sourcecode, it's hard to edit(even tough sounds better than english))
Joomla(too much bloat, this is seriously the worst CMS I've tried so far)
Second, I like Drupal and I would like to use it as a CMS with PunBB.. but that's not possible.
So, what other great alternatives are there, what works best with PunBB except those I mentioned?
And now rc2 has been out for a while.. read about the changes here.
I reccommend everyone that have tried beta1 or beta2 to download the latest release: 1.0 rc1
The release fix a couple of bugs and implements new functionality such as the possibillity to add links/categories from the admin panel and a w3c compitable layout.
Read the whole changelog here.
Drupal is very slow.
In my experience, drupal is faster than many other CMS:s such as Joomla/Mambo
Sonrep wrote:pogenwurst wrote:Would you consider adding a demo?
It would be pointless to add a demo since about 90% of the stuffs are in the admin. I can however show you a screenshot: http://sourceforge.net/project/screensh … _id=181014
??? should it output a directory site???
it will output a directory site like punbb will output a forum site.
Would you consider adding a demo?
It would be pointless to add a demo since about 90% of the stuffs are in the admin. I can however show you a screenshot: http://sourceforge.net/project/screensh … _id=181014
I made a new directory script called OpenLD and released it under GPL, It has almost the same layout as PunBB 1.3 and includes some code from the PunBB project such as the db classes etc.
The features it has follows:
Ip banning
Word banning(censoring)
Link Directory
Powerfull administration of the Link Directory
Suggest Category
Submit Links
And some more..
It can be downloaded here: http://sourceforge.net/projects/openld/
Thoughts? Suggestions? Comments?
____________________
OpenLD 1.0 has been released..
download here
PunBB Forums → Posts by Sonrep
Powered by PunBB, supported by Informer Technologies, Inc.