<?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: href</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: href</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:41:44 +0000</pubDate>

<item>
<title>Vect on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-20663</link>
<pubDate>Thu, 13 Nov 2008 09:05:45 +0000</pubDate>
<dc:creator>Vect</dc:creator>
<guid isPermaLink="false">20663@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is not help. Need another solution.
&#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-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>codymckibb on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-15249</link>
<pubDate>Thu, 10 Apr 2008 21:39:53 +0000</pubDate>
<dc:creator>codymckibb</dc:creator>
<guid isPermaLink="false">15249@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, found a sweet solution for the stripslashes: &#60;a href=&#34;http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes?replies=31#post-12563&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes?replies=31#post-12563&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Still...any ideas on the ahref?
&#60;/p&#62;</description>
</item>
<item>
<title>codymckibb on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-15246</link>
<pubDate>Thu, 10 Apr 2008 21:21:25 +0000</pubDate>
<dc:creator>codymckibb</dc:creator>
<guid isPermaLink="false">15246@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;SealedSUn, could you share the custom stripslashes filter you used to fix your unescaped quotes, and the location where you inserted it? (As in, what file? Sorry, PHP newb here)&#60;/p&#62;
&#60;p&#62;Also, are you guys still getting this problem with hyperlinks? Same thing with my installation, and I don't believe any of my plugins are conflicting with it. Any solution yet?
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14900</link>
<pubDate>Wed, 02 Apr 2008 18:21:06 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">14900@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Interesting...I'm still having the same problem, and I also had to apply the custom stripslashes filter.  Could that have something to do with it?
&#60;/p&#62;</description>
</item>
<item>
<title>SealedSun on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14813</link>
<pubDate>Sun, 30 Mar 2008 11:20:14 +0000</pubDate>
<dc:creator>SealedSun</dc:creator>
<guid isPermaLink="false">14813@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, I use a custom german language file (The forum is completely integrated with WP i.e. both configurations are loaded).,&#60;br /&#62;
I just tried posting links while not using the language file: no change, &#60;code&#62;href&#60;/code&#62; still gets stripped. &#60;/p&#62;
&#60;p&#62;Deactivating all my plugins doesn't help either.&#60;br /&#62;
Also, for some reason &#34; does not get unescaped. I get \&#34; all over the place. This I was able to fix with a custom &#60;code&#62;stripslashes&#60;/code&#62;-filter. Its strange though that forum software comes with such bugs out of the box...&#60;/p&#62;
&#60;p&#62;The &#60;em&#62;href&#60;/em&#62; must be stripped when saving a post, as it does not appear in the database tables. Some &#60;code&#62;pre_post&#60;/code&#62; filter maybe?&#60;/p&#62;
&#60;p&#62;My german forum is located at &#60;a href=&#34;http://www.sphaerenriss.ch/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.sphaerenriss.ch/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14810</link>
<pubDate>Sun, 30 Mar 2008 05:37:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14810@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a link to your forum?&#60;/p&#62;
&#60;p&#62;Are you using a language file other than English?
&#60;/p&#62;</description>
</item>
<item>
<title>SealedSun on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14803</link>
<pubDate>Sun, 30 Mar 2008 01:17:15 +0000</pubDate>
<dc:creator>SealedSun</dc:creator>
<guid isPermaLink="false">14803@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the exact same problem. An yes, I already tried deactivating the &#34;Allow Images&#34; plugin. ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14299</link>
<pubDate>Thu, 06 Mar 2008 15:21:37 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">14299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oops... looks like links work find here.  In our forums, everything after the &#34;a&#34; gets removed from the source.
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "Hyperlinks 'a href' tag not working in posts"</title>
<link>http://bbpress.org/forums/topic/hyperlinks-a-href-tag-not-working-in-posts#post-14298</link>
<pubDate>Thu, 06 Mar 2008 15:10:07 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">14298@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, I'm having an issue on my forum:  &#60;a href=&#34;http://argentinastravel.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://argentinastravel.com/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically, when I post a formatted link like '&#60;a href=&#34;...&#34;&#62;link here&#60;/a&#62;' it gets wiped out and instead bbpress saves '&#60;a&#62;link here&#60;/a&#62;'  What could be going on?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>atomAstro on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8572</link>
<pubDate>Thu, 28 Jun 2007 19:57:20 +0000</pubDate>
<dc:creator>atomAstro</dc:creator>
<guid isPermaLink="false">8572@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Tested and experiencing the bug with no plugins on both WP 2.2.1 and WPMU 1.2.3.  Only happens if wp-blog-header.php is inlcuded in the config.php for bbPress.&#60;/p&#62;
&#60;p&#62;Might it be some server setting?&#60;/p&#62;
&#60;p&#62;Currently experiencing on three different machines, very similar setups though.  I will test this on a different machine/setup tonight.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8547</link>
<pubDate>Thu, 28 Jun 2007 03:26:42 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">8547@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What bbPress and WordPress plugins do you have installed?&#60;/p&#62;
&#60;p&#62;I haven't been able to reproduce this on my machine (no plugins for either).
&#60;/p&#62;</description>
</item>
<item>
<title>atomAstro on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8501</link>
<pubDate>Tue, 26 Jun 2007 22:10:35 +0000</pubDate>
<dc:creator>atomAstro</dc:creator>
<guid isPermaLink="false">8501@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/675&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/675&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>atomAstro on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8500</link>
<pubDate>Tue, 26 Jun 2007 22:00:24 +0000</pubDate>
<dc:creator>atomAstro</dc:creator>
<guid isPermaLink="false">8500@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This issue has now been confirmed with WP 2.2.1 as well.  All attributes from html elements are stripped.  It only happens after wp-blog-header is included, everything seems to work fine when its running alone.  Heading over to trac....
&#60;/p&#62;</description>
</item>
<item>
<title>atomAstro on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8498</link>
<pubDate>Tue, 26 Jun 2007 21:45:46 +0000</pubDate>
<dc:creator>atomAstro</dc:creator>
<guid isPermaLink="false">8498@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have confirmed this issue with a squeaky clean install of wpmu 1.2.3 + bbPress 0.8.2.1.  All attributes are stripped from html elements included in a post.  Now installing and testing with plain old WP 2.2.1, will report back shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>atomAstro on "missing attributes after upgrade to 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821#post-8495</link>
<pubDate>Tue, 26 Jun 2007 15:46:38 +0000</pubDate>
<dc:creator>atomAstro</dc:creator>
<guid isPermaLink="false">8495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I no longer have element attributes such as href, title, rel, or cite for content posted by users.  For example:&#60;br /&#62;
&#60;code&#62;This is a &#38;lt;a href=&#38;quot;http://www.link.com&#38;quot; title=&#38;quot;a link&#38;quot;&#38;gt;Link&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;becomes:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a&#38;gt;Link&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;i figured this was something in bb-includes/formatting functions, but everything looks right to me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_allowed_tags() {
	$tags = array(
		&#38;#39;a&#38;#39; =&#38;gt; array(
			&#38;#39;href&#38;#39; =&#38;gt; array(),
			&#38;#39;title&#38;#39; =&#38;gt; array(),
			&#38;#39;rel&#38;#39; =&#38;gt; array()),
		&#38;#39;blockquote&#38;#39; =&#38;gt; array(&#38;#39;cite&#38;#39; =&#38;gt; array()),
		&#38;#39;br&#38;#39; =&#38;gt; array(),
		&#38;#39;code&#38;#39; =&#38;gt; array(),
		&#38;#39;pre&#38;#39; =&#38;gt; array(),
		&#38;#39;em&#38;#39; =&#38;gt; array(),
		&#38;#39;strong&#38;#39; =&#38;gt; array(),
		&#38;#39;ul&#38;#39; =&#38;gt; array(),
		&#38;#39;ol&#38;#39; =&#38;gt; array(),
		&#38;#39;li&#38;#39; =&#38;gt; array()
	);
	return apply_filters( &#38;#39;bb_allowed_tags&#38;#39;, $tags );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;does anyone have any ideas?
&#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>

</channel>
</rss>
