61
ipwgc
Re: My Inviter 1.0 from trabis doesn't work
  • 2010/3/20 16:49

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


How are you doing peter? is good to see you again.

I looking at the link on OpenInviter and makes sense to create the folder tmp to point the cookie_path.

"cookie_path"=>'/var/www/user0/html/myscripts/openinviter/tmp'

but what I would really like to know if some member has installed this module, and how accomplish it.

WAY? it because I would like to incorporate it in the SocialNet module that I am developing.
https://xoops.org/modules/news/article.php?storyid=5272

but I need to know if really the invite module is worked.
Somebody can leave a link here to see it the invite module working?

Regards
David



62
ipwgc
My Inviter 1.0 from trabis doesn't work
  • 2010/3/19 3:24

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


I want to test the module My Inviter 1.0 from trabishttp://www.xuups.com/ But doesn't work in my website.

what I have to do so that the module works correctly?

This is the error message
-------------
Login failed! Please check the email and password you have provided and try again.
-------------

The password and the email is correct, and I check with different emails and password,
See it from here
http://www.ipwgc.com/socialnet/modules/myinviter/index.php

Now, my question is:
for you or some member this module works correctly?

Regards,
David Yanez



63
ipwgc
Re: uploading mp3s
  • 2010/1/18 20:05

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Regarding the SocialNet 2010 module.
Plaase click here for more info




64
ipwgc
Re: working on yogurt module
  • 2010/1/4 15:45

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


SocialNet 2010, is not the same thing that yogurt,

1. The codes were translated from portuguese to english and changed for $socialnet

2. The names and the codes were changed and adapted for the integration of the 11 modules and sections that are participating of the SocialNet project.

3. In SocialNet 2010 doesn't exist any sentence or word related to yogurt.

4. Fallow the turorial from here, I'm working on this tuturial for USERS and for WEBMASTERS
http://www.ipwgc.com/socialnet/modules/socialnet/treemenu.php/?tac=3

5. Prove and download from herehttp://www.ipwgc.com/socialnet/modules/TDMDownloads/

Regards,
David Yanez Osses



65
ipwgc
Re: How I install a module and the blocks appear immediately?
  • 2009/12/9 1:44

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Thank ghia,
I will take your advice regarding to the themes, I will be trying the install function, also making tests and to search for the best option, then I will show you that happen.

QUESTION:
1. THIS CODE BELOW I NEED TO ADD ON THE xoops_version.php FILE?
------------------
$modversion['onInstall'] = 'install_funcs.php';
$modversion['onUninstall'] = 'install_funcs.php';
$modversion['onUpdate'] = 'install_funcs.php';
-----------
2. AND THE REST OF THE CODE IN THE install_funcs.php FILE?

3. How I give the direction so that the blocks appear to the right side, or center side, etc

Sheers,
David




66
ipwgc
How I install a module and the blocks appear immediately?
  • 2009/12/8 21:05

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


My question is this:
It is possible to install a module and the blocks appear immediately to the right side of the same module?

Ejample: my proyect module has 3 blocks, and I want them to appear to the right side of my module at the same time of the installation.

Regads,
David



67
ipwgc
Re: I need to display an image in a block in different language
  • 2009/11/21 3:19

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


THANK YOU GHIA
NOW IS WORKING, PERFECT,

In the index.php and in the blocks.

I will show you the module next week.
Name of the module "SocialNet 2010"

Now is possible to add images in English and Spanish, and other languages to.
Regards, and again thank you for your support.
David Yanez



68
ipwgc
Re: I need to display an image in a block in different language
  • 2009/11/21 1:07

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi, ghia
Is working only on the index.php
I add the below code in /MYMODULE/index.php
$xoopsTpl->assign('msg_lang_name', $xoopsConfig['language']);

and I add the below code in /template/index.html
(IS WORKING, OK)
<img src="<{$xoops_url}>/modules/MYMODULE/language/<{$mymod_lang_name}>/images/register.gif

NOW, MY PROBLEM IS IN THE HTML BLOCKS.
Which is the code for this 2 files?
1. /template/blocks/blocks_page.html
2. /MYMODULE/blocks/page.php

THIS CODE IS NOT WORKING ON THE BLOCKS
$xoopsTpl->assign('msg_lang_name', $xoopsConfig['language']);

Regards,
David Yanez



69
ipwgc
Re: I need to display an image in a block in different language
  • 2009/11/20 2:37

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi ghia,
For you to understand I need a specific code to insert on the module, see examples below
My question is how I can do the same on my module?
They have this code <{$msg_lang_name}> to call the image from the language folder,

THIS CODE IS in the index.php from the xfguestbook line 219
$xoopsTpl->assign('msg_lang_name', $xoopsConfig['language']);

QUESTION: How I can do the same on my module and blocks?

Regards,
David

-------------
SEE Below is a real working example from the xfguestbook module $modversion['version'] = '2.40a'; $modversion['author'] = "the Cat";

EXAMPLE IN ENGLISH

<br />
<a href="index.php"><img src='<{$xoops_url}>/modules/xfguestbook/language/<{$msg_lang_name}>/images/logo.gif' alt=' Guestbook' border='0' />
<br />
--------------------------
EXAMPLE IN SPANISH

<br />
<a href="index.php"><img src='<{$xoops_url}>/modules/xfguestbook/language/<{$msg_lang_name}>/images/logo.gif' alt=' Guestbook' border='0' />
<br />



70
ipwgc
I need to display an image in a block in different language
  • 2009/11/19 22:58

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi, I have made a module, and I need to display an image in a block in different language.
Ejemple:
1) /MYMODULE/language/english/img/register1.gif
2) /MYMODULE/language/spanish/img/register2.gif

QUESTION: How can I display this images in a block?
which is the code to use in the link?

Thank for your support
David




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



Login

Who's Online

141 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 141


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