Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,101 through 45,125 (of 64,515 total)
  • Author
    Search Results
  • #86062
    gerikg
    Member

    I 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.

    #86252
    gerikg
    Member

    Do you want to increase the size of the box or increase the amount of letters you can put?

    #86285

    In reply to: Install problem

    vimcortez
    Member

    Thanks, 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?

    #33863

    Topic: Install problem

    in forum Installation
    vimcortez
    Member

    Hi

    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

    #86061
    chrishajer
    Participant

    I guess no one uses it like that.

    So what sort of features would you need for parent communication? Who would they be communicating with?

    #85749
    gerikg
    Member

    and I don’t know what it means… I don’t code.

    #85748
    gerikg
    Member

    I’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 339

    #85702
    56alifar
    Blocked

    I 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?

    chrishajer
    Participant

    Hmm, 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?

    #86255
    chrishajer
    Participant

    Did 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?

    #86250
    chrishajer
    Participant

    That screenshot shows that you already modified the database table?

    #84749

    In reply to: Plugins You Want !!!

    chengdu-living
    Participant

    chrishajer – is it easy to get ‘subscribe to topic’ working with bbPress 1.02? Or is the next release expected to be soon? Thanks!

    #85701

    This 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);

    #85700
    56alifar
    Blocked

    anyone?

    #85946
    royho
    Participant

    @qprints

    No problem, stop by anytime…

    #85945
    qprints
    Member

    Many thanks royho, great guide

    #86249
    absolutex
    Member

    I am try to increase topic_title in database from varchar(100) to varchar(200)

    http://upic.me/i/kz/1copy.png

    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.

    #86248

    simple

    —> 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.

    #86247
    absolutex
    Member

    simple

    —> how to increase topic length bbpress (2 posts) (2 voices)

    Topic title length :D

    #86246
    Gautam Gupta
    Participant

    Topic title length or topic post length?

    #33858
    absolutex
    Member

    how to increase topic length

    thanks.

    #85911
    Kevin Ryman
    Participant

    Something 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. :)

    #85910
    arpowers
    Member

    We’d love to… anything specific you’d like covered?

    #33854
    Marius-
    Member

    There 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?

    #76034
    chrishajer
    Participant

    That 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?

Viewing 25 results - 45,101 through 45,125 (of 64,515 total)
Skip to toolbar