641
svaha
Re: Is their any newsletter module in XOOPS ?
  • 2003/11/13 13:29

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Yes there are newsletter modules.
Maybe you can explain what you want to do exactly?

Aloha



642
svaha
Re: frxoops.org ???
  • 2003/11/13 13:19

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


As far as I know nothing happened, I've been there 2 seconds ago.

Xoops France


Aloha



643
svaha
Re: Please if possible
  • 2003/11/13 13:04

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


If I understand you well, then what you want is :
Display a user friendly page/message in case of an error?

Aloha



644
svaha
Re: Blogger
  • 2003/11/13 8:15

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


I'm using this one from Wellwine (now upgraded from 1.21 to 1.30 :

wellwine online


Aloha

-------
Beam me up Scotty,
there is no intelligent life down here.
http://www.rainbowshaman.com



645
svaha
Re: HTML in "News" items
  • 2003/11/11 23:44

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


If the image doesn't appear, it could be a typo, the filename input is case sensitive. Maybe you could double check the real filename and that what you typed in.

Aloha



646
svaha
Re: Restored Xoops 1.3.10 and mysql backup but...
  • 2003/11/11 9:19

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Well, you could go to the system administration menu and set in the preferences Debug mode : PHP debug.
Then you will see a lot of warnings, but also some errors, look at the errors, they will tell you what is missing.

If you still have the modules on your own computer you can also compare the directory structures of your computer and what is on your host with an FTP-program.

Succes



647
svaha
Re: Restored Xoops 1.3.10 and mysql backup but...
  • 2003/11/11 1:43

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Maybe you removed a module from the host server, but it was not uninstalled first, so it is still present in your database but not on the server. In that case you can upload the specific module and it should work then (if not choose update module)
You can also remove the database entries of that module by hand, but the first method is preferable. (If you don;t want the module anymore just make it not active and uninstall it

Aloha



648
svaha
Re: RSS News Feeds Not Working
  • 2003/11/11 1:32

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Well I found something on getting this RSS-feeds with some programming in Python, but I haven't the faintest idea what Python is.
I would like to test the rss feed of my weblog on another site (want to see if it works) but I don't know where and how to start. Is there anywhere a doc for beginners?

Aloha



649
svaha
Re: xcGallery help
  • 2003/11/11 1:22

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Hi, I installed xcGallery uploaded some photo's but ran into trouble for the first time when I tried to run the xcgallery Group manager. when I hit the submit button it tries to start the php program from my root directory. It is the same when you try to move forward or back in the album. It allways looks in my root directory and not in the root/modules/xcgal/ ?
What did the program or I wrong?

Beam me up Scotty,
there is no intelligent life down here
http://www.rainbowshaman.com



650
svaha
Re: SOLVED - Making Xoops CONTENT Multilingual *Fixed Code Quote problem*
  • 2003/11/7 23:08

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


I'm looking forward to that one Horacio, thanks for this.
Meanwhile I did some hacking myself with the ideas found here. I use amongst others Wellwines spotlight and weblogger module. Now I'm not a great programmer, so maybe you are willing to take a look at it and tell me if it is well formed, thanks.

modules\spotlight\blocks\kuht_head.php
Line 111 changed to :
Quote:
$title = substr($myts->makeTboxData4Show($myrow['title']), 0, ($options[3]-1))."...";


modules\weblog\blocks\weblog_recent.php
Line 133 changed to :
Quote:
$title = substr($myts->makeTboxData4Show($myrow['title']), 0, ($max_size -1))."...";


Modules/weblog/index.php
line 101 changed to :
Quote:
$myts =& MyTextSanitizer::getInstance();//HHTS
$category['cat_title'] = $myts->makeTboxData4Show($cat->getVar('cat_title', s'));//HHTS


Modules/weblog/index.php
line 114
Quote:
$myts =& MyTextSanitizer::getInstance();//HHTS
$chtitle = $subarr[$i]->$myts->makeTboxData4Show(getVar('cat_title', 's'));//HHTS
$myts =& MyTextSanitizer::getInstance();//HHTS

$subcats .= sprintf(', <a href=\'%s/modules/%s/index.php?user_id=%d&cat_id=%d\'>%s</a>',
XOOPS_URL, $xoopsModule->dirname(), $user_id,
$subarr[$i]->$myts->makeTboxData4Show(getVar('cat_id'), $chtitle));//HHTS

}


Modules/weblog/index.php
line 183

Quote:
$myts =& MyTextSanitizer::getInstance();//HHTS
$entry['title'] = $myts->makeTboxData4Show($entryObject->getVar('title'));


modules/weblog/details.php
line 92
Quote:
$myts =& MyTextSanitizer::getInstance();//HHTS
$xoopsTpl->assign('title', $myts->makeTboxData4Show($entryObject->getVar('title')));//HHTS


Aloha and Happy Xoopsing




TopTop
« 1 ... 62 63 64 (65) 66 67 68 ... 70 »



Login

Who's Online

224 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

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

Latest GitHub Commits