Forum Replies Created
-
In reply to: get favorites list
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@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 WordPressBedankt, 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 listSorry, 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 listThanks, but how can i put this in my template?
In reply to: Bbpress in WordPressYou need to create a look-a-like theme, see: http://www.jahw.nl/forums
In reply to: get favorites listHas anyone figer this out?
In reply to: BBPM ProblemThanks! It worked!