61
banned
Re: Multi-sites - help me test it properly?
  • 2005/4/10 1:22

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


The easiest way, methink, is to add a new smarty var in header.php
After that you can call in your theme something like logo<{$site_id}>

banned,



62
banned
Re: Module SDK
  • 2005/4/7 11:58

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Ok, this module could be the simpliest textarea where you can put some content..
A one-page module with some adminstration's things.

Right?



63
banned
Module SDK
  • 2005/4/6 17:00

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi there,
It can be usefull to create, and release, a blank module that can be used as a starting point for the module's developing.
I mean, create a default module structure, fill it with the files do you want and put in these files some commented lines of code where we can explain what that file is intended for.
In this blank module we can put, also, the readme, changelog, language diffs, etc files of rowdie.

What do you think about this idea?
If you are right I can start to work on this right now.

banned



64
banned
Re: Dynamic Theme
  • 2005/4/6 12:01

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Since XOOPS v 2.0.10 there is a new smarty var avaible, $xoops_dirname that return the module's directory.
When you are in user.php, edituser.php, etc this variable will return 'system' (methink.. I've not installed yet 2.0.10.. )



65
banned
Re: Action item #2 - Module development standards
  • 2005/4/5 17:19

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi there,
I've added a new paragraph on the wiki in the dev site.

Quote:
Use of the $xoopsModule->getVar('dirname')
Don't hardcode your module dirname in your php files and templates. We can translate the module content, if you use this we can translate the module name too with a small change in the module's xoops_version.php (E.G. An Italian website doesn't needs a wordbook module, but it needs a 'dizionario' one)
Since XOOPS v. 2.0.10 a new smarty var is added in the core, <{$xoops_dirname}>, that return the module dirname so you can use this in your templates - if an absolute path is needed.


What do you think about this?

banned



66
banned
Re: A better Xoops editor?
  • 2005/4/5 1:11

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

Peekay wrote:
In a future version of Xoops, do you think the XOOPS editor could be enhanced a little so that authors can highlight text and make it larger, bold, italic or coloured just by pressing a button? Like a WYSIWYG editor - but without the HTML.

Don't know how difficult that would be, but if it could be fixed so that inserted links, images, smilies etc. actually appear at the cursor position, the need for a fully blown WYSIWYG editor would be unnecessary in most modules, except where tables etc. are needed.


Methink that an option is needed for a feat like this.. -> a per module option will be better



67
banned
Re: E-mail harvesting
  • 2005/4/3 3:16

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


You can encode your users' e-mail via javascript with smarty. In normal browsing it will be visible, but when you look for the html of the page (where spam-bots are looking for) you can't find an email adrress.
Simply put this code instead of the <{$user_email}> in the userfino template

<{mailto address="$user_email" encode="javascript"}>

banned



68
banned
[Database] _users to _somethingelse
  • 2005/3/30 20:35

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


It's possible?
I mean, I was wondering to integrate a SMF board in XOOPS but it has members related thing in too much file (and has a very complex groups system..) so, now, I'm wondering about integrate XOOPS in SMF.

So, the point.
For what I can see - in a very preliminare glance - the only user related queries, in the core, are in root/kernel/users.php is this correct?
- I don't need to modify root/user.php and root/edituser.php 'cause I will use the SMF profile -


.. Hell, I know.. then every module will have his own story, but I'm interested with XOOPS Core right now..

banned



69
banned
Re: Mambo winning on PR-field now
  • 2005/3/27 2:26

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:
kenmcd wrote:
Quote:
banned wrote:
Xoops, as is, is not good enough.

Interesting.
Not good enough for what?
Not good enough to use now as a CMS?

Regards,

KM

Not good enough to be a Portal System - there is a difference between CMS and a Portal System, as you know.
And the last 2 letters of the name XOOPS are meaning 'Portal System'.
As is XOOPS need some tricks and tasks here and there before being suitable in a 'portal'.
(Don't misurestand my words, I'm using it in various places and I'm supporting it on the Italian Support site - just as a member.)

Do you want an example? Try a search for 'xoops_pagetitle' in this site. There are things that have been discuss more and more here and no one has make a change.

BTW, I'm only a guy with too high expectations, right?

Quote:

jdseymour wrote:
Quote:

banned wrote:
- An Official chat for instant support and for help grow up (more and more) the community. Do I've to tell you that an 'official guy' have to live this as a second life?

The above is a part that I disagree with. I think the current method of support is sufficient. If we go to a chat support the solutions will be lost and not searchable, as well as making the solutions harder to enter into the faq.

Your other points are valid in my view. Maybe we should start a new thread of what XOOPS needs to compete. Because again, it is getting off the main topic.

I'm hating chats too :P

banned



70
banned
Re: Total Members Display in block
  • 2005/3/26 3:20

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


If you need _only_ the total number of registered members you can create a custom php block with this code

$member_handler =& xoops_gethandler('member');
$total = $member_handler->getUserCount();
echo $total;




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 13 »



Login

Who's Online

146 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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