<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: automagic</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: automagic</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 00:39:06 +0000</pubDate>

<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-17510</link>
<pubDate>Tue, 22 Jul 2008 03:34:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17510@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Cordoval: this is over a year old so you might want to start a new topic.  I think I saw another topic where you posted something similar.  You might want to post your problem as a new topic, then link to the research you've already done.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-17496</link>
<pubDate>Mon, 21 Jul 2008 23:29:31 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17496@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, I am interested in having a link not only be automatically turned into a hyperlink within the post but in addition to this also I would like to add: target=&#34;_top&#34; such that the tag would be &#60;a rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any hints where to find the function to modify?&#60;/p&#62;
&#60;p&#62;Many thanks and encouragements,
&#60;/p&#62;</description>
</item>
<item>
<title>wpmaniac on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-4709</link>
<pubDate>Wed, 21 Feb 2007 05:39:28 +0000</pubDate>
<dc:creator>wpmaniac</dc:creator>
<guid isPermaLink="false">4709@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any luck on this? I'm having this problem too. WP 2.1 bbPress 0.8, integration seems to be working other than this.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3882</link>
<pubDate>Wed, 31 Jan 2007 13:49:44 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3882@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Basically the part causing problems is using the require of wp-config. THis gets you the wordpress API in bbPress. I use this to have my widget sidebar in my bbPress pages. When you do this, bbPress uses the kses.php library from WordPress instead of bbPress. It makes sense - the library is generic. Why load it twice (plus the function names would conflict)&#60;/p&#62;
&#60;p&#62;But something with kses 0.2.2 is stripping out attribute lists. I've been debugging it all morning and I can't figure out why. I get so far as to see in wp_kses_attr that after checking for allowed protocols, no attributes come back. Still digging.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3881</link>
<pubDate>Wed, 31 Jan 2007 13:46:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3881@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;baptiste said: &#34;The point of using a href is to hide the URL itself and have a clickable phrase. a is listed as an allowed tag and in kses it appears to be allowed. I can't understand why it's being stripped out of the post. It should not be&#34;&#60;/p&#62;
&#60;p&#62;Good point.  I forgot I can do that with mine and it works fine.  I am not using any Wordpress integration plugin for mine - just user registrations are integrated.  What integration plugins are you using and what does it get you?&#60;/p&#62;
&#60;p&#62;I used the instructions &#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/&#34;&#62;here&#60;/a&#62; but stopped short of the cookies.  I think all that is 'integrated' in mine are user accounts.  Maybe I didn't complete the integration and that's why mine is acting different than yours.&#60;/p&#62;
&#60;p&#62;Hrm.....&#60;/p&#62;
&#60;p&#62;(edit: the link to &#34;here&#34; works exactly like you want it to in your install, but it does not.  I grok your problem now. )
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3876</link>
<pubDate>Wed, 31 Jan 2007 12:15:31 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm thinking this problem may be due to the WordPress integration stuff. Same thing with the slashes being included in the posts. I may mess around with the integration plugin a bit and see if including the wordpress APIs is the root cause and why.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3874</link>
<pubDate>Wed, 31 Jan 2007 12:11:51 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3874@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The point of using a href is to hide the URL itself and have a clickable phrase. a is listed as an allowed tag and in kses it appears to be allowed. I can't understand why it's being stripped out of the post. It should not be
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3823</link>
<pubDate>Tue, 30 Jan 2007 02:03:01 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3823@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry for the double post.  The first time I posted, I got a &#60;code&#62;408 Request Timeout error&#60;/code&#62;:&#60;/p&#62;
&#60;p&#62;Request Timeout&#60;/p&#62;
&#60;p&#62;This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://bbpress.org/forums/bb-post.php&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/bb-post.php&#60;/a&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3821</link>
<pubDate>Tue, 30 Jan 2007 01:58:07 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3821@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Mike Baptiste, maybe I don't understand how the whole thing works, but in my database, they are stored without the href information, in the bbpress_posts table, and the &#60;code&#62;&#38;lt;a href=&#60;/code&#62; stuff is added upon display.  So checking the see that they are not there in the database might not be a valid check.  Mine are stored without the href and they display fine and are clickable.&#60;/p&#62;
&#60;p&#62;Also, when entering a URL in a post, I don't enter the href or anything else, I just put the URL in there, with a &#60;a href=&#34;http://,&#34; rel=&#34;nofollow&#34;&#62;http://,&#60;/a&#62; and it becomes clickable automagically when it's displayed.  Without the &#60;a href=&#34;http://,&#34; rel=&#34;nofollow&#34;&#62;http://,&#60;/a&#62; it appears that sometimes they are not identified as links by bbPress (especially when there is no &#60;a href=&#34;http://www.&#34; rel=&#34;nofollow&#34;&#62;www.&#60;/a&#62; at the beginning.)&#60;/p&#62;
&#60;p&#62;I just registered at your forum, made a post with a link in it, just the URL, and it is clickable.  Maybe you're doing too much work trying to add the &#60;code&#62;&#38;lt;a href=&#38;quot;&#38;quot;&#38;gt; &#38;lt;/a&#38;gt;&#60;/code&#62; stuff?  I never tried to know that it doesn't work.  Things that look like URLs are made clickable by bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3820</link>
<pubDate>Tue, 30 Jan 2007 00:32:18 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3820@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://plugins.baptiste.us/forums/&#34; rel=&#34;nofollow&#34;&#62;http://plugins.baptiste.us/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I verified in the database that the href attribute is gone in the record - it's not 'hidden' it's stripped out. I verified this using a simple echo stmt before and after the filter call and commented out each filter one by one. When kses got commented out - the link returned and worked normally.
&#60;/p&#62;</description>
</item>
<item>
<title>actorjiml on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3813</link>
<pubDate>Mon, 29 Jan 2007 20:43:52 +0000</pubDate>
<dc:creator>actorjiml</dc:creator>
<guid isPermaLink="false">3813@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Heh. The 2 body tags was something left over from downloading Trent's template of this forum. I've cleaned up the errors now, leaving only one for target=&#34;_blank&#34; and one for having start=&#34;1&#34; inside the&#60;br /&#62;
&#60;code&#62;&#38;lt;ol&#38;gt;&#60;/code&#62; tag which comes from bbPress. It is still occurring. I'm trying to see if there is something in common with the places that it's happening. The odd thing is the links won't work on a small part of the page, will on others.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3802</link>
<pubDate>Mon, 29 Jan 2007 18:27:07 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3802@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, the alt tag missing is not causing the problem.  That was a lot of the errors.  Ignoring those errors, there are still others.  Two &#60;code&#62;&#38;lt;body&#38;gt;&#60;/code&#62; tags was interesting...
&#60;/p&#62;</description>
</item>
<item>
<title>actorjiml on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3794</link>
<pubDate>Mon, 29 Jan 2007 16:10:30 +0000</pubDate>
<dc:creator>actorjiml</dc:creator>
<guid isPermaLink="false">3794@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I knew of one item that is a large part of the 34 items. I will address that when I'm home and not at work. Then I'll be able to see where to go from there. Thanks for taking a look.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3793</link>
<pubDate>Mon, 29 Jan 2007 16:04:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3793@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;baptiste: can you post a URL where we can see an example of the problem?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3792</link>
<pubDate>Mon, 29 Jan 2007 15:59:06 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3792@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;actorjiml: there is a lot of stuff going on with that page making it not XHTML compliant.   Check here for your site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/3c4yl7&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/3c4yl7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't select any of the discussion text on the page either, like something is preventing it.  The source looks fine (other than the errors) and I would guess that whatever is making the text non-selectable is also making the links not work.&#60;/p&#62;
&#60;p&#62;Once you are outside the discussion (like the RSS feed link at the bottom, and the Register Link up top) the links work fine.  So maybe a misbehaving plugin or template modification is causing the problem with the discussion text.&#60;/p&#62;
&#60;p&#62;One other thing: if you disable the CSS, the links work fine.
&#60;/p&#62;</description>
</item>
<item>
<title>actorjiml on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3790</link>
<pubDate>Mon, 29 Jan 2007 14:37:45 +0000</pubDate>
<dc:creator>actorjiml</dc:creator>
<guid isPermaLink="false">3790@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having a variation of this. Some links work on a page and others do not. This includes the post information. The oddest thing is that when I view source (via Firefox Developers tool) the links are there and are correctly formed. One page to view, where I know that this is occuring, is &#60;a href=&#34;http://forums4bauer.brightandearlyblog.com/topic.php?id=12&#38;#38;replies=18&#34;&#62;this one&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3785</link>
<pubDate>Mon, 29 Jan 2007 12:52:49 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3785@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a fresh install of 0.75 and the latest TRAC version and I can't replicate this.   Anyone else having this problem?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3775</link>
<pubDate>Mon, 29 Jan 2007 06:10:00 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3775@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's happening in the kses pre_post filter. If I comment out the bb_filter_kses add_action in default-filters, the link stays.  I see a and href in the allowed_tags array. No clue why it would suddenly yank it out. Been browsing the SVN repository looking for recent changes - don't see anything major. Very very strange.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3771</link>
<pubDate>Mon, 29 Jan 2007 05:33:16 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3771@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tested it multiple times. 100% correct syntax.&#60;br /&#62;
a href=&#34;http://url.here&#34; link text /a&#60;/p&#62;
&#60;p&#62;No missing quotes, etc. The href attribute is just gone when you submit/edit a post. I'll dig some more.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3761</link>
<pubDate>Sun, 28 Jan 2007 15:51:13 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If the format isn't 100%, bbPress has a tendancy to strip the HTML out of the post.   It will automatically hyperlink a URL, but if you try doing a simple a href and it strips it, it might have been a missing &#34; or something.   Let us know, but I have no issues with this unless the formatting is not 100% correct.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Links in posts lose href information (0.75)"</title>
<link>http://bbpress.org/forums/topic/links-in-posts-lose-href-information-075#post-3760</link>
<pubDate>Sun, 28 Jan 2007 13:42:38 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3760@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm working to setup a new site with WP 2.1 and bbPress 0.75 So far the integration has worked very well and I've primarily been tweaking the themes.&#60;/p&#62;
&#60;p&#62;Anyway, one weird thing I've noticed is if I include a link in a post (std a href=&#34;&#34;) and submit it, the href attribute is stripped out completely. All that is left in the post when I edit it again is the link text surrounded by empty a tags (tried to use &#38;#38; lt ; in my post and it got converted to tags - wild)&#60;/p&#62;
&#60;p&#62;I plan to dig through the code a bit and see what might be causing this. I'm not using any plugins beyond the standard WP integration on. It's a fairly stock install.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
