Forum Replies Created
-
In reply to: Put PHP together
For everybody’s information, this puts pagination in the title thats good for SEO.
For example:
If you change the following:
<title><?php bb_title() ?></title>
To:
<title><?php bb_title() ?><?php if ($page>1 && (is_front() || is_topic() || is_forum())) echo ” – page $page”; ?></title>
in your header.php file of your theme folder.
Now every page has a unique title because the pagination has added in the title.
Example:
http://www.jahw.nl/forums/page/4
http://www.jahw.nl/forums/topic/favoriete-alcoholisch-drankje/page/3
This is really good for your SEO and will avoid duplicated topic titles.
In reply to: Put PHP togetherIt worked, thank you mod!
I wanna get rid of this too
In reply to: Terms of Servicethnx
In reply to: integrating BBpress as a WP pageA popular dutch website has the same see: http://www.fancy.nl/forum
And if you search google for the forum discussions you get this: http://www.fancy.nl/bbpress/topic.php?id=135979&page&replies=24
In reply to: bbPress mobile versionPlease let me know when its available
In reply to: integrating BBpress as a WP pageiframes is bad for your seo and if visitors come from searchengines it wil only show the iframe page and not the complete website
Thnx for your answer KEvin, how can this be done?
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?
anyone?
In reply to: Editing the RSS feed outputIn your templates folder than rss2.php
U can use this to show only the title:
<title><?php topic_title( $bb_post->topic_id ); ?></title>
Did you get this work already?
In reply to: New: Smilie Pack for 'bbPress Smilies'Thanks, great pack! See it working at http://www.jahw.nl/forums/
Is there a way to also get kisses and love icons?
In reply to: bbPress_Latest_Discussion with avatarAlready got it, this function was already integrated in the sidebar widget. See: http://www.jahw.nl
In reply to: bbPress mobile version@BerryReview, can you help me with this?
In reply to: RSS FeedsI got the same problem, and my recent topics RSS feed will not update
In reply to: bbPress mobile versionI have the same problem, any suggestions?
In reply to: Ah, WP, BBp, and Buddypress done!Thanks! The language is dutch
In reply to: Ah, WP, BBp, and Buddypress done!Great work gofastbargains,
Check out mine completely integrated forum http://www.jahw.nl/forums
In reply to: Outgoing links in postResolved because of this great new plugin:
https://bbpress.org/plugins/topic/bb-open-in-new-window-plugin/
Thanks to Keith Graham
In reply to: Outgoing links in postSorry for my bad language… yes, I want to open the outgoing link in a new window automaticly everytime when a new link is posted in a topic.
In reply to: Download controlI don’t know how to do this in a post but maybe you can put it in your theme or sidebar like this:
Not logged in:
<? if (!bb_is_user_logged_in()) { echo ‘Put here a text for not logged in members’; } ?>
Logged in:
<? if (bb_is_user_logged_in()) { echo ‘Put here links or anything else for logged users’; } ?>
This will work in a theme, maybe this is a solution for your problem?
In reply to: BBPM TranslationProblem solved, thnks everybody!
In reply to: BBPM TranslationThis is not usefull for me, anybody else?
In reply to: get favorites listLike i said, i got the entire website loading serveral times in my sidebar where i put the code.