Re: Seo for Buddypress 1.0 beta
New Version 1.0.4 with special tags for forums is out now.
%%forumtopictitle%% Replaced with current forum topic title
%%forumtopicpostername%% Replaced with current forum topic poster name
%%forumtopiclastpostername%% Replaced with current forum topic last poster name
%%forumtopicstarttime%% Replaced with current forum topic start time
%%forumtopictime%% Replaced with current forum topic time
%%forumtopictext%% Replaced with current forum topic text
I had some problems to get the values of the forum:
The instance of the $forum_template is only initialized in the forum loop in the template. So I had to initialize a second object, that decreased the performance a bit.