Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • melquiades Friend
    #168831

    1. Just before all the content, and all the categories blog layout it appears a message of error like this
    ‘#[‘.$tag.’ ([^]]*)]([^[]*)[/’.$tag.’]#m’; return $regex; } function parseParams($params) { $params = html_entity_decode($params, ENT_QUOTES); $regex = “/s*([^=s]+)s*=s*(‘([^’]*)’|”([^”]*)”|([^s]*))/”; preg_match_all($regex, $params, $matches); $paramarray = null; if(count($matches)){ $paramarray = array(); for ($i=0;$i
    what have I made of wrong? How can I set this?

    2. If I set a module in the left position, in the frontpage it appears on the right side of the main content, as you can see here http://www.sinistra18.net/online/ what should I do to set it?

    3. At the end comes the question. I set all the font as Tahoma 11px, but I can’t do that on the user5 and user6 modules (left bottom area of the template) that are actually K2content (readmore and latest). Wich is the file to change to resize the font?

    Thanks…

    jooservices Friend
    #414277


    #['.$tag.' ([^]]*)]([^[]*)[/'.$tag.']#m'; return $regex; } function parseParams($params) { $params = html_entity_decode($params, ENT_QUOTES); $regex = "/s*([^=s]+)s*=s*('([^']*)'|"([^"]*)"|([^s]*))/"; preg_match_all($regex, $params, $matches); $paramarray = null; if(count($matches)){ $paramarray = array(); for ($i=0;$i

    These code is PHP code but somehow missed php tag. So it return as html string.
    Let’s me try to find it .

    melquiades Friend
    #414278

    Thanks 🙂 trust on you 😉

    jooservices Friend
    #414281

    Hi
    Issue #1.
    Please open file plugins/content/ja_tabs.php
    Line 615 After ?>


    '#['.$tag.' ([^]]*)]([^[]*)[/'.$tag.']#m';
    return $regex;
    }

    function parseParams($params) {
    $params = html_entity_decode($params, ENT_QUOTES);
    $regex = "/s*([^=s]+)s*=s*('([^']*)'|"([^"]*)"|([^s]*))/";
    preg_match_all($regex, $params, $matches);

    $paramarray = null;
    if(count($matches)){
    $paramarray = array();
    for ($i=0;$i<count($matches[1]);$i++){
    $key = $matches[1][$i];
    $val = $matches[3][$i]?$matches[3][$i]:($matches[4][$i]?$matches[4][$i]:$matches[5][$i]);
    $paramarray[$key] = $val;
    }
    }
    return $paramarray;
    }
    }
    ?>

    Please remove whole of this. I don’t know but who copied and pasted here
    Thank you
    Viet Vu

    ps:// i’m keep checking your issues #2 & #3

    melquiades Friend
    #416194

    any news for issues #2 and #3?

    jooservices Friend
    #416235

    Hi,
    I’m here, sorry for bit delayed for reply.
    For issue #2 #3 would you mind give me some quick screenshot for sample ? Than i can take look ?
    Thank you
    Viet Vu

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

This topic contains 6 replies, has 2 voices, and was last updated by  jooservices 13 years, 1 month ago.

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