kwatog
Forum Replies Created
-
Forum: Plugins
In reply to: Insert Text after Break via add_filterthanks, pdclark. I realized that after reviewing the codes. Anyhow, here’s my revised code
add_filter( 'the_content', 'after_more_ads', 10 ); function after_more_ads( $content ) { if ( is_single() ){ $content = preg_replace("/<span id=\"more(.*?)span>/"," -- additional text here -- ",$content); } return $content; }somehow works.
Forum: Fixing WordPress
In reply to: Private AttachmentsYes, direct link. Some attachments are pdf files.
currently, registered users can view/access the attachments. this is handled via template. However, I realized that users can still access them even if they are not logged in by using the direct link.
Forum: Plugins
In reply to: [Plugin: BP-FBConnect] not logging out?ei guys, the new version released just today fixed the problem.
Forum: Plugins
In reply to: [Plugin: BP-FBConnect] not logging out?In my testing, I managed to logout once. But after that, all testing failed. Just like af3, I had to go to facebook to logout.
I’m using WPMU2.9.1.1 and the latest trunk of BP.
Forum: Plugins
In reply to: [Plugin: BP-FBConnect] Can’t get this plugin to work.thanks, bradthomas! that’s that problem.
And for those who wonder what to put there, it should be your site’s URL.
Forum: Fixing WordPress
In reply to: Categories Widget Missing@admin@caservers.net, thank you very much! it worked!