Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 5,151 through 5,175 (of 6,782 total)
  • Author
    Search Results
  • #94205
    KentonMr
    Member

    I find all this SCN TRAC TRUNK all a bit gibberish and well beyond what I need to know.

    I find the version control of bbPress also confusing and always thought that the most stable version was on the main download page.

    The “bug” being discussed is not a show stopper (there are more irritating things) but it is fairly obvious in the code what is breaking this.

    Two things in functions.bb-template.php

    The use of <fieldset> and <div> inside the form – comment them out in bb_get_topic_move_dropdown() and add the lines

    $r .= bb_get_topic_delete_link($args);

    $r .= bb_get_topic_close_link($args);

    $r .= bb_get_topic_sticky_link($args);

    after the initial <form> line.

    commenting out the original lines in the bb_topic_admin() as

    // ‘delete’ => bb_get_topic_delete_link($args),

    // ‘close’ => bb_get_topic_close_link($args),

    // ‘sticky’ => bb_get_topic_sticky_link($args),

    This is by no means an elegant solution but it appears to work.

    I’m sure something more elegant could have been done in css.

    #35584
    frooyo
    Member

    I just installed a fresh copy of bbpress 0.9.0.6

    Since the default installation does not create a my-plugins directory, I created such a directory at the root of the bbpress install.

    However, when I go to put some PHP files for 0.9.x plugins in my-plugins directory, it doesn’t appear those plugins are getting loaded.

    I know the *.php files located in my-plugins directory are not getting loaded because I have inserted the following code at the topic of the php files and nothing happens

    die('ALERT: my-plugins loaded');

    And I never see the message.

    Any ideas why my-plugins directory is not loading the .php files within it?

    #96114
    zaerl
    Participant

    Dear “Random Guy Says” let me write in in more simple words. bbPress is a free software, free as in freedom and free as in “free beer”. Maybe you don’t know what this means. Now we will see what the GPL states. I will only report the short form cause the entire license is too long.

    <one line to give the program’s name and a brief idea of what it does.>

    Copyright (C) <year> <name of author>

    This program is free software: you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation, either version 3 of the License, or

    (at your option) any later version.

    This program is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License

    along with this program. If not, see <http://www.gnu.org/licenses/&gt;.

    This is the base of the entire open-source movement of the last 21 years. You get the software _as it is_. You don’t like the software? The developer stop supporting it? Then modify it, you are free to do it. (addendum: Automattic doesn’t provide any kind of official support for bbPress and when someone has a problem he comes here and ask with the hope that someone will solve the problem and as you clearly can see I’m trying to do my best and I’m not one of the official developers).

    If you have a web domain I assume that you have an FTP client as well as phpmyadmin as well as a text editor. You don’t know how to change the default number of forums? Write a couple of lines here and someone will answer you back.

    But like I said, these are basic forum elements that are missing – for instance, if you have more than 10 topics, by default your forum is now 2 pages long … And to a degree, I agree with that, where the ability to customize the software’s appearance to suit almost anything is a huge reason why I considered it

    You know what? There is a feature, a big one, called “templates”. In a template you can change everything you want and there are gazillion of functions that you can call. Why should a forum software must have an option for changing the number of forum displayed? It’s one of that “set it and forget it” option. Change a line (an operation that can be accomplished in nearly 20 seconds) on the template and enjoy your board.

    But as Kawauso said, even if the bbPress team made their own optional plugins supporting these basic features (again e.g. polls), at least we wouldn’t have to worry about them losing support.

    Akismet and PollDaddy are two service that have premium account.

    The plugin idea is what drives the modern days cause it’s far more simple to add a plugin to a repository than sending a core patch to the official dev teams. Plugins are the key features of all successfull modern software. Some example:

    1) WordPress

    2) Movable Type

    3) The entire Mozilla software line (Firefox, Thunderbird, etc)

    4) Joomla!

    5) Drupal

    5) and many, many other

    Modular design is the present and the future and thanks God a lot of bloatware are disappearing.

    I don’t say that bbPress is an easy to use software. It’s not an “upload and run” software. It suffers the fact that it’s a pretty young software and you must know a bit of php in order to set up it for being the base of a medium-sized community. That’s true. But I think that an administrator must be bit skilled in php/mySQL/mambo-jumbo. I choosed bbPress cause I was frustrated by phpBB and then I was frustrated by bbPress as well but this is the damnation of the system administrator. I have written 7 plugins in order to accomodate my needs and the needs of the community (zaerl Editor, zaerl Visibility, zaerl Post Permalink and zaerl WordPress 3 fix over all) and then I am happy with my system.

    Conclusion: it’s ok if you don’t want to use bbPress. I understand your difficulties with plugin/themes and in general the personalizations at code-level. But I can assure you that once you do that couple of changes you will enjoy a great system.

    Have a nice day.

    #101214
    zaerl
    Participant

    Dear “Random Guy Says” let me write in in more simple words. bbPress is a free software, free as in freedom and free as in “free beer”. Maybe you don’t know what this means. Now we will see what the GPL states. I will only report the short form cause the entire license is too long.

    <one line to give the program’s name and a brief idea of what it does.>

    Copyright (C) <year> <name of author>

    This program is free software: you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation, either version 3 of the License, or

    (at your option) any later version.

    This program is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License

    along with this program. If not, see <http://www.gnu.org/licenses/&gt;.

    This is the base of the entire open-source movement of the last 21 years. You get the software _as it is_. You don’t like the software? The developer stop supporting it? Then modify it, you are free to do it. (addendum: Automattic doesn’t provide any kind of official support for bbPress and when someone has a problem he comes here and ask with the hope that someone will solve the problem and as you clearly can see I’m trying to do my best and I’m not one of the official developers).

    If you have a web domain I assume that you have an FTP client as well as phpmyadmin as well as a text editor. You don’t know how to change the default number of forums? Write a couple of lines here and someone will answer you back.

    But like I said, these are basic forum elements that are missing – for instance, if you have more than 10 topics, by default your forum is now 2 pages long … And to a degree, I agree with that, where the ability to customize the software’s appearance to suit almost anything is a huge reason why I considered it

    You know what? There is a feature, a big one, called “templates”. In a template you can change everything you want and there are gazillion of functions that you can call. Why should a forum software must have an option for changing the number of forum displayed? It’s one of that “set it and forget it” option. Change a line (an operation that can be accomplished in nearly 20 seconds) on the template and enjoy your board.

    But as Kawauso said, even if the bbPress team made their own optional plugins supporting these basic features (again e.g. polls), at least we wouldn’t have to worry about them losing support.

    Akismet and PollDaddy are two service that have premium account.

    The plugin idea is what drives the modern days cause it’s far more simple to add a plugin to a repository than sending a core patch to the official dev teams. Plugins are the key features of all successfull modern software. Some example:

    1) WordPress

    2) Movable Type

    3) The entire Mozilla software line (Firefox, Thunderbird, etc)

    4) Joomla!

    5) Drupal

    5) and many, many other

    Modular design is the present and the future and thanks God a lot of bloatware are disappearing.

    I don’t say that bbPress is an easy to use software. It’s not an “upload and run” software. It suffers the fact that it’s a pretty young software and you must know a bit of php in order to set up it for being the base of a medium-sized community. That’s true. But I think that an administrator must be bit skilled in php/mySQL/mambo-jumbo. I choosed bbPress cause I was frustrated by phpBB and then I was frustrated by bbPress as well but this is the damnation of the system administrator. I have written 7 plugins in order to accomodate my needs and the needs of the community (zaerl Editor, zaerl Visibility, zaerl Post Permalink and zaerl WordPress 3 fix over all) and then I am happy with my system.

    Conclusion: it’s ok if you don’t want to use bbPress. I understand your difficulties with plugin/themes and in general the personalizations at code-level. But I can assure you that once you do that couple of changes you will enjoy a great system.

    Have a nice day.

    #96112

    I understand what you’re saying. But like I said, these are basic forum elements that are missing – for instance, if you have more than 10 topics, by default your forum is now 2 pages long as opposed to giving the option to choose what’s visible so you can prevent this problem from happening the way other bulletin boards do – without having to edit code. Polls and the like are also standard forum material that are absent with bbPress. As I’ve said before, I understand the premise of the bbPress software – less code is more. And to a degree, I agree with that, where the ability to customize the software’s appearance to suit almost anything is a huge reason why I considered it. But as Kawauso said, even if the bbPress team made their own optional plugins supporting these basic features (again e.g. polls), at least we wouldn’t have to worry about them losing support.

    And rjeevan, you’re right, there’s always a risk. Say I install bbPress and one day they stop development. I already have the risk of whether or not a plugin providing a basic accustomed feature will just get discontinued one day, now I have to worry about losing the entire forums too. You’re argueing that there’s always risk, but missing the fact that with software like bbPress (and to a lesser extent, phpbb) there’s more risk. Things like this are in my opinion what’s holding open source software back, when Kawauso provided a simple solution that could in turn please everyone (provided the plugins are developed and maintained by their respectable counterparts).

    Ben – For the record, you not reading the EULA on any forum you joined is exactly why an EULA is needed.

    #101212

    I understand what you’re saying. But like I said, these are basic forum elements that are missing – for instance, if you have more than 10 topics, by default your forum is now 2 pages long as opposed to giving the option to choose what’s visible so you can prevent this problem from happening the way other bulletin boards do – without having to edit code. Polls and the like are also standard forum material that are absent with bbPress. As I’ve said before, I understand the premise of the bbPress software – less code is more. And to a degree, I agree with that, where the ability to customize the software’s appearance to suit almost anything is a huge reason why I considered it. But as Kawauso said, even if the bbPress team made their own optional plugins supporting these basic features (again e.g. polls), at least we wouldn’t have to worry about them losing support.

    And rjeevan, you’re right, there’s always a risk. Say I install bbPress and one day they stop development. I already have the risk of whether or not a plugin providing a basic accustomed feature will just get discontinued one day, now I have to worry about losing the entire forums too. You’re argueing that there’s always risk, but missing the fact that with software like bbPress (and to a lesser extent, phpbb) there’s more risk. Things like this are in my opinion what’s holding open source software back, when Kawauso provided a simple solution that could in turn please everyone (provided the plugins are developed and maintained by their respectable counterparts).

    Ben – For the record, you not reading the EULA on any forum you joined is exactly why an EULA is needed.

    #96108

    Heys,

    I have to disagree. bbPress is the exact alternative to other forum software, and that’s why it’s great. It’s lightweight and really easy to fiddle about with. You do need to know PHP and an understanding of how other Automattic products work comes in handy, but the end result is that bbPress is a great base for dynamic forums.

    I’ve used it to create forums that don’t really look like they ever were bbPress, and I think that’s the beauty of the software. There’s very little point in Automattic creating another phpBB – the market is already flooded, and services like vBulletin already “do that”.

    bbPress doesn’t do a lot of things by default: it’s behind WordPress on things like threaded replies and the like, but it’s damn easy to create that kind of thing, without excessive code. If you want it all done for you, use something else; bbPress gives you the platform to take code and build on top. Add threaded replies if you so wish, require users to sign up using Twitter or FB Connect if you want to keep the robots out, and create templates and designs that are truly yours. You don’t have to use whatever pre-defined nonsense is held within phpBB.

    If you want to get rid of links, you can comment them out or delete the link altogether in the template. The simplicity and lightweight nature of bbPress make it truly flexible. With plugins bbPress can do anything. I’ve never had to deal with a single element of spam on any forum I host, and I have a lot of posts on one of them. Akismet keeps spam down, like it does on WordPress, and ReCAPTCHA is a beautiful and highly functional tool for keeping robots out. It’s a little like WordPress: if you want a ready made blog you use Blogger or Tumblr, if you want to take more control, WordPress allows you to (simply) control anything.

    Finally, why do you need a EULA? KISS – a terms of use page linked to from your footer works just as well. I’m not sure I ever actually read the EULA on any forum I joined.

    Ben

    #101208

    Heys,

    I have to disagree. bbPress is the exact alternative to other forum software, and that’s why it’s great. It’s lightweight and really easy to fiddle about with. You do need to know PHP and an understanding of how other Automattic products work comes in handy, but the end result is that bbPress is a great base for dynamic forums.

    I’ve used it to create forums that don’t really look like they ever were bbPress, and I think that’s the beauty of the software. There’s very little point in Automattic creating another phpBB – the market is already flooded, and services like vBulletin already “do that”.

    bbPress doesn’t do a lot of things by default: it’s behind WordPress on things like threaded replies and the like, but it’s damn easy to create that kind of thing, without excessive code. If you want it all done for you, use something else; bbPress gives you the platform to take code and build on top. Add threaded replies if you so wish, require users to sign up using Twitter or FB Connect if you want to keep the robots out, and create templates and designs that are truly yours. You don’t have to use whatever pre-defined nonsense is held within phpBB.

    If you want to get rid of links, you can comment them out or delete the link altogether in the template. The simplicity and lightweight nature of bbPress make it truly flexible. With plugins bbPress can do anything. I’ve never had to deal with a single element of spam on any forum I host, and I have a lot of posts on one of them. Akismet keeps spam down, like it does on WordPress, and ReCAPTCHA is a beautiful and highly functional tool for keeping robots out. It’s a little like WordPress: if you want a ready made blog you use Blogger or Tumblr, if you want to take more control, WordPress allows you to (simply) control anything.

    Finally, why do you need a EULA? KISS – a terms of use page linked to from your footer works just as well. I’m not sure I ever actually read the EULA on any forum I joined.

    Ben

    #35568

    Don’t get me wrong, I want to. bbPress looks wonderful, I love the simplicity and ease of use, as well as it’s integration features which are a huge plus to me. And while I acknowledge that bbPress is going through some tough times (being semi-new and through my understanding, the project lead leaving), I cannot choose bbPress for my site. The worst part about my specific situation is that I’ll most likely end up using it in the future once it’s matured, and knowing that is even more of a kick in the pants.

    A lot of times with software, the more simple it is to use, the less features it has to be used. However, bbPress lacks basic bulletin board features – like poll creation, simple appearance settings such as customizing visible forum structures, and even a pre-made registration EULA. Other bulletin boards include prepared terms and conditions to protect your site, bbPress simply asks for your e-mail which with the lack of spam prevention filters like Captchas, even with the right plugin becomes an open door towards floods of spam. Other bulletin boards also give you the ability to, for instance, change the number of how many subforums are visible: Say you have a video game forum, organized as follows: Games (Category), Console/PC (Forums), Microsoft/Sony/Nintendo (Subforums), Xbox/Xbox 360 (Sub-subforums), Hardware/Accessories (etc.). On most forum software, the appearance settings default to showing one set of subforums per-page – e.g. when you click, ‘Console Games’, the next page displays only, ‘Microsoft/Sony/ Nintendo’, and you go from there. bbPress however, defaults to listing them all at once, resulting in enormously long forum pages that can only be changed by editing code. This may not be a problem for a lot of people as it should only require changing one or two lines to fix, but as a basic feature found in most other bulletin boards, to expect people to know how bbPress’ code works would just be wrong, and as such becomes a huge turn off.

    In my opinion, one of the biggest bottlenecks and double-edged swords of open source software such as WordPress, bbPress, and even other open source forums, are the plugins. I remember reading a blog discussing the state of bbPress where the poster used the phrase, ‘there’s a plugin for that’. Plugins can be great, but they should also be considered an added bonus and not relied on for basic features. Most plugins are created by a third party, or even people like us. Just for talk sake, lets use wp-united for example. Wp-united is a plugin that links accounts between WordPress and phpbb so people can use their account from one, with the other. Say I used WordPress with phpbb, and then used wp-united to link the two. One day the wp-united team ceases support, and their latest version is incompatible with the new phpbb/WordPress. Now what happens to the huge install base I’ve developed? Do new users now have to register twice? Is my database going to be completely screwed up? bbPress eliminates this problem by having seemless integration with WordPress, but it just shows an example of how plugins can be both a good and bad thing, and how some features (like poll creation) need to be made a part of the main software despite, ‘less code being more’.

    And lastly, arguably the number one issue preventing me from using bbPress, is the state of bbPress itself; the development of this software is up in the air with there being two completely different places to discuss it’s progress (this being one of them), and the other claiming talks of turning bbPress into a BuddyPress plugin. So the people new to bbPress, such as myself, don’t know what to do. Should we install the software now? Or wait until it’s a plugin? If we install now and they change it to a plugin, what happens to the standalone installations? Do they get screwed? Are they forced to install BuddyPress and switch everything over? Now I’m only human. I have no problem admitting when I’m wrong, I make mistakes. But even if not all my facts are straight, the fact that doing the research lead to this whole scenario makes for quite the first impression.

    I didn’t post this to bash bbPress, I just hoped it would clear some of the confusion and thought it might in some way shape or form help bbPress and it’s users by getting these issues out in the open.

    #93922

    I think you’ve hit a key point christofius:

    Some of the proposed plugins should be integrated in the core. Report user, user roles, quotes, SEO, stickies, improved moderation, Pivate Messages: all of that I consider essential to a good forum script

    Many would agree, many wouldn’t.

    Thats one of the goals, to ensure that you only had what was essential to run a forum.

    I’ve been lucky enough to be on the internet for almost 20 years (and on “forums” since the bulletin-board/guestbook era), and i’ve never once used “private messaging”. That is, unless [you] call E-mail private messaging.

    …while there is nothing wrong with making them into a plugin, it would be much more convenient for new users not to have to install a bunch of stuff to get those features.

    The same could be said for people uninstalling them.

    My viewpoint is this, and I may be totally wrong, but if you include ‘core plugins’ turned off by default, users get a light-weight active and working forum right out of the box, and all they have to click is “activate” to get the desire feature working.

    This is how WordPress does it just now with the likes of Akismet, and there are very few complaints that I know of.

    egonen
    Member

    It took me sometime to find, But I found the problem:

    my-themes should have 755 permissions (not the default of 750).

    I found it in this forum.

    Still want to change to a real pic in this forum.

    Eyal

    #94022
    _ck_
    Participant

    Wait, are you talking about on TOPIC pages or on forum/front page.

    The default order in bbPress is newest topics show up at the top on forum/front page, but newest posts show up last on topic page.

    Because you said “posts” I assumed you meant topic page.

    Or are you saying you want to link the “last poster” to the last post in a topic? That’s already done on freshness?

    #93921
    christofius
    Member

    Before I respond, can I give you some comments about your draft.

    1. Some of the proposed plugins should be integrated in the core. Report user, user roles, quotes, SEO, stickies, improved moderation, Pivate Messages: all of that I consider essential to a good forum script and while there is nothing wrong with making them into a plugin, it would be much more convenient for new users not to have to install a bunch of stuff to get those features.
    2. I agree that bbpress has been neglected over the past years, and that the website especially needs a revamp.
    3. I also think that the fork needs a better theming structure, one that is easier to use and allows people with little/no knowledge to be able to edit the theme.
    4. I also think that this new software should include some features that have not been included in a lot of forum softwares, but are still useful, if not esential.

    1. Moderation Log: the idea behind it is that whenever a post gets deleted, who deleted it, a copy of the deleted post, and some notes on why it got deleted are recorded in a log (that is only viewable to certain people, of course). That way administrators and moderators can easily keep track of troublemakers and they have a log of all past offenses.
    2. Good page structure: most people spend a minuet or two looking at a site before deciding to join it. One of the factors that influence the decision is activity. The new forum software structure should be designed to reflect the activity of the forum, and how much fun people are having. This is mostly in the themes, so that’s why the default theme should be designed to reflect that.

    But anyway, now I have 3 questions:

    1. have you ever been on the development side of an open source project?
    2. If this fork got underway, would you be running the show, and if you did, how much would you contribute to the project programing wise?
    3. How would ideas get approved?

    thank you for your time

    #94283
    _ck_
    Participant

    They did something wrong and bbpress defaults to “anonymous” when it can’t find the user. Probably means they didn’t do a global or something like that.

    Bryan Petty
    Member

    I have a WP install that doesn’t use any table prefix (the default being “wp_”) in the installer, and I had trouble getting bbPress installed using it.

    I did get bbPress installed using the “wp_” prefix anyway, but had to go into the database by hand and change the bb_metadata entry for the prefix to nothing, and merge the (apparently auto-created) wp_metadata table into my “metadata” table to get it to work.

    I can’t see any problems past what I ran into with the installation, it all works fine now, but I thought I would report this anyway.

    #77437
    Rose
    Member

    Does anyone know if this still works with the current incarnations of wordpress and bbpress? I’ve tried it but it comes up with nada (using the default bbpress template with <?php echo bb_list_pages();?> added).

    #94203
    wblogan
    Member

    Checked out r2540 from http://svn.automattic.com/backpress/trunk and I’m still getting the problem that was fixed in r2518.

    #94202
    wblogan
    Member

    Well, you’ve introduced me to subversion. I had no idea. I don’t know whether to thank or cuss you! :) I’ve downloaded svn packages (I run the Ubuntu distribution of Linux on my computers) and am working through documentation. I’ll get it sooner or later. Thanks!

    #94201
    mr_pelle
    Participant

    It’s a bit hard to explain… :P

    I suppose you may try to download bbPress trunk and then BackPress trunk from here and extract the /includes folder into /bb-includes/backpress folder…

    EDIT: you’ll need this too.

    #94200
    wblogan
    Member

    Man, I hate to be so ignorant, but I did not know what SVN is. So I went to Docs and did not find anything helpful, then to google and found http://svn.automattic.com/bbpress/trunk/. I do not find a zip archive there so I take it that one simply chooses the file(s) one wants and does a copy/paste?

    #94199
    mr_pelle
    Participant

    Note that the archive you can find on TRAC does not include BackPress: I suggest you to upgrade via SVN.

    #94198
    wblogan
    Member

    I downloaded from https://bbpress.org/download/, not from https://trac.bbpress.org/browser/trunk. I did not know about “trunk”. If the link at the bottom of the page to zip format is what I need then I’ve got it. Thanks. I’ll give it a try.

    #94197
    mr_pelle
    Participant

    Did you download the archive from here or from the Download page on this site? The former is trunk, the latter 1.0.2…

    lmsook10
    Member

    Thanks for your reply. Yes, if I select year/month/title option, it goes to http://localhost/wordpress/forums/ (which is bbpress) page, which I wanted.

    However, I have another page, like about and staff.. and they do not exist like forum, so I need them to be like default?p=123

    Currently, if I click about page, it tries to go to http://localhost/wordpress/about/ and it throws Object not found! error because I do not have about page. How can I solve this problem?

    Thanks,

    #94196
    wblogan
    Member

    @chrishajer – you got me to thinking, so this morning I downloaded both the zip and tar files from this site replaced all of my core files with each of these (just to insure that there was no difference between the zip and tar); same problem. I’m no developer; I figured this was some problem on my end and not with the core files. It doesn’t seem to have affected the function, just the appearance, so it is not a huge deal. Should I report this as a bug or what? (And if so can you tell me where to do that?)

Viewing 25 results - 5,151 through 5,175 (of 6,782 total)
Skip to toolbar