56alifar (@56alifar)

Forum Replies Created

Viewing 8 replies - 26 through 33 (of 33 total)
  • In reply to: get favorites list

    @56alifar

    Blocked

    Nope didn’t work, i got the entire website loading serveral times in my sidebar where i put the following code:

    <?php

    $topics = get_user_favorites( $user->ID, true );

    $favorites_total = isset($user->favorites) ? count(explode(',', $user->favorites)) : 0;

    bb_load_template( 'favorites.php', array('favorites_total') );

    ?>

    In reply to: Bbpress in WordPress

    @56alifar

    Blocked

    @Kadr, neem even contact met me op via de contactpagina van mijn website.

    @chandersbs, because we understand each other better…

    In reply to: Bbpress in WordPress

    @56alifar

    Blocked

    Bedankt, ik heb hiervoor het “blank 2 column Right Sidebar 1.0” theme gebruikt en deze omgebouwd naar de look and feel van mijn eigen website. Heeft me heel wat tijd gekost. Als je ruime kennis hebt van html en css moet dit mogelijk zijn voor je met deze theme.

    (Transelate: Thanks, i used the “blank 2 column Right Sidebar 1.0” and build this to the look and feel of my website. It cost me lots of time. If you got the knwoledge of html and css i suggest to use this theme.

    In reply to: get favorites list

    @56alifar

    Blocked

    Sorry, a bit of a PHP Noob, if I insert the following code in my template:

    $topics = get_user_favorites( $user->ID, true );

    $favorites_total = isset($user->favorites) ? count(explode(‘,’, $user->favorites)) : 0;

    bb_load_template( ‘favorites.php’, array(‘favorites_total’) );

    I get an error

    In reply to: get favorites list

    @56alifar

    Blocked

    Thanks, but how can i put this in my template?

    In reply to: Bbpress in WordPress

    @56alifar

    Blocked

    You need to create a look-a-like theme, see: http://www.jahw.nl/forums

    In reply to: get favorites list

    @56alifar

    Blocked

    Has anyone figer this out?

    In reply to: BBPM Problem

    @56alifar

    Blocked

    Thanks! It worked!

Viewing 8 replies - 26 through 33 (of 33 total)