-
AuthorPosts
-
September 22, 2011 at 10:31 am #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2011 at 10:53 am #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 .September 22, 2011 at 10:55 am #414278Thanks 🙂 trust on you 😉
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2011 at 11:06 am #414281Hi
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 Vups:// i’m keep checking your issues #2 & #3
October 2, 2011 at 9:14 am #416194any news for issues #2 and #3?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 2, 2011 at 4:12 pm #416235Hi,
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 -
AuthorPosts
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