Log in

View Full Version : Having problems posting pets on forums...


therougecat
02-22-2009, 08:25 PM
The code that the adoptables.php gave me -
http://www.guardiansandwarriors.com/adoptables/get.php?id=4
Creature Name: Gem
Level this creature up! Click Here! (http://www.guardiansandwarriors.com/adoptables/levelup.php?id=4)

The picture works on this forum, but not on phpBB forums. It just shows the code for the picture. Is there something wrong with the phpBB forums that don't allow the code? I've seen other sites from the EasyAdoptables code that work...

Thanks.
~therougecat~

http://www.guardiansandwarriors.com/adoptables/get.php?id=4
Creature Name: Gem
Level this creature up! Click Here! (http://www.guardiansandwarriors.com/adoptables/levelup.php?id=4)

BMR777
02-22-2009, 08:39 PM
Yeah, some forum software doesn't like the dynamic .php file in the image url so it blocks it. I believe the next release will have a .htaccess file edit that will try and solve this issue.

Brandon

thenickdude
03-01-2009, 06:21 PM
There's another solution to this problem that doesn't require Apache (for the .htaccess file to work). All that the forum parser cares about is that the URL ends in something that looks like an image extension. So all you need to do is change the adoption code like this:

http://www.guardiansandwarriors.com/adoptables/get.php?id=4&.jpg

Problem solved!

BMR777
03-01-2009, 06:23 PM
I see what you did:
http://www.guardiansandwarriors.com/adoptables/get.php?id=4&.jpg

Ah, clever. :)

Quillink
03-03-2009, 02:07 AM
And this wouldn't work on myspace, right? It seems to cut off everything after the .php ...