Search Results for 'code'
-
AuthorSearch Results
-
October 13, 2010 at 3:26 pm #96005
In reply to: Anonymous posting broken in 1.02
3sixty
MemberThanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).
October 13, 2010 at 3:26 pm #101105In reply to: Anonymous posting broken in 1.02
3sixty
MemberThanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).
October 13, 2010 at 1:25 pm #96127In reply to: Ads & Advertising – user friendly?
deadlyhifi
Participantthe bbPress community in a bit of a transition period while it gets rereleased as a WordPress plugin.
But, yes you can put advertising on your site using OpenX – it would require editing your forum’s theme files by placing the code generated in OpenX in the spots you want them to appear.
Any web developer/designer should be able to do quite easily.
October 13, 2010 at 1:25 pm #101227In reply to: Ads & Advertising – user friendly?
deadlyhifi
Participantthe bbPress community in a bit of a transition period while it gets rereleased as a WordPress plugin.
But, yes you can put advertising on your site using OpenX – it would require editing your forum’s theme files by placing the code generated in OpenX in the spots you want them to appear.
Any web developer/designer should be able to do quite easily.
October 13, 2010 at 1:18 pm #96284In reply to: How to update JQuery & Prototype?
deadlyhifi
ParticipantI’m running v1 so not sure if this works in 0.9 – but you follow the same pattern as WordPress.
In your forum theme’s functions file deregister then register your new scrip.
e.g.
wp_deregister_script('jquery');
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2', true);
wp_enqueue_script('jquery');See https://codex.wordpress.org/Function_Reference/wp_enqueue_script for more details
October 13, 2010 at 1:18 pm #101384In reply to: How to update JQuery & Prototype?
deadlyhifi
ParticipantI’m running v1 so not sure if this works in 0.9 – but you follow the same pattern as WordPress.
In your forum theme’s functions file deregister then register your new scrip.
e.g.
wp_deregister_script('jquery');
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2', true);
wp_enqueue_script('jquery');See https://codex.wordpress.org/Function_Reference/wp_enqueue_script for more details
October 13, 2010 at 2:04 am #35623Topic: Can't Login!
in forum Troubleshootingmiiduu
Member1. I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:
# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /location_of_install/
Options +MultiViews
</IfModule>
# END BBPress
After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?
besides if you are interested in running a free online shop, what’s more, you can also put your shop on facebook, please sign up at the following site http://www.miiduu.com/facebook-store?source=fb
October 12, 2010 at 9:54 am #95891In reply to: Google Adsense
pnyxe1
Memberto be on the safe side, i have disabled click tracking for adsense as they’ve said not to mess with the code, are you sure it is not going to be a problem if i enable tracking? i was going to email adsense support but if someone has the answer here it would be nice.
October 12, 2010 at 9:54 am #100991In reply to: Google Adsense
pnyxe1
Memberto be on the safe side, i have disabled click tracking for adsense as they’ve said not to mess with the code, are you sure it is not going to be a problem if i enable tracking? i was going to email adsense support but if someone has the answer here it would be nice.
October 11, 2010 at 9:46 pm #35584Topic: my-plugins directory is not loading, why?
in forum Troubleshootingfrooyo
MemberI 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?
October 10, 2010 at 10:17 am #96114In reply to: Why I Can't Choose bbPress
zaerl
ParticipantDear “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/>.
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.
October 10, 2010 at 10:17 am #101214In reply to: Why I Can't Choose bbPress
zaerl
ParticipantDear “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/>.
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.
October 9, 2010 at 9:26 pm #96112In reply to: Why I Can't Choose bbPress
RandomGuySays
MemberI 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.
October 9, 2010 at 9:26 pm #101212In reply to: Why I Can't Choose bbPress
RandomGuySays
MemberI 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.
October 9, 2010 at 1:28 pm #35573Topic: Admin – Posts dont appear
in forum Troubleshootingbravo81
MemberHi all,
I am using BB Press here:
http://www.mobclan.co.uk/forum/
(Sorry if your offended by the site title.)
Basicly, I am Admin/Bravo81.
My posts, here:
http://mobclan.co.uk/forum/topic.php?id=2
Dont appear? But everyone elses comments do.
Then, If I edit my post. The text is in the textfield?
What have I done
& how do I fix it? Haha.Thanks,
Dean.
October 9, 2010 at 12:12 pm #96109In reply to: Why I Can't Choose bbPress
zaerl
ParticipantExactly. And zaerl is the perfect example of what happens when you skim through something instead of actually reading it. There’s a reason it’s lengthy, so next time read the whole thing before complaining about it.
Dear “random guy says” when you choose a software, like when you choose a car or a banana you look at the thing you will buy and then you choose.
There are a lot of bulletin software out in the wild and you have a lot of alternatives. As you can see from the main page of bbPress that particular piece of software has been built in order to be the most light as possible and to let the users expand it the way they want.
Now you are in the “bbPress Support Forums” and you are saying that you can’t choose bbPress. It’s ok, I accept your position but your post isn’t exactly a “feedback” but just a rant from a user that doesn’t understand the philosophy that drive bbPress as well as WordPress as well as every modern CMS-like system used nowadays.
I have read your entire post and you are just saying that you can’t choose bbPress cause it isn’t shipped with everything you want and that you are afraid by the fact that plugins are third-party software and that the mantainer can stop supporting it. Then you know what? Install phpBB. It is a gargantuan software full of every feature your mind can even imagine. But it’s slow, bloated, full of double-flip hack in the code and you need a ninja server when your userbase grow up a little. Or buy vBullettin. It’s slightly better that phpBB and you have also phone assistance. That’s what you’re searching for.
But answer me: why do ranting on the bbPress forum regarding the bbPress/WordPress philosophy? You think that you will change something? Or that you will add something valuable?
I dare to make an analogy: you are like a customer that enter a Tesla Motors reseller saying that he will not buy the new Roadster 2.5 cause you like the smell of gasoline in the morning.
October 9, 2010 at 12:12 pm #101209In reply to: Why I Can't Choose bbPress
zaerl
ParticipantExactly. And zaerl is the perfect example of what happens when you skim through something instead of actually reading it. There’s a reason it’s lengthy, so next time read the whole thing before complaining about it.
Dear “random guy says” when you choose a software, like when you choose a car or a banana you look at the thing you will buy and then you choose.
There are a lot of bulletin software out in the wild and you have a lot of alternatives. As you can see from the main page of bbPress that particular piece of software has been built in order to be the most light as possible and to let the users expand it the way they want.
Now you are in the “bbPress Support Forums” and you are saying that you can’t choose bbPress. It’s ok, I accept your position but your post isn’t exactly a “feedback” but just a rant from a user that doesn’t understand the philosophy that drive bbPress as well as WordPress as well as every modern CMS-like system used nowadays.
I have read your entire post and you are just saying that you can’t choose bbPress cause it isn’t shipped with everything you want and that you are afraid by the fact that plugins are third-party software and that the mantainer can stop supporting it. Then you know what? Install phpBB. It is a gargantuan software full of every feature your mind can even imagine. But it’s slow, bloated, full of double-flip hack in the code and you need a ninja server when your userbase grow up a little. Or buy vBullettin. It’s slightly better that phpBB and you have also phone assistance. That’s what you’re searching for.
But answer me: why do ranting on the bbPress forum regarding the bbPress/WordPress philosophy? You think that you will change something? Or that you will add something valuable?
I dare to make an analogy: you are like a customer that enter a Tesla Motors reseller saying that he will not buy the new Roadster 2.5 cause you like the smell of gasoline in the morning.
October 9, 2010 at 11:28 am #96159In reply to: How to show markup buttons when i create a new post
mr_pelle
Participantzaerl editor: https://bbpress.org/plugins/topic/zaerl-editor/
Excellent plugin!
October 9, 2010 at 11:28 am #101259In reply to: How to show markup buttons when i create a new post
mr_pelle
Participantzaerl editor: https://bbpress.org/plugins/topic/zaerl-editor/
Excellent plugin!
October 9, 2010 at 8:58 am #35572Topic: How to show markup buttons when i create a new post
in forum Themestungjacob
MemberDo you know how to show the markup buttons like these when creating a new post
This is what i want:

This is actually what i’ve got:

And here are plugins I have:

Do you which plugin i need to make those buttons appear
October 9, 2010 at 12:33 am #96108In reply to: Why I Can't Choose bbPress
Ben Sutcliffe
MemberHeys,
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
October 9, 2010 at 12:33 am #101208In reply to: Why I Can't Choose bbPress
Ben Sutcliffe
MemberHeys,
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
October 8, 2010 at 10:30 pm #35571Topic: White Screen on Step2
in forum Installationpkandathil
MemberHey,
I am trying to install bbpress for my WordPress 3.0.1 website.
1) I created a folder called forums on my webserver
2) I extracted the bbpress code and copied over the files
3) When visited http://mystite.com/forums and I was able to complete the first step in the installation process.
4) I provided the correct db information.
5) When I clicked on “Go to Step 2” I see a white screen.
I checked the error log and this is what I get.
PHP Fatal error: main() [function.require]: Failed opening required ‘/hermes/web05/b2075/moo.techsamuraiscom/demo/forums/bb-includes/backpress/functions.wp-scripts.php’ (include_path=’.:/usr/local/lib/php-4.4.9/lib/php’) in /hermes/web05/b2075/moo.techsamuraiscom/demo/forums/bb-settings.php on line 987
Please help
October 8, 2010 at 9:39 pm #96107In reply to: Why I Can't Choose bbPress
Adam Harley (Kawauso)
MemberI’m pretty sure bbPress is becoming a WordPress plugin rather than a BuddyPress one, with a converter being made once it’s stable. I also gather there’s a movement to branch the 0.9 code into a standalone forum which would also have a converter available for 1.0 installs.
That said, I really do have to agree with the rest of the points you made. I work a lot with WordPress and the level of documentation available is just without parallel in BuddyPress, but you really do need to know bbP just to do the simplest things at times.
Ideally there ought to be a set of core plugins, as was proposed for WordPress, so that essential functionality could be bundled but not necessarily included per se. I don’t support incorporating such functionality into the core itself though, since that would essentially be at odds with the WordPress/bbPress design philosophy.
October 8, 2010 at 9:39 pm #101207In reply to: Why I Can't Choose bbPress
Adam Harley (Kawauso)
MemberI’m pretty sure bbPress is becoming a WordPress plugin rather than a BuddyPress one, with a converter being made once it’s stable. I also gather there’s a movement to branch the 0.9 code into a standalone forum which would also have a converter available for 1.0 installs.
That said, I really do have to agree with the rest of the points you made. I work a lot with WordPress and the level of documentation available is just without parallel in BuddyPress, but you really do need to know bbP just to do the simplest things at times.
Ideally there ought to be a set of core plugins, as was proposed for WordPress, so that essential functionality could be bundled but not necessarily included per se. I don’t support incorporating such functionality into the core itself though, since that would essentially be at odds with the WordPress/bbPress design philosophy.
-
AuthorSearch Results