151
robekras
Re: Real Stupid Question
  • 2003/11/27 6:29

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


There is also a wiki page which describes the uninstallation of a module:

http://wiki.xoops.org/wakka.php?wakka=UninstallingModules

There are many things missing in the wiki , but some are very good described there



152
robekras
Re: 2.0.5.1: Undefined Index Notice
  • 2003/11/26 20:32

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


As I see in the changes.txt the
- Temporarily disabled XoopsErrorHandler class (onokazu)

this means that when you have enabled the PHP Debug within your XOOPS site, that the errors and warnings which occure
are not handled by the XoopsErrorHandler.
So disable PHP Debug for your site.




153
robekras
Re: Font size for custom blocks
  • 2003/11/24 8:33

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Do something like that:

<p style="font-style: italic; color: #66ff66;">
...
All your HTML content
...
</p>

Take a look athttp://www.w3schools.com/css/css_font.asp
or
http://www.w3.org/TR/REC-CSS2/indexlist.html
to learn something about css properties.



154
robekras
Re: german language file for 2.X
  • 2003/11/22 11:19

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Take a look at the german XOOPS site

http://www.myxoops.org

but you have to register first, to have access to the download area.
After you got an account try this:

http://www.myxoops.org/modules/mydownloads/viewcat.php?cid=19



155
robekras
Re: Block problems
  • 2003/11/21 16:06

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Remove the <?php from the beginning and the ?> from the end
and save the block as a PHP-script.



156
robekras
Re: Upload file for download
  • 2003/11/20 12:56

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Take a look at this:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=13844&forum=4#forumpost55624



157
robekras
Re: Blogger support site built with Xoops
  • 2003/11/18 6:37

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


A little improvement I would expect (just for the case your site is really running ok )

.... a little advertising for XOOPS .




158
robekras
Re: Upload Files
  • 2003/11/17 7:41

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


There is a new version of myDownloads here

https://xoops.org/modules/news/article.php?storyid=1037

There is a bug when uploading files with uppercase characters in the filename. The file is stored with lowercase, but in the database the filename is in the originally name.




159
robekras
Re: Make it XHTML 1.0 compliant please!
  • 2003/11/9 20:19

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


There is also an non-compliant output when a XoopsFormHidden
is used.
A XoopsFormHidden within a XoopsForm is outputted without
the <tr> <td> environment.

It's true for both the template output and the direct output.
(See class/xoopsform/themeform.php function render () : line 102)
But with a <tr> <td> surrounding the output (see the <input type="hidden ...) we get a little gap between two showed elements.
I'm just looking for a css way to get rid of the gap,
but I didn't find anything yet.



160
robekras
Re: Make it XHTML 1.0 compliant please!
  • 2003/11/9 18:05

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


To be more helpfully here are some lines for one of the
causes of the non-compliance to XHTML (which is the single & instead of &amp;)

in modules/newbb/include/notification.inc.php line 56
in modules/newbb/delete.php line 52, 57, 74
in modules/newbb/edit.php line 64, 83, 101
in modules/newbb/post.php line 126, 142, 182
in modules/newbb/reply.php line 43, 47, 71, 91

Hope this is helpful for one of the developers.




TopTop
« 1 ... 13 14 15 (16) 17 18 »



Login

Who's Online

238 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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