1
Anat_k
www.TH-STORE.com
  • 2007/5/20 17:18

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21





2
Anat_k
How to change encoding utf-8 to tis-620 on this script
  • 2007/2/6 17:38

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


I want to change encoding this script to tis-620 please introduce to me


<?php

include 'mainfile.php';
include_once XOOPS_ROOT_PATH.'/class/template.php';
include_once XOOPS_ROOT_PATH.'/modules/news/class/class.newsstory.php';
if (function_exists('mb_http_output')) {
mb_http_output('pass');
}
header ('Content-Type:text/xml; charset=utf-8');
$tpl = new XoopsTpl();
$tpl->xoops_setCaching(2);
$tpl->xoops_setCacheTime(3600);
if (!$tpl->is_cached('db:system_rss.html')) {
$sarray = NewsStory::getAllPublished(10, 0);
if (is_array($sarray)) {
$tpl->assign('channel_title', xoops_utf8_encode(htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES)));
$tpl->assign('channel_link', XOOPS_URL.'/');
$tpl->assign('channel_desc', xoops_utf8_encode(htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES)));
$tpl->assign('channel_lastbuild', formatTimestamp(time(), 'rss'));
$tpl->assign('channel_webmaster', $xoopsConfig['adminmail']);
$tpl->assign('channel_editor', $xoopsConfig['adminmail']);
$tpl->assign('channel_category', 'News');
$tpl->assign('channel_generator', 'XOOPS');
$tpl->assign('channel_language', _LANGCODE);
$tpl->assign('image_url', XOOPS_URL.'/images/logo.gif');
$dimention = getimagesize(XOOPS_ROOT_PATH.'/images/logo.gif');
if (empty($dimention[0])) {
$width = 88;
} else {
$width = ($dimention[0] > 144) ? 144 : $dimention[0];
}
if (empty($dimention[1])) {
$height = 31;
} else {
$height = ($dimention[1] > 400) ? 400 : $dimention[1];
}
$tpl->assign('image_width', $width);
$tpl->assign('image_height', $height);
$count = $sarray;
foreach ($sarray as $story) {
$tpl->append('items', array('title' => xoops_utf8_encode(htmlspecialchars($story->title(), ENT_QUOTES)), 'link' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'guid' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'pubdate' => formatTimestamp($story->published(), 'rss'), 'description' => xoops_utf8_encode(htmlspecialchars($story->hometext(), ENT_QUOTES))));
}
}
}
$tpl->display('db:system_rss.html');
?>


Thank you very much



3
Anat_k
How to create this menu
  • 2006/12/23 3:45

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


How to create this menu follow this picture

Resized Image



4
Anat_k
How to merge FCKeditor with Xoops
  • 2006/10/16 10:18

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


How to merge FCKeditor with XOOPS together ?

Please help me.

http://www.fckeditor.net/demo



5
Anat_k
When Rssfit for xoops 2.0.15 born.
  • 2006/10/1 22:24

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


When Rssfit for XOOPS 2.0.15 born.
I like Rssfit



6
Anat_k
Whatsnew modules can't feeds Thai encode
  • 2006/9/26 11:03

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


I want to feeds out by rss I try use whatsnew modules feeds it
but it not support Thai encode.How to edit it I use charset=tis-620 in my site.
Thank you very much.



7
Anat_k
I can't find link to download mydownload and mylink modules
  • 2006/9/25 10:24

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


Please send link to me.

Thank you very much.



8
Anat_k
Modules RssFit version 1.21 is not work on xoops 2.0.15
  • 2006/9/25 10:18

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


Please give me link for download if you have version for XOOPS 2.0.15

Thank you very much.



9
Anat_k
Re: IPB Board Vs Xoops 2.0.15
  • 2006/9/25 9:55

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


Thank you very much it ok



10
Anat_k
IPB Board Vs Xoops 2.0.15
  • 2006/9/24 6:34

  • Anat_k

  • Just popping in

  • Posts: 24

  • Since: 2006/6/21


Please help me.
I using XOOPS 2.0.15 and IPB Board Version 1.4Ha.
But it can't syn user account. I download file from this site at modules repository .
I setup by copy files inside folder upload > modules > ipboard it can work but system can't syn user account.

You can see this problem athttp://www.th-store.com/modules/ipboard/

And I try setup by manual by this step.

1.Copy overwritten all of content inside "upload" folder (include subs directories) into
2. Login as XOOPS AdminCP and Active this module.

3. Still in XOOPS AdminCP,

--|--- Click on Left Menu logo of IPB module, it will auto run Installer Script.

--|--- Problem can encounter:

------|-- If it does not auto redirect you to installer script, you can do manual by run this URL:
"yoursite.com/modules/ipboard/sm_install.php"

4. In XOOPS AdminCP,
--|--- Update System Module,

5. Finish.

I try it but system show this message
Fatal error: Call to undefined function: getinstance() in c:\appserv\www\web\include\common.php on line 53

Thank you.




TopTop
(1) 2 3 »



Login

Who's Online

164 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits