View Single Post
  #4  
Old 06-30-2017, 10:07 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 113,404
Abronsyth is on a distinguished road
Default

Okay, I just found the tiniest discrepancy that makes a big difference!!

In your myadoptsview file find this line;
PHP Code:
$altcode "[url={$mysidia->path->getAbsolute()}levelup/click/{$adopt->getAdoptID()}][img]{$mysidia->path->getAbsolute()}get/{$adopt->getAdoptID()}.gif[/img][/url]"
Replace it with this:
PHP Code:
$altcode "[url={$mysidia->path->getAbsolute()}levelup/click/{$adopt->getAdoptID()}][img]{$mysidia->path->getAbsolute()}get/{$adopt->getAdoptID()}.gif\"[/img][/url]"
Let me know if that works
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote