841
McDonald
Re: What is RSS
  • 2005/9/9 12:14

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
how do I now add RSS to my XOOPS site?


There are 2 RSS options you can add to your website: a reader and a tool to make RSS.

The module xhdl0 is a RSS reader if you want to put headlines from other websites on yours. You can download it here:http://www.peak.ne.jp/xoops/

On this Xoops.org website you'll find a couple of module to create a RSS feed from your site:https://xoops.org/modules/repository/viewcat.php?cid=84



842
McDonald
Re: What is RSS
  • 2005/9/9 11:07

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


See here:

http://en.wikipedia.org/wiki/RSS_(protocol)

http://www.webreference.com/authoring/languages/xml/rss/intro/

http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html

=====
EDIT:
=====

and this one of course:

https://xoops.org/modules/smartfaq/faq.php?faqid=252



843
McDonald
WF-Links 1.03 : category menu sorted in submit form on visitors side
  • 2005/9/7 20:00

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


To get the same category menu in the submit form at the visitors side as at the admin side do as follows:

Open in a editor: /wflinks/submit.php

replace line 223-225:

Quote:
$cat_select = new XoopsFormSelect( _MD_WFL_CATEGORYC, 'cid', $cid );
$cat_select -> addOptionArray( $submitcats );
$sform -> addElement( $cat_select );


with,

Quote:
ob_start();
$mytree -> makeMySelBox( 'title', 'title', $cid, 0 );
$sform -> addElement( new XoopsFormLabel( _MD_WFL_CATEGORYC, ob_get_contents() ) );
ob_end_clean();



EDIT:
See also thread on WF-Projects website:http://www.wf-projects.com/modules/newbb/viewtopic.php?topic_id=3&start=20



844
McDonald
Re: No avatars or images appear
  • 2005/9/7 7:40

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
*bump* I'm having the same problem


I'm glad to hear I'm not the only one with this problem!

When uploading a jpg as avatar, XOOPS says updating the database was succesfully. That's correct, but not the uploading of the image.
Xoops placed an image with a system-avatar filename of 0 bytes in the upload directory.
If I upload this image by ftp and rename it with the same system-avatar filename as XOOPS did, everything is ok.
Too me it looks like a XOOPS problem with uploading image files.

If I upload a gif as avatar, XOOPS says: Could not get uploaded file 0. No file uploaded.



845
McDonald
Re: Some problems with WF-Links 1.0.3
  • 2005/9/5 15:39

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


I check the site of WF-Projects frequently, but can't find anything that solve these problems. I'll have a deeper look in the fixes of other WF modules, maybe this will help.

If I can have these 5 problems fixed then I have a WF-Links version that will function for my website.

Fixed 2 problems with page navigation myself.
The version of WF-Links that comes with the module packages for XOOPS 2.x solve a few problems, but not all.



846
McDonald
Some problems with WF-Links 1.0.3
  • 2005/9/5 15:06

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


I've got a few problems with WF-Links 1.0.3
Maybe somebody here can help me with this.

1. The 'default link order' function in preferences doesn't work. Links are always ordered by the date they have been submitted.

2. The 'Sort by' function on a link-page works for the 1st page only.

3. Overview link popularity doesn't work.

4. Overview of ratings doesn't work.

5. The total of links printed behind a category is wrong when this category is having sub-categories.

Tia.



847
McDonald
Re: No page refresh after logon and logoff
  • 2005/9/5 14:50

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Check the theme.html file of the theme you are using if the following has been added to it: <{$xoops_module_header}>
If not, then place it on the next line after <body>



848
McDonald
Re: No avatars or images appear
  • 2005/9/5 12:06

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Does anybody know how to fix the above problem with uploading avatars and images with Xoops??



849
McDonald
Re: No avatars or images appear
  • 2005/9/4 7:57

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


I'm experiencing the same problem.

When uploading an avatar in admin Misc.Tools a message is displayed that uploading was ok. It's also added to the system avatar list, but the image itself doesn't show.
I checked the upload folder (chmod 777) and found that the filesize of the uploaded image is 0 byte.

The same happens when uploading an image from Misc.Tools or from a module, in my case WF-Links 1.03.

Only error that appears at the bottom of the screen is Notice [PHP]: Undefined index: link in file include/cp_functions.php line 117

The database doesn't show any errors either.

It only works by uploading an image by ftp.



850
McDonald
Re: Is it possible to specify the number of chararcters to appear on the jobs 1.9 module?
  • 2005/9/3 20:15

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Hello xooperman,

You probably just can truncate it.
In the Smarty manual you can find how and what options you have:

http://smarty.php.net/manual/en/language.modifier.truncate.php




TopTop
« 1 ... 82 83 84 (85) 86 87 »



Login

Who's Online

157 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 157


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