Log in

View Full Version : Postbit Problem.


natecoupons
01-20-2009, 10:42 PM
I'm having a problem with some html.....

Here is what I'm trying to do:

I would like to create a link under each users name that has the 'wishlist' filed out in their profile.

Everything is working perfectly except the actual link itself.

Here is the code:

if condition="$post[field8]">
<a href="$post[field8]"><b>$post[username] WishList</b></a>
</if>

Click this link to see what is happening......

http://www.weusecoupons.com/upload/tos-user-agreement/945-guidelines-code-conduct.html

In MrCoupon's Wishlist shows up

But the link is wierd, it's "http://www.weusecoupons.com/upload/www.weusecoupons.com"

But the only thing typed into the field in my profile is "http://www.weusecoupons.com/"

Thoughts???

SEOvB
01-20-2009, 10:49 PM
I suggest double checking whats typed into your profile field and that you indeed have http://www.weusecoupons.com it looks like you only have www.weusecoupons.com

natecoupons
01-20-2009, 10:52 PM
AWESOME!!! That fixed it!!