1
pimps
Re: Open Realty & XOOPS integration
  • 2007/10/29 13:04

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


hello

anybody can disponibilize this module to download?

thanks



2
pimps
Editing register.tpl file
  • 2007/10/19 22:37

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


I Everyboy...

Sorry for my bad english!

The register.tpl file configure the email that is send when a user register in the site.

I'm trying to edit this file but, when we include some HTML tags, the email that we receive come with the HTML Code in literal.

It comes with all text... Incluing the html tags tah comes in text...

Anybory knows why?



3
pimps
Hack to Send Diferent Emails for each Group
  • 2007/10/19 22:12

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


Hi Everybody...

Sorry for my bad english!

Well, the TheRpLima created a great hack that make possible the user choice, in registration form, wich group that he will be.

The code is in this tread in XOOPS TOTAL (in portuguese)

Well, now we're trying to make that can be possible send a diferent email for wich group that the user choice in the registration

I think this be possible if we add a IF in the part of the code that send the email like I show:



if ($xoopsConfigUser['activation_type'] == 0) {
$xoopsMailer =& getMailer();
$xoopsMailer->useMail();

If the group choice is GROUP1 than

$xoopsMailer->setTemplate('register1.tpl');

Else, If the group choice is GROUP2 than

$xoopsMailer->setTemplate('register2.tpl');

$xoopsMailer->assign('SITENAME', $xoopsConfig['sitename']);
$xoopsMailer->assign('ADMINMAIL', $xoopsConfig['adminmail']);
$xoopsMailer->assign('SITEURL', XOOPS_URL."/");
$xoopsMailer->setToUsers(new XoopsUser($newid));
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
$xoopsMailer->setFromName($xoopsConfig['sitename']);
$xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
if ( !$xoopsMailer->send() ) {
echo _US_YOURREGMAILNG;
} else {
echo _US_YOURREGISTERED;
}



this code is the REGISTER.PHP file between lines 226 to 241 with literal alteracions in bold.

Is that possible?



4
pimps
Admin Form in a User Side
  • 2007/10/19 21:53

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


Hi Everybody,

Sorry for my bad english.

I publish this question in XOOPS TOTAL community too (in portuguese here)

Well, I want to use a form that is in the Admin side (in that case the form "New Products" if the RMMS Module) in the User side.

The idea is a group of users that can insert new product but I don't want to let then access the Admin side. I want they see the form in a User side, like the "Join" form in the SMARTPARTNER module.

Is that possible?



5
pimps
Re: Event Guide
  • 2007/1/18 11:13

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


I nobu

I found a curious solution for it.

When you click in the receipt.php link, the module shows a table with the current registratons.

I only select the table, copy and paste it on excel. And for my surprise the cells are formated correctly. =)

I think that is not to hard to be changed into a procedure inside the module.

Thanks for the atention...

Pimps



6
pimps
Re: Event Guide
  • 2007/1/15 14:31

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


I nobu

thanks for help me....

But * is a default value in that item..... and its not work.

The field works corretly when I put the name of the extra fields that i have created.

But the exportation only show 40 reservation, but i received more than 200 reservations.

I see that in the .csv format it export correctly all the reservetions that i received, but in excel format receive only 40.

Thanks.

Sorry again for my english =(



7
pimps
Re: Event Guide
  • 2007/1/12 10:48

  • pimps

  • Just popping in

  • Posts: 9

  • Since: 2007/1/12


Hi people,

I don't know if here is the right place to post it but i have a big problem with the eguide module.

It was ones of the bests mods that i found, but I add some extra fields in the submit form and when i export to a .csv format or a excel format the extra fields that a have included not appears.

the form is visible inhttp://www.hyppnos.com.br/modules/eguide

the fiels Nome 2:, Nome:3, Nome 4:, Nome 5: etc not appears in the .csv format.

Anybody can help me?

ps. Sorry for my poor english!! =(




TopTop



Login

Who's Online

112 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 112


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