11
ralf57
Re: XOOPS API Documentation
  • 2005/7/7 18:19

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


You can browse the on-line version here:
https://xoops.org/misc/api/
Btw,i've built an handy package of the current API which can be viewed off-line.
Download XOOPS API
Enjoy!
Don't know what i want but i know how to get it..........



12
ralf57
Re: Smarty Time?
  • 2005/7/6 16:13

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


If you have the desired locales installed into your/your host's system,you can even force smarty to display the date in your desired language.
Add this piece of code right before smarty's date function
<{php}>setlocale(LC_TIME"it_IT");<{/php}>

and edit it according to your needs.
An example:
<{php}>setlocale(LC_TIME"it_IT");<{/php}>
<{
$smarty.now|date_format:"%A, %e %B %Y"}>

will display:
mercoledì, 6 luglio 2005
the date is formatted into italian.
Really easy!
Don't know what i want but i know how to get it..........



13
ralf57
[Calling for designers/testers] A new default theme for the upcoming xoops 2.1
  • 2005/7/4 10:45

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


I'm building a new default theme for the upcoming XOOPS 2.1 release.
Its temporary name is "XMT" which stands for XOOPS Modern Theme
but it will be released as "default",of course.
I need some testers expecially for Internet Explorer6/5.5/5 and
Firefox on Windows OS
Moreover your feedback and suggestions will be really precious
and will contribute to the final result.
Main goals are XHTML Transitional/CSS validation and
cross-browser and cross-platform compatibility.

This is a screenshot of the current state:
http://www.drwebcreations.com/xoopsfiles/xmt/xmt_0_1.jpg

This is the Download location

Thanks in advance to everyone,ralf57.
Don't know what i want but i know how to get it..........



14
ralf57
Re: Themeable DHTML Menu
  • 2005/5/12 13:10

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


MyGosuMenu will be the default navigation bar starting from 2.1 release
It is already integrated into the development nightly build
You are invited to download and test it.
Please also note that there is actually a bug preventing it to work in IE but i'll try and fix it today or tomorrow.



15
ralf57
Re: Help with Pro2 Theme please
  • 2005/4/10 10:07

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


@ Uryaen
I can't see this "little box".
Maybe that is the place for banners.
You are free to delete it in theme.hmtl

@brigarkee
You're right,i forgot to translate some words at that time.
Btw,open theme.html and replace as follows
Quote:
Entra >>> Login
Iscriviti qui >>> Submit

I tuoi dati >> Your account
Notifiche >> Notifications
Esci >> Logout
Cerca >> Search

Everything will be clearer



16
ralf57
Re: XoopsModuleHandler and $criteria
  • 2005/3/18 14:14

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you zoullou,
your code works fine.



17
ralf57
XoopsModuleHandler and $criteria
  • 2005/3/18 10:15

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all,
i'm trying to count all active modules which also have admin menu with this code:
$module_handler =& xoops_gethandler('module');
    
$criteria = new CriteriaCompo(new Criteria('isactive'1));
    
$criteria->add(new Criteria('hasadmin'1));
    
$criteria->add(new Criteria('mid''>1'));

    
$valid_mods =& $module_handler->getCount($criteria);

I also need to exclude the "system" module so,as you may see,
i've added another line:
$criteria->add(new Criteria('mid''>1'));

but it doesn't work.
Where is the error?
Thanks in advance,ralf.



18
ralf57
Re: Cannot load xoops.org RSS news feed
  • 2005/3/16 16:34

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:
The problem happens when you're on an ADSL line with DHCP

I'm on a 56K dial-up connection

I've just tried with a fresh 2.0.9.2 local installation and it still doesn't work.
Apache restart didn't have any effect.
I've also tried with a remote site and it works so xoops.org's
rss feed works fine.
There should be a problem with my networking or with php's installation.
Are other php modules required for RSS feed to work?
Thanks again,ralf.



19
ralf57
Cannot load xoops.org RSS news feed
  • 2005/3/16 14:29

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


I'm having troubles displaying xoops.org news in
admin area (admin.php) using the link
http://localhost/myxoops/admin.php?xoopsorgnews=1

i'm getting this warnings:
Warning [PHP]: fopen(): php_network_getaddressesgetaddrinfo failedTemporary failure in name resolution in file admin.php line 118
Warning 
[PHP]: fopen(https://xoops.org/backend.php): failed to open stream: Connection refused in file admin.php line 118

It seems to complain about my internet connection but i'm connected to internet,of course.
Any idea?
Thanks in advance,ralf.



20
ralf57
Re: TinyEditor 0.4 released - Calling for translators
  • 2005/3/13 14:13

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:
Will we be able to create different instance of the editor for the various modules?

Good suggestion,
i will implement it in the next release(s).




TopTop
« 1 (2) 3 4 5 ... 13 »



Login

Who's Online

195 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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