21
JulioNC
Re: A singleton to access your data classes
  • 2009/8/15 6:03

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Quote:

hervet wrote:

The advantage, as I said, is that you can access your handlers from anywhere without creating several times the same object and all your handlers are centralized in one place.
Handlers are loaded on demand and stay in memory for further use.


You should look for Registry pattern



22
JulioNC
Re: XOOPS 2.3.x Translations
  • 2009/3/15 13:09

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Spanish translation updated!
Thx Riosoft, and XOOPS Spanish Team.
http://www.esxoops.com/modules/news/article.php?storyid=811



23
JulioNC
Re: To BlueStocking mailbox from Kris_fr.
  • 2009/3/15 12:49

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Where's Darcy?



24
JulioNC
Re: XOOPS 2.3.x Translations
  • 2009/1/3 3:25

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Spanish and Galician translation available onhttps://sourceforge.net/projects/esxoops andhttps://www.esxoops.com



25
JulioNC
Re: Personalize <title> and meta description for a page
  • 2008/11/19 17:26

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


example.com/my_page.php

<?php

$xoopsOption
['pagetype'] = 'my_page';
include 
'mainfile.php';

include_once 
XOOPS_ROOT_PATH '/header.php';
$xoopsTpl->assign('xoops_pagetitle''My page title here');
$xoTheme->addMeta'meta''keywords''My keywords here');
$xoTheme->addMeta'meta''description''My description here');

include_once 
XOOPS_ROOT_PATH '/footer.php';

?>



26
JulioNC
Re: Bug in 2.3 system banner
  • 2008/11/8 4:44

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


What about it?

Someone have the same issue?



27
JulioNC
Re: Defacer 1.0 alpha is released for feature requests
  • 2008/11/6 14:12

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Hello, thank you for your nice module.
Reality- sounds good. I will test it!

As for the Data compression methods that you said.
I use JsMin PHP port [1]. Maybe we can modify the $xoTheme->addStylesheet() and $xoTheme->addScript() functions to use the data compression methods into XOOPS, as a new feature for 2.3.2

What do you think?

[1]http://code.google.com/p/jsmin-php/

Edit:
Interesting, PHP Speedy use JsMin PHP Port :)



28
JulioNC
Re: SEO - Change meta data in register and login pages
  • 2008/11/2 5:21

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


My sincere apologies for the delay..
I said:
Could you give me advice/reference for SEO ? (for XOOPS, of course)



29
JulioNC
Re: SEO - Change meta data in register and login pages
  • 2008/10/28 3:12

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Fixed in SVN:
http://xoops.svn.sf.net/viewvc/xoops?view=rev&revision=2299

I changed some files, but we can do better.
Can you agreed to give me advice on how I could improve the SEO for XOOPS ?



30
JulioNC
Re: A couple of problems with Profile 1.51 (Xoops 2.3.1)
  • 2008/10/24 23:55

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Fixed in SVN:
http://xoops.svn.sf.net/viewvc/xoops?view=rev&revision=2297




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



Login

Who's Online

215 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 215


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