Login     Sign up
Anyone
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

not in pro version, not in free version, but the free version doesn't seem to have that calender problem in IE

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

hmmm so free works and pro doesnt ?

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

indeed, by the way the picture of the event doesn't show up in my feed, did you some modifications ?

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

correction, it does, but not in community feed. But the picture shows up anyway, no red X.

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

no doesn't show in my community feed either ,Dam red x's are starting to bum me out I think I might try to tackle it after a good nights sleep

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

and the images are on your server ? They should be in the folder userfiles/201010

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

yip all images are in the right place...

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

there is something weird with that. I opened the html-source code in my php editor and it says "file not found" (the image file), but the image file is on the right place.

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

I know its buggin me out....

172 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

I have solved red X problem, but I am not at home to look the code.

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=defender]I have solved red X problem, but I am not at home to look the code. [/quote]

Mate if you have a solution to this it would be much appreciated ...

172 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

v4.1

look at ss.inc.php at line 590

if different if , then replace

[code]
if (is_array($attachment['thumb']) && $type != 'simple') {
foreach ($attachment['thumb'] as $thumb) {
if ($thumb) {
$thumbs .= url($attachment['uri'],'<img src="'.uhome().'/'.$thumb.'" />');
}
}
}
[/code]

172 months ago
Prev 1 2 3 4 Next