Search Results for 'bbpress'
-
AuthorSearch Results
-
March 28, 2010 at 2:36 pm #86062
In reply to: bbPress for Home and School / Parent Communication
gerikg
MemberI don’t think a forum works for you as communicating to the parents privately. Unless you make the forum members only and make all the parents register. It’s a great tool to show the parents the curriculum though.
March 28, 2010 at 1:47 pm #86252In reply to: how to increase topic length bbpress
gerikg
MemberDo you want to increase the size of the box or increase the amount of letters you can put?
March 28, 2010 at 12:57 pm #86285In reply to: Install problem
vimcortez
MemberThanks, I finally chaned an advanced option and was able to login. Yet the install did not go through properly and I don’t have any specifics as to what went wrong. I received an email saying my forum was up and running but when connecting get a 404 ‘not found’ error.
Here’s the log for the install (I replaced personal/sensitive data with “****”:
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: *********wp (***************)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_terms
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_relationships
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_taxonomy
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_usermeta
>>>>>>>>> Changing column: umeta_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_id
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.*********.com/
>>> Blog address (URL): http://www.*********.com/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: ********* Forum
>>> Site address (URL): http://www.*********.com/forum/
>>> From email address: *********@*********.com
>>> Key master role assigned to existing user
>>>>>> Username: *********
>>>>>> Email address: *********@*********.com
>>>>>> Password: *********
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Making plugin directory at /homez.109/*********/www/bbpress/my-plugins/.
>>> Making theme directory at /homez.109/*********/www/bbpress/my-templates/.
>>> Key master email sent
There were some errors encountered during installation!
I don’t see what went wrong?
March 28, 2010 at 10:28 am #33863Topic: Install problem
in forum Installationvimcortez
MemberHi
I’m trying to install bbpress on my website and getting no joy. I put the uncompressed bbpress folder at the root (www) folder of my website. Problem is, the bbpress installer won’t accept the database login info I enter.
Maybe I’m doing it wrong? I’m using the same database as for wordpress, as creating an additional databse cost money with my provider (ovh).
I’d appreciate any help.
VC
March 28, 2010 at 5:19 am #86061In reply to: bbPress for Home and School / Parent Communication
chrishajer
ParticipantI guess no one uses it like that.
So what sort of features would you need for parent communication? Who would they be communicating with?
March 28, 2010 at 3:23 am #85749In reply to: BuddyPress Default Theme for bbPress?
gerikg
Memberand I don’t know what it means… I don’t code.
March 28, 2010 at 3:10 am #85748In reply to: BuddyPress Default Theme for bbPress?
gerikg
MemberI’m working on it but I can’t get the admin bar to show in bbpress.
I keep getting:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'bp_core_admin_bar_css' was given in /homepages/0/00/htdocs/wpbpbbp/wordpress/wp-includes/plugin.php on line 339
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'bp_core_add_js' was given in /homepages/0/00/htdocs/wpbpbbp/wordpress/wp-includes/plugin.php on line 339March 28, 2010 at 1:24 am #8570256alifar
BlockedI want the same as the relevant posts plugin does but also for the forum.
If the blogpost in WP has the same tags as a forum topic i want to show the links on the blogpost with relevant forum posts.
Can this be done?
March 28, 2010 at 12:41 am #86049chrishajer
ParticipantHmm, can’t seem to find it anywhere:
https://bbpress.org/forums/topic/new-bbpress-theme-black-letterhead
All the themes from that site, not listed in the directory listing:
http://www.bbpressthemes.net/download/
I wonder if anyone using it will share the download?
March 27, 2010 at 9:09 pm #86255In reply to: Filename cannot be empty
chrishajer
ParticipantDid you change anything recently? How long was it fine, and when did it break? Was it ever OK?
It looks like bbPress is trying to include some template file and failing to do that? Did you change themes recently?
March 27, 2010 at 9:06 pm #86250In reply to: how to increase topic length bbpress
chrishajer
ParticipantThat screenshot shows that you already modified the database table?
March 27, 2010 at 8:55 pm #84749In reply to: Plugins You Want !!!
chengdu-living
Participantchrishajer – is it easy to get ‘subscribe to topic’ working with bbPress 1.02? Or is the next release expected to be soon? Thanks!
March 27, 2010 at 8:09 pm #85701kevinjohngallagher
MemberThis is fairly simple to do, but you have to define exactly what you want it to do.
i.e. Are you looking for forum topics that include any of the Tags in the blog post? This means that there will be no ordering or weighting on relavancy.
This line of WP code will help you on your way too:
$tags = wp_get_post_tags($post->ID);
March 27, 2010 at 6:10 pm #8570056alifar
Blockedanyone?
March 27, 2010 at 4:39 pm #85946In reply to: WP + BBpress Deep Integration Video Tutorial
March 27, 2010 at 4:37 pm #85945In reply to: WP + BBpress Deep Integration Video Tutorial
qprints
MemberMany thanks royho, great guide
March 27, 2010 at 4:08 pm #86249In reply to: how to increase topic length bbpress
absolutex
MemberI am try to increase topic_title in database from varchar(100) to varchar(200)
and post-form.php
<input name=”topic” type=”text” id=”topic” size=”50″ maxlength=”200″ tabindex=”1″ />
But i couldn’t increase topic title length.
March 27, 2010 at 3:26 pm #86248In reply to: how to increase topic length bbpress
kevinjohngallagher
Membersimple
—> how to increase topic length bbpress (2 posts) (2 voices)
Sorry, i’m confused.
This is simple how? I don’t see “topic title” written there…
Please try and be MORE cryptic and provide LESS information. That makes it so much easier for us to help you, after all, we love coming on here to help people and have to GUESS exactly what it is they want.
March 27, 2010 at 3:04 pm #86247In reply to: how to increase topic length bbpress
absolutex
Membersimple
—> how to increase topic length bbpress (2 posts) (2 voices)
Topic title length
March 27, 2010 at 2:10 pm #86246In reply to: how to increase topic length bbpress
Gautam Gupta
ParticipantTopic title length or topic post length?
March 27, 2010 at 1:52 pm #33858Topic: how to increase topic length bbpress
in forum Requests & Feedbackabsolutex
Memberhow to increase topic length
thanks.
March 27, 2010 at 1:28 pm #85911In reply to: bbPress Deep Integration / Installation Tutorial
Kevin Ryman
ParticipantSomething people always seem to be asking around here… Integrating bbPress to an existing overall page design. In other words, how to create a matching bbPress theme for your site.
March 26, 2010 at 11:53 pm #85910In reply to: bbPress Deep Integration / Installation Tutorial
arpowers
MemberWe’d love to… anything specific you’d like covered?
March 26, 2010 at 10:21 pm #33854Topic: Does "Ignore Member" work with 1.02?
in forum InstallationMarius-
MemberThere are some members totally furious at each other in my forum. I could use a plugin like this. But according to its comments, several users claims it didnt work YEARS ago. So how does it work now, with bbpress 1.02?
March 26, 2010 at 7:33 pm #76034In reply to: Linking back to main website.
chrishajer
ParticipantThat page is requiring a login, so I cannot see it.
You can edit the file locally in Notepad, but after editing, you need to save the file then upload the edited file with an FTP program probably. What did you use to upload bbPress in the first place?
-
AuthorSearch Results