ganzua (@ganzua)

Forum Replies Created

Viewing 25 replies - 51 through 75 (of 182 total)
  • @ganzua

    Member

    Ok, I copy instructions Ipstenu kindly provided for 1.05a ;)

    1. 1.06a is here, download link at the bottom https://trac.bbpress.org/browser/tags/1.0-alpha-6/

    2. no backpress in trunk however, download this: http://backpress.automattic.com/changeset/190/trunk?old_path=%2F&format=zip – This is for the backpress folder

    3.Create a folder /bb-includes/backpress and unzip backpress there.

    that is it

    @ganzua

    Member

    How about http://bbpulp.org/

    Yes :) It would be very nice. I wonder why Matt didn’t send some resources to bbpress. Wp + bbpress + the buddypress thing… it would be the most powerful cms so far.

    Instead, the core of wp is being loaded all the time with stuff that you need to block installing new plugins :s

    @ganzua

    Member

    Sometime ago I used to think the same, bbpress is too light but when it comes to integrate with wordpress and after having tried another option like simple-forum, I prefer a light core.

    Perhaps the problem is the lack of a codex where you can find out how to add things-> do you want email notification? add this plugin.

    This should be my only concern so far along with some parts of the core that should be in the template folder. There is stuff in functions.bb-template.php and I recently found more in functions.bb-core.php .

    @ganzua

    Member

    Hi nightgunner!

    Thanks for the code :) It works great.

    @ganzua

    Member

    What function of myviews plugin do you need to put in front-page.php to have a paginated list of the latest topics?

    @ganzua

    Member

    Ok, I re-installed, and I cleaned cookies and now I can manually assign roles to users.

    However, still not automatic re-mapping.

    @ganzua

    Member

    BTW, I have another problem; all new topics appear as started by “anonymous” user. I had the same problem in 1.04a, yo can check it here http://www.joseperdicion.com/foro/ it says “anonimo” (anonymous in spanish) in every topic.

    @ganzua

    Member

    The error goes away in bbpress trunk 1910 with 190 backpress but the re-mapping has no effect.

    I reported here https://bbpress.org/forums/topic/bbpress-0904-and-10-alpha-5-released/page/3

    @ganzua

    Member

    ok, I just tried bbpress trunk 1910 with 190 backpress.

    Users are still no mapped.

    Whenever you go to the edit user profile page, the php error in line 2009 goes away but you can’t change the role of any user. You change the role to “memeber”, hit the update profile button and the change has no effect, the user appears again as inactive.

    @ganzua

    Member

    Hey Ipstenu, thanks for your help :)

    Giving it a try right now

    @ganzua

    Member

    You will have to manually add BackPress files from here into a directory at bb-includes/backpress (zip link an the bottom):

    http://backpress.automattic.com/browser/trunk/includes

    I didn’t catch this. How do you download all these files?

    BTW, what did it happen with 1.05alpha? Does it work?

    @ganzua

    Member

    how? Where? I think I have everthing setup okay, but everyones account on the bbpress side states:

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/user/public_html/forums/bb-includes/functions.bb-template.php on line 2009

    This problem comes from 1.04. I have the same error whenever I want to edit an user;

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in D:wampwwwwordpressbbpressbb-includesfunctions.bb-template.php on line 2009

    In line 2008 is this code;

    // Keymasters can't demote themselves
    if ( ( $bb_current_id == $user->ID && $can_keep_gate ) || ( array_key_exists('keymaster', $user->capabilities) && !$can_keep_gate ) )
    $roles = array( 'keymaster' => $roles['keymaster'] );
    elseif ( !$can_keep_gate ) // only keymasters can promote others to keymaster status
    unset($roles['keymaster']);

    In reply to: del Sol Owners Club

    @ganzua

    Member

    I like your forum, very nice :)

    @ganzua

    Member

    Even though that error is there, if you change their role from “Inactive” to “Member” the error will go away and the user will have member access.

    I can’t change any role, whenever I go to the profile page I have a php error. Maybe using phpmyadmin but this is a pain.

    @ganzua

    Member

    I sum up to the toll; recent registered users through wordpress can’t post in the forum. The “add new” link doesn’t appear whenever one of them logs in.

    I tried to manually assign roles but whenever I go to the profile page I get a function error there. Forum death :(

    @ganzua

    Member

    Well, now, even the admin appears as anonymous whenever he starts a thread. You can actually can check my “even-deeper” live installation right now here;

    http://www.joseperdicion.com/foro/

    I probably did anything wrong while installing because this didn’t happen in my computer installation, but I don’t know to do.

    Is there anything I could check?

    @ganzua

    Member

    You need to change the ID as well.

    I did change both plus poster ID in bb_posts table. I re-counted but noway, topic starters still appears as anonymous.

    Do I need to change anything in bb_term_relationships table?

    In reply to: Show off your Forum !!

    @ganzua

    Member

    Nice one Tiago, very inspiring, thanks for showing :)

    In reply to: Sanitizing user names

    @ganzua

    Member

    Hey Ipstenu,

    The plugin you suggested seems to work after a wp-bbpress integration! thanks a lot :)

    In my case, I’m forcing registration and login through wp. I tried registration through bbpress before, and I think you run into a lot of problems.

    The sanitize_user() function is the same in bbPress as it is in WordPress. Even the filter names are the same. Still, WordPress plugins don’t generally work in bbPress without some modification.

    If it is the same function, in my opinion this feature should be in the core of both, wb and bbpress. It has no sense to allow double registrations like “John” and “john”, don’t you think so?

    @ganzua

    Member

    Hi Istelie! Thanks for your answer :)

    I came across before the post that is suggested in your thread;

    https://bbpress.org/forums/topic/permanently-deleting-topocs-and-posts

    but it is not exactly what I want because I can edit myself the database using phpmyadmin, I don’t need any script.

    What I want is to substitute topic_delete_link() function in my template for a new function that can permanently delete a post.

    I can’t believe there isn’t any. Can’t you use bb_delete_posts() to do this?

    @ganzua

    Member

    Buen trabajo! (automatic translation; Good job!)

    @ganzua

    Member

    Well I implemented my silly workaround with the conditional in the header and it works;

    if this is_bbress -> bbpress search form

    else -> wp search form

    you get results only for the forum inf you are browsing bbpress and only for wordpress if you are in wp.

    @ganzua

    Member

    Thanks for the code John :) Half the results but it actually could solve the 404 problem.

    However, adding a get_settings(‘home’) to the search form makes this search;

    /wordpress/wordpress/bbpress/?s=

    I had in mind that perhaps anybody developed a wordpress plugin that could search both, wp and bb and then display the results, first all the wp entries and next all the bb entries.

    Or maybe a conditional in the wp template where I placed wp searcher; first the wp searcher with anything similar to John’s get_settings(‘home’) and then a conditional; if this is bbpress then use bbpress searcher and append the results. I already have a function to create bb conditionals in wp;

    function is_bbpress() {
    global $bb;
    return $bb ? true : false;
    }

    There is another search plugin for bbPress that appends a WordPress search to the bbPress search.

    I wanted all the contrary :) a wp plugin that appends bb results at the end of the search.

    BTW, after finding the searcher issue I realized that 404 templates need integration too.

    @ganzua

    Member

    I actually realized that I have a problem when using wordpress searcher after deep integration because it doesn’t work if you are browsing bbpress.

    I have wp searcher in the wp header and I load this header into bbpress. Whenever you try to search while being in bbpress yo get a 404 error because the link of the search is this one;

    /wordpress/bbpress/index.php?s=lorem

    @ganzua

    Member

    If you want to integrate the forum with wordpress latest version, you have two options; bbpress and simple-forum plugin.

    If you need a stand-alone forum I’d go for phpbb3. It has everything that a forum should have.

Viewing 25 replies - 51 through 75 (of 182 total)