Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
Images Are Not Showing (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: Images Are Not Showing
#17808
Re:Images Are Not Showing 1 Year, 12 Months ago  
Hmm, that didn't work for me at all, it made the system not parsing the bot at all, and instead I just got the code printed out straight up in the window, weird thing is that the graphics shows up fine in some of my articles.

Didn't have this problem before the SEF either, well, I guess I'll just have to wait for an update.

Great plugin otherwise.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Johan (Visitor)

Logged Logged  
 
Reply Quote  
#19793
Re:Images Are Not Showing 1 Year, 10 Months ago  
same problem , with xtypo images not showing up in custom html modules.. it does work in content articles.. wierd! been this way since upgrading to J1.5. Everything worked great when i was in J1.0 . I don't think its the image paths as this is working in the contents sections, but not the html modules. why o why? spent couple weeks trying to figure this out already but still no go, any help? thanks
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
pok (Visitor)

Logged Logged  
 
Reply Quote  
#20699
Re:Images Are Not Showing 1 Year, 10 Months ago  
Thanks for this post, it solved my problem. Just one thing, you actually have to do the following:

Search for every
Code:
url(plugins/content/xtypo/


Replace with

Code:
url(/plugins/content/xtypo/


there also images outside the icon gallery. Btw, this takes a while...
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Boaz (Visitor)

Logged Logged  
 
Reply Quote  
#21140
Re:Images Are Not Showing 1 Year, 9 Months ago  
Joomla 1.5.3

With SEF enabled...adding a full paths in the xtypo.php..is the only thing that works for me.

Without the full paths images only show on the first pages e.g.

www.mysite.com/blogview = images show
www.mysite.com/catlistview/article = images dont show

I am no scripter but it seems to me to be Joomla SEF bug...some other plugs seem to lose the images as well.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Steve (Visitor)

Logged Logged  
 
Reply Quote  
#21141
Re:Images Are Not Showing 1 Year, 9 Months ago  
Added
Code:

 $baseurl = JURI::base(); 
to line 22 ish and
Code:

".$baseurl."plugins/content/xtypo/icon/
to all the paths. Not a scripter.

Worked for me with SEF enabled.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Steve (Visitor)

Logged Logged  
 
Reply Quote  
#23193
Re:Images Are Not Showing 1 Year, 8 Months ago  
I concur - Steve's fix works for me.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
JMelcher (Visitor)

Logged Logged  
 
Reply Quote  
Go to topPost New TopicPost Reply