sitemap  |  contact

Sakic.Net Forum
28 August 2008, 02:29 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Save money on product bundles: http://www.sakic.net/support/order/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / SEF Advance / Re: Sef Advanced problems with CB 1.2 on: 13 July 2008, 23:49
I have just send a pm with admin login for front-end..
2  Products / SEF Advance / Re: Sef Advanced problems with CB 1.2 on: 13 July 2008, 22:41
I have added community builder to menu as component with public access and publish this... user link and other works perfect... but registration link and lost password report this issue  (restricted access....) if I disable sef advanced and hold enable sef on site configuration.. these links works perfectly...
3  Products / SEF Advance / Re: Sef Advanced problems with CB 1.2 on: 12 July 2008, 14:48
nothing... there is the same problem... lost password and register user links not working
4  Products / SEF Advance / Sef Advanced problems with CB 1.2 on: 12 July 2008, 03:05
I have a trouble... I use joomla 1.0 and sef advanced,,, with sef (in configuration site enable), community builder registration link have a trouble (also forgot password), when I click on it, site returns you're not authorized....
5  Products / SEF Advance / Re: Make Extension some Problem on: 20 May 2008, 15:19
I want to create myself extension.... I only request why there are these mystake.. but nothing.. you request more fee for this.. ... ... My question not is HOW make the extension but WHY  it's wrong .. I considered the tutorial to make new extension... I think would You have to appreciate that people make own extension by themselves..
6  Products / SEF Advance / Re: Make Extension some Problem on: 19 May 2008, 09:22
sakic please considere my request for help
7  Products / SEF Advance / Make Extension some Problem on: 06 May 2008, 01:34
I have make a new extension for a component but don't work fine...


Code:

function create (&$string) {
...
...
...
   // Top7, except search
    // func=top7, sorting=$var1
    if (stristr($string,"&func=top7")) {
   
      if (stristr($string,"&date=")) {
        $temp = explode("&date=", $string);
        $temp = explode("&", $temp[1]);
        $date_sort = $temp[0];
        switch ($date_sort) {
          case "year" :
            $date_sort = "Anno/";
            break;
          case "week" :
            $date_sort = "Last.Event/";
            break;
          case "month" :
            $date_sort = "Mese/";
            break;
        }
      }
      if (stristr($string,"&orderby=")) {
        $temp = explode("&orderby=", $string);
        $temp = explode("&", $temp[1]);
        $orderby = $temp[0];
        switch ($orderby) {
          case "comments" :
            $orderby = "Commenti/";
            break;
          case "views" :
            $orderby = "Visite/";
            break;
          case "rating" :
            $orderby = "Voti/";
            break;
        }
      }     
       $tempstring = "Top.7";
     
      $sefstring .= $tempstring.'/'.$date_sort.$orderby;
      return $sefstring;
    }
}

  function revert (&$url_array, &$pos) {
....
....
...
    // description: Top7
    // variables: func=special, sorting=$var1
    if (isset($url_array[$pos+2]) && $url_array[$pos+2] != '' && ($url_array[$pos+2] == "Top.7" )) {
        $func = "top7";
        $_REQUEST['func'] = $func;
        $QUERY_STRING .= "&func=$func";
        switch ($url_array[$pos+3]) {
          case "Anno":
            $date = "year";
            break;
          case "Last.Event":
            $date = "week";
            break;
          case "Mese":
            $date = "month";
            break;
        }
        if( $date != null ){
         $_REQUEST['date'] = $date;
        $QUERY_STRING .= "&date=$date";
        }
        switch ($url_array[$pos+3]) {
          case "Commenti":
            $orderby = "comments";
            break;
          case "Visite":
            $orderby = "views";
            break;
          case "Voti":
            $orderby = "rating";
            break;
        }
        switch ($url_array[$pos+4]) {
          case "Commenti":
            $orderby = "comments";
            break;
          case "Visite":
            $orderby = "views";
            break;
          case "Voti":
            $orderby = "rating";
            break;
        }
        if( $orderby != null ){
$_REQUEST['orderby'] = $orderby;
         $QUERY_STRING .= "&orderby=$orderby";
    }
         echo $QUERY_STRING;
             
        return $QUERY_STRING;
    }
...
..

The Url rewrite is correct but there are 2 mistake:

1: I have in my component a multi ordering/sort buttons in Top7 function with Ordering by date(year, month, lastEvent) and a ordering by gender(rating, views, comments)
The links works in this ways [if I click on year for example charge the page and then if I click on order by comments the page charged output a chart order by date "YEAR" select first and with order by "COMMENTS"]. The problem is now with this code don't charge the page with the past selection I have make, but only the last Sad

2: If I select button year or any other buttons the link are correct but don't charge the correct page with the result but recharge this page without consider my choice!


the url without sef enable are like this: http://www.mysite.it/index.php?option=com_gallery&func=top7&date=year&orderby=comments

Sef url I make based on the code up are like this:
http://www.mysite.it/gallery/Top.7/Anno/

This doesn't work I don't know why sef don't generate this url..
http://www.mysite.it/gallery/Top.7/Anno/Commenti/
8  Products / SEF Advance / Re: Community Builder bug on: 20 February 2008, 15:11
I have read all the discussion in the forum, (I try to put component (cb with public access to usermenu)), the remain! I try to disable sef advanced, ignore community builder component, change the sef (under cnfiguration to OFF), and in all of this cases i can't login (You are Not authorised to view this resource, please login or register ); only if i delete .htaccess login works! :S
9  Products / SEF Advance / Re: Community Builder bug on: 20 February 2008, 14:45
all cb links in usermenu are sets to public access, I think there is a problem in file .htaccess boh Sad
10  Products / SEF Advance / Community Builder bug on: 20 February 2008, 13:45
I install sef-ext.php (community builder), but now if i log-in in my site joomla return (access denied.. please login or register, I think that return a incorrect link (only if I up new .htaccess blank the login works  Angry ... )
11  Products / SEF Advance / Re: Question dynamic url! on: 13 February 2008, 15:16
1) ponygallery Sad

2) the link have the same url but not change in all Sad
12  Products / SEF Advance / Question dynamic url! on: 13 February 2008, 10:27
Hi,
  • I have a dynamic link like this: index.php?option=com_ponygallery&Itemid=210&func=viewcategory&catid=53

    How I make this link to => www.mysite.com/Night.Life/Gallery/53/

    Huh?
  • There are for example some links to contact page, if I redeclare alias for contact page, now if there are other link in other page who have the same link, how I can change also this whit sef?

Best Regards
13  Products / SEF Advance / Re: Menu -> subMenu link on: 12 February 2008, 18:14
1) OK
2) Yes I have home menu on YES
14  Products / SEF Advance / Re: Menu -> subMenu link on: 12 February 2008, 17:55
saka can you help me please Sad
15  Products / SEF Advance / Menu -> subMenu link on: 11 February 2008, 23:14
I have bouy this fantastic software this evening and now I have a trouble:

How I make title Menu prefix in subMenu link?
For example: I have a MENU composed by Home(News, Guestbook) | Event (Party , ..) | ..

I would like to have a link for the submenu Guestbook like this ( www.mysite.com/home/guestbook/) and for all link (www.mysite.com/home/news/ , www.mysite.com/event/party/ ) is this possibile?

Another question: If in the MENU I have Home like a link now SEF Advanced return a link like this (www.mysite.com/home/), is it possibile to change this url to (www.mysite.com/)??

Best Regards
Michele
Pages: [1]