1
dantom
Re:Strange problem in admin->groups
  • 2004/10/31 23:02

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Sorry! Now I understand!

Dantom



2
dantom
Re:Strange problem in admin->groups
  • 2004/10/31 22:59

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Thank!

But if i want to add a member registered to webmaster? how is it possibile if there is not e litle select with NONMEMBERS -> MEMBERS ?

Dantom



3
dantom
Strange problem in admin->groups
  • 2004/10/31 11:32

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Hello there!

All was very good...but a day...

I have a very strange problem with a admin->group section

Infact is been lost a left-part of table to add user in a group. I see only list of member of the group but there is not a list of NON-member group

This happen in every group.

NOTE: when the customer go in admin->mail to users and choose send email to registered user, when click on submit return e PAGE NOT FOUND, but if submit for webmaster group it's wors.

Somebody have a idea what is happening?

Thank!

Dantom
a friend of XOOPS



4
dantom
Admin->mail to users...how?
  • 2004/10/14 13:20

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Hello there!

Is it possible to send email to users with HTML graphic header?

example:

{X_UNAME} and also {X_HEADER} with value like an image

Thank!

Dantom



5
dantom
Admin Module: mail to users
  • 2004/10/11 19:12

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Hello!
I hope i am not off topic or wrong forum.

I would you like to have an graphic header in every email that sent from admin->mail to users

In xoopsmailer.php Like this:

Quote:

$subject = str_replace("{X_UNAME}", $user->getVar("uname"), $this->subject );
$text = str_replace("{X_UID}", $user->getVar("uid"), $this->body );
$text = str_replace("{X_UEMAIL}", $user->getVar("email"), $text );
$text = str_replace("{X_UNAME}", $user->getVar("uname"), $text );

// my idea...but print just e HTML link but NOT a graphic header with unione.gif

$text = str_replace("{X_HEADER}", XOOPS_URL."/themes/uds/images/unione.gif", $text );


Result in email is just a tag img HTML :


My browser accept HTML email.

i try also like this
Quote:

$this->headers[] = "X-Mailer: PHP/".phpversion();
$this->headers[] = "Return-Path: ".$this->fromEmail;
//my row
$this->headers[] = "Content-Type: text/html";



What can i do?

bad english... sorry....

thank if help me!

Dantom
P.S
It would be better if is possibile to insert AUTOMATIC X_HEADER like e admin voice us like activated.tpl



6
dantom
Re: An incredible letter in a newbb module!!!
  • 2004/9/14 17:01

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Thank you for your contribute but...

it is not easy...i have seen theme.html but is ok..

I have try to add e letter "d" before <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 in the theme.html

Effect:
In ALL the portal i have seen "d" on the top-left AND "vd" on the top-left of FORUM module...the "v" letter cannot go away

It is very STRANGE!"

There is a php output that write a "v" letter...just on the forum module....before ALL..

I see header.php.....nothing...

Other idea....?

Dantom

THAMK!



7
dantom
An incredible letter in a newbb module!!!
  • 2004/9/14 16:31

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Hllo there!

I have e little (very little...too little ) problem with a letter in forum module. To better understand i give you a link:

http://www.odes.it/uds/modules/newbb/

You can see a very bad letter ( v ) on the top-left corner. This ONLY WITH FORUM.

If you try with other module it's ok!!!



I try to search but is difficult with only "v"

In the HTML output i see this
Quote:

v<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


I don't know where i can crash my head!

Can you help me?

THANK!



8
dantom
Re: system_redirect.html
  • 2004/8/5 23:51

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21



I think yes. Don't use redirect_header functions , but header function of php.

Dantom



9
dantom
system_redirect.html
  • 2004/8/3 10:07

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21


Hello there!

I have a little problem with this template. I would like to have e redirect template integrate on xoops's theme.
In all site, when there is a redirect page i want to see the same page BUT with theme include.

I try to edit function redirect_header() in /include/functions.php like this:

=================================================

line 393
include XOOPS_ROOT_PATH.'/header.php'
$xoopsTpl->display('db:system_redirect.html');
include XOOPS_ROOT_PATH.'/footer.php'
exit();

==================================================

..but blank page :(

I try only include only XOOPS_ROOT_PATH.'/footer.php' because i supposed that header.php is just working

I try with include_once
i try including mainfile.php

nothing...

where i wrong?

Thank!

Dantom



10
dantom
Re: xoops UML
  • 2004/4/12 18:21

  • dantom

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/6/21



UML?

Please....it would be..FANTASTIC!




TopTop
(1) 2 »



Login

Who's Online

249 user(s) are online (182 user(s) are browsing Support Forums)


Members: 0


Guests: 249


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