Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • inath Friend
    #129994

    Hello,

    I use ja teline II
    in joomla 1.5.3
    with domain http://www.inath.gr
    i have problem with 2 components
    one its seyret (that i cannot add video)
    and another one its jobline.

    Both works in different temlate.
    When i click submit returns me to the index.php with blank page (only menu and logo)

    please help me because this comp its importand for our company

    check the problem at the following links
    jobline

    seyret

    inath Friend
    #255280

    Onother one comp that doesnt works correctry is gary’s cookbook..

    When the user try to vote returns on the index page

    inath Friend
    #255389

    some one please?

    inath Friend
    #255872

    Can someone from the stuff please reply to my question?
    i fount onother ono component that doesnt work line normal “article manager”…

    that means something wronk with the code and modules that use index.php or simular cannot work..

    If we set this components fron page works ok…

    please help me because i pay just for this theme and i cannot use it…

    inath Friend
    #256205

    “Your support its very very good”

    Free temlate sites give better support,i ask something simple,and no one reply to me.

    1000% its template bug 1000% you can fix it in 10 mins byt……

    I saw stuff members to reply only to chat topics and easy questions,were is the support to new customers that have really problem with one of your products?

    Sherlock Friend
    #256278

    Hi
    You can try edit Base.class.php(templates/ja_teline_ii/ja_menus/ folder)
    Search those lines

    function loadMenu(){
    if(defined( '_JEXEC' )) $this->loadMenu_15();
    else $this->loadMenu_10x();
    }

    function createParameterObject($param, $path='', $type='menu') {
    if(defined( '_JEXEC' )) return new JParameter($param, $path);
    else return new mosParameters($param, $path, $type);
    }

    function getPageTitle ($params) {
    if(defined( '_JEXEC' )) return $params->get ('page_title');
    else return $params->get ('header');
    }

    Change to

    function loadMenu(){
    //if(defined( '_JEXEC' )) $this->loadMenu_15();
    //else
    $this->loadMenu_10x();
    }

    function createParameterObject($param, $path='', $type='menu') {
    //if(defined( '_JEXEC' )) return new JParameter($param, $path);
    //else
    return new mosParameters($param, $path, $type);
    }

    function getPageTitle ($params) {
    //if(defined( '_JEXEC' )) return $params->get ('page_title');
    //else
    return $params->get ('header');
    }

    inath Friend
    #256724

    nothing happends with this edit..

    inath Friend
    #256725

    looks like doesn pass the information from one page to onother,or doesnt load the body?
    i dont know byt someone must fix this.

    Maybe this help <div id=”ja-current-content”> its empty in the source code..

    ironlion37 Friend
    #284189

    Inath,

    Did you ever find the solution for jobline?

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  ironlion37 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum