Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Seyret search
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Seyret search

Seyret search 15 years ago #6420

my order number : 3774
email : Tato emailová adresa je chráněna před spamboty, abyste ji viděli, povolte JavaScript

JoomSEF v3.2.11
joomla 1.5.9
www.tele47.fr

Hello since the upgrade to 3.2.10 or 3.2.11 ( i don't know exactly) on the component seyret when you search a video or you click on a tag, on the result page some thumbnails are missing and if i pass the component on artio config , its ok , do you have an idea ? you can see the problem here : www.tele47.fr/videos/search-43

look the url of the image :

1 )www.tele47.fr/videos/seyretfiles/images/...240_14943280_jpg.jpg


2)www.tele47.fr/seyretfiles/images/video_a...240_14943280_jpg.jpg

on the number 1 the "videos" is present and its not good the real url is the number 2

thanks for your help artio !

Laurent

ps: always the problem with the post preview on this site and on my site !
Last Edit: 15 years ago by artnco@orange.fr.
The topic has been locked.

Re:Seyret search 15 years ago #6464

  • jaku
Hello,

I think this problem might be realted to what is set as the site base URL. You have possibility to influence this setting in JoomSEF configuration. Try to set there "use hopepage URL".
The topic has been locked.

Re:Seyret search 15 years ago #6465

thanks for your help i have already this setting .
another idea ?

thanks
The topic has been locked.

Re:Seyret search 14 years, 8 months ago #7652

I have some code but someone need to add this to artio seyret plugin


//Search
elseif (isset($url_array[$pos+2]) && $url_array[$pos+2]=='searchkey') {
$_GET['task'] = $_REQUEST['task'] = 'searchvideos';
$QUERY_STRING .= '&task=searchvideos';
if (isset($url_array[$pos+3]) && $url_array[$pos+3]!='') {
$var2 = $url_array[$pos+3];
$_GET['searchkey'] = $_REQUEST['searchkey'] = $var2;
$QUERY_STRING .= "&searchkey=$var2";
}
}


//searchkey com_seyret/task,searchvideos/Itemid,2/searchkey,giacomo.html
elseif (eregi('task=searchvideos',$string)) {
$temp = explode('&searchkey=', $string);
$temp = explode('&', $temp[1]);
$sefstring .= 'searchkey/';
$sefstring .= sefencode($temp[0]).'/';
}


But this need to be translated for Artio
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný