Search Results for 'bbpress'
-
AuthorSearch Results
-
July 16, 2007 at 10:19 pm #54760
In reply to: Plugin: bbCode for bbPress
oledole
MemberThanks! That fixed it.
July 16, 2007 at 10:15 pm #54759In reply to: Plugin: bbCode for bbPress
fel64
MemberDid it not say what the fatal error was?
In any case, at a hunch putting
if( !function_exists('force_balance_tags') ) {
in front of ck’s code, and
}
before the
add_filter(...
bit, could fix it. I don’t run it myself so this is a long shot.July 16, 2007 at 10:08 pm #54758In reply to: Plugin: bbCode for bbPress
oledole
MemberLooked like a nice tweek-plugin, but it produced a “fatal error” when I activated it. Looks like it has something to do with this suggested code:
add this to a plugin
function force_balance_tags($text) {return balanceTags($text, true);}
add_filter(‘pre_post’, ‘force_balance_tags’);
When I added this to the bbcode plugin it resulted in the same fatal error when activated…
July 16, 2007 at 10:05 pm #59008In reply to: Installing phpMyAdmin 2.10.2.tar.tz on my web server
Inquirer
MemberI dropped the bbPress tables in my database and did a reinstall.
The installation went fine.
I discovered my original installation falied because of a typo
I had entered ‘http://mywebsite.com/forums/’;
I should have entered ‘http://mywebsite.com/forum/’;
On this install I didn’t want to integrate with the WordPress database.
Now I need to learn how to customize the forum’s appearance.
Is there a way to change the forum name within Administration or will I have to edit the config.php file and FTP it?
Is a lot of customization done through plugins and php templates?
I found this online.
[The best way to start off is to create a new directory inside the root folder of the bbpress install called “my-templates”. Any php templates place in this folder with the same name as in “bb-templates” will override the original files. For example, if you modify front-page.php and upload it to “my-templates”, bbpress will pull the customized front-page.php file.]
Fore instance I like adding the ‘This topic is one of your favorites’ feature.
July 16, 2007 at 10:01 pm #59075In reply to: WordPress/BBPress Single Sign On
fel64
MemberShould be. If they are on the same domain, it is certainly possible. In a small set of cases you will need to add two simple lines of code to your bbpress config.php. What URLs do you (want to) have bbpress and wp at? Tell us and we can tell you what code to add.
July 16, 2007 at 9:50 pm #2104Topic: WordPress/BBPress Single Sign On
in forum TroubleshootingAndrew
MemberI’ve read through multiple posts about WordPress/BBpress integration but cannot find the answer to one question.
Is single sign on supported?
I understand that the same username and password is shared between the two sites, but if I log into WordPress do the same cookies automatically log me into BBpress?
July 16, 2007 at 5:00 pm #59069talbina
MemberPosting jobs from company websites (NOT job boards) is fine. Infact, you are doing them a favour.
Job postings are like advertisements.
July 16, 2007 at 4:59 pm #59072fel64
MemberI don’t know. But they have 306 plugins http://lussumo.com/addons/index.php?Sort=Recent.
Looking through the documentation, it’s quite interesting but you’ll find writing plugins much more difficult. It really requires you to understand, or at least work with, OO (extending classes and the like), whereas in bb you can do well with just functions.
July 16, 2007 at 4:47 pm #54757In reply to: Plugin: bbCode for bbPress
citizenkeith
Participant_ck_: Thanks for the Tweaks plugin. Very useful!
July 16, 2007 at 4:47 pm #59068fel64
MemberI’m not sure I understand. Is this a technical problem with bb or a conceptual problem with your idea?
If you make fake accounts so you can post threads with the right dude’s name, and the right dude turns up later, just give him your fake account. That’s not automatable by default, you would have to manually edit the profile to set their email and then let them set their own password. But it would work.
Do you have the right dude’s permission to post his jobs?
July 16, 2007 at 4:41 pm #59048fel64
MemberChanging the width of the theme is easy; all it takes is a single change in a CSS file. If they hard-coded the width into the HTML, they deserve the extra work.
I think that if you use they backticks on an inline basis the overflow is hidden, but if you use it for paragraphs (specifically: backtick is in line above your code, I think) the overflow remains.
For example, a really long path like
var/www.mywebsite.com/htdocs/wordpress/bbpress/bb-includes/template-functions.php
or whatever will be cut off. If there had been spaces, it should wrap.But a paragraph of code will have the scrollbar.
<?php
/*
Plugin Name: o/
*/
function withareallylongnamethatjustneverstopsandthefunctiondoesn'tevendoanythinguseful() {
return true;
}July 16, 2007 at 4:33 pm #59067talbina
MemberSorry i meant wordpress.org
July 16, 2007 at 4:20 pm #59066Trent Adams
Memberwordpress.com is the hosted blog service of wordpress. Go to https://wordpress.org/support/ to search
Trent
July 16, 2007 at 3:51 pm #59065talbina
MemberOk.
No offence to the wordpress.com people. But i just went on the wordpress.com support forum and searched for ‘CMS’ and almost everyone there has a lot of trouble making wordpress.com into a CMS.
All the reply posts about CMS on there have all been just ‘advice’, no real action to build on.
July 16, 2007 at 3:20 pm #59064talbina
MemberCan you please show me some websites that use WordPress, that are not blogs?
Something with some functionality in them.
Thanks,
Talbina
July 16, 2007 at 3:18 pm #59063talbina
MemberHello ck,
thanks for the help.
I keep on thinking that wordpress is a blog software, but i guess its just like any other CMS.
Furthermore, what im trying to do now is reduce cost. That means, try to use the software that has the most features that i need already.
BBpress already has categories (different job types) , posts (job posts) , users (companies) and avatars (for logos).
Just way too confused for a person like me who doesnt know anything.
July 16, 2007 at 3:17 pm #59071Trent Adams
MemberI am not sure, but how big is the development community on Vanilla?
Trent
July 16, 2007 at 3:13 pm #59047_ck_
ParticipantYeah the only problem I can foresee is that the plugin browser looks like a semi-custom job and I am uncertain if it’s hard coded into the template.
(In other news I finally figured out how to use SVN last night and posted my two little plugins directly… we’ll need to have a “100 plugins party” when bbpress hits that many…
July 16, 2007 at 3:04 pm #56710In reply to: Plugin: Avatar Upload
LMD
ParticipantA new version of Avatar Upload is now available – for changes see the plugin browser thread:
https://bbpress.org/plugins/topic/46/page/2?replies=34#post-373
July 16, 2007 at 3:03 pm #59070Detective
MemberHi!
I run a vanilla board. I think Vanilla is a very complete, fast and stable forum software. The only problem i have is that none of the add-ons i programmed work the way i wanted. This is because the design of Vanilla is extremely object oriented so there are rules that you have to follow.
BBPress doesn’t have that. Instead you have a lot more freedom to do things, and that’s what i wanted, so i’m moving to BBPress.
Of course the object oriented structure of Vanilla is extremely well designed. I just don’t think extreme OO is completely adecuate on this kind of software.
Another difference is that in Vanilla you just enable an add-on and it works. You don’t have to add code nor modify files (again, this is because of the structure of Vanilla. This is a very good feature, specially if you don’t have experience in PHP). In BBPress mostly all of the time you’ll have to modify files in your template to use some plugins (i like this, because i have more control over what’s happening).
In short, Vanilla is excellent, but it’s not for me
July 16, 2007 at 2:54 pm #59062_ck_
ParticipantIf you are just making one locked post with no replies then WordPress will suit you better. Forums are best for users being able to start threads themselves. Blog-like CMS software is best for 1-to-many.
The other benefit of WordPress is that you can have unlimited alias nicknames and anonymous self-posting with alias nicknames. So you could pretend to be “Microsoft” when you post and then later if Microsoft really becomes a client you can give them a true login with the real username.
Last but not least wordpress has far more development and plugins and contributors than bbpress at this time. Something to consider for a commercial application.
July 16, 2007 at 2:43 pm #59046Trent Adams
MemberAh….here! That would make sense for sure since even the wordpress.com forums are using a larger layout for posts! I will pass it along up the chain!
Trent
July 16, 2007 at 2:37 pm #59027In reply to: Plugin: Private Forums v4.0
_ck_
ParticipantBe sure to see my nifty update at the end of that thread.
I suspect 4.01 will be out shortly
I really like this plugin, gives bbpress a higher end forum feature.
July 16, 2007 at 2:35 pm #59045_ck_
ParticipantI guess I meant Kakumei which will use either 800×600 or 1024×768 much more appropriately than this old layout.
This layout isn’t even 800×600, it’s 600px wide, not because there is a sidebar or anything, just because.
There’s no-one left using 640×480. If they are using a mobile browser they can just use the rss feeds and a converter.
Wait are you saying we can change the theme here ourselves? I guess you really meant on your own site(s).
July 16, 2007 at 2:24 pm #59044Trent Adams
MemberYou mean having a template that is completely ‘auto’ driven so that it adjusts to each browser window width? I know that I constantly get users a little mad at me because I like ‘big resolution’ on my computers and my users are still at 800 X 600 screens so my sites have a tendency to have to be scrolled.
Not sure about the overflow as I don’t use the default theme myself. Anyone else?
Trent
-
AuthorSearch Results