Search Results for 'code'
-
Search Results
-
Hello,
I am aware that there have been several topics in regard to this subject. I am also aware that none of them solved my problem. I wish to have bbPress add target=”_blank” to all external links. I have tried _ck_’s plugin, but it results in an empty anchor:
<a >url</a>. I am using the latest version of bbPress. Help is much appreciated.Ryan
Hi,
I have the data, but how to use it with bbpress’ pagination? Where to put the data?
I have for excample:
$mydata= the array with rows from the database that gets displayed$mydata_count= total rows counted$mydata_pagelimit= total rows that must be shown each pageIs there any way to hook this into bbpress pagination at all? Or do I have to write one myself?
Kind regards,
Hi,
With
<?php forum_dropdown(); ?>I get a dropdowlistbox that shows all the forums on my forum. Works great, but how can I get the dropdownlistbox to preselect a forum instead of showing the first one in the list?Tried:
<?php forum_dropdown(2); ?>Where 2 = forum id of the preselected forum<?php forum_dropdown('Forum2'); ?>Where Forum2 is the name of the preselected forumAny ideas?
Kind regards,
In a previous question regarding problems with getting plugins to play nice (http://bbpress.org/forums/topic/plugins-in-my-plugins-not-installing) you replied (which is strangely missing from the thread at this point) with a link to a piece of patching code. Unfortunately with your reply going AWOL the link is missing now so is there any chance you can point me to it again. As well any chance of a hint to where the code is added to (file name) as I am new to bbPress so it would help to know what file it is that I need to patch.
many thanks in advance.
