Greg,
Can you please look at this problem and check how the URL linking the image displayed by the Gallery plugin in the V-Card view to the SOBI2 Entry Details View is being generated.
This issue was originally reported as a SobiSEF plugin problem (Refer
Sobi sef not working properly) but on further investigation I suspect the problem lies with the URL's being generated by the Gallery plugin in the V-Card view.
In the V-Card view the URL's linking the SOBI2 Title to the Entry Details View appear to be correct SobiSEF URL's,
but the URL's linking the Gallery Image to the Entry Details View appear to be incorrect.
I can confirm
Valdonatas is using;
Joomla! 1.5.15
SOBI2 RC 2.9.2.3
SobiSEF RC 1.6
Gallery plugin RC 2.4
Valdonatas's web site is in the Lithuanian language xml:lang="lt-lt", if this is relevant.
Does the Gallery plugin pass its URL's through the function sobi2Config::sef($url)?
For example;
# Convert a SOBI2 URL to a SobiSEF URL
$url = sobi2Config::sef($url);
the code above will produce SobiSEF URL's if the SobiSEF plugin is enabled, and,
also produce non-SEF ('standard' SOBI2 URL's) if the SobiSEF plugin is disabled or not installed.
Or perhaps, because of the foreign language character set being used by
Valdonatas's web site, there may be an encoding issue.
Refer PHP functions
urlencode, and
htmlentitiesRegards - Mark