111
alfred
Re: User profile 1.51 - ERROR: Email address already registered.
  • 2008/12/1 17:31

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


can you post the mysql-Debug ?



112
alfred
Re: Profile field display somewhere else
  • 2008/12/1 17:28

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


in a Block

global $xoopsUser;
$myField '';
if (
is_object$xoopsUser )) { 
  
$myField $xoopsUser->getVar('user_from'); 

echo 
$myField;



113
alfred
Re: Profile field display somewhere else
  • 2008/12/1 16:49

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


<{php}> 
  if (
is_object$xoopsUser )) { 
    
$GLOBALS['xoopsTpl']->assign('myField'$xoopsUser->getVar('user_from')); 
  } 
<{/
php}> 

<{
$myField}>



114
alfred
Re: Internal error when upgrading from 2.0.1.81 to 2.3.2a?
  • 2008/12/1 15:39

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


see on myxoops Forum



115
alfred
Re: User profile 1.51 - ERROR: Email address already registered.
  • 2008/11/30 11:03

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Sorry, I meant the profiles module disable times and then test it.



116
alfred
Re: Comments in user profile
  • 2008/11/29 17:27

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


you can testing the Yogurt RC3 from the SVN
Download here



117
alfred
Re: How to install smartobject on 2.3.2a?
  • 2008/11/29 17:13

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


search on

Quote:

function &displayTarea( $text, $html = 0, $smiley = 1, $xcode = 1, $image = 1, $br = 1)
{
if ($html != 1) {
// html not allowed
$text = $this->htmlSpecialChars($text);
}
$text = $this->codePreConv($text, $xcode); // Ryuji_edit(2003-11-18)
if ($smiley != 0) {
// process smiley
$text = $this->smiley($text);
}

if ($xcode != 0) {
// decode xcode
if ($image != 0) {
// image allowed
$text = $this->xoopsCodeDecode($text);
} else {
// image not allowed
$text = $this->xoopsCodeDecode($text, 0);
}
}
if ($br != 0) {
$text = $this->nl2Br($text);
}
$text = $this->codeConv($text, $xcode);
$text = $this->makeClickable($text);
if (!empty($this->config['fitlerxss_on_display'])) {
$text = $this->filterXss($text);
}
return $text;
}


after
if ($xcode != 0) {

insert the code



118
alfred
Re: User profile 1.51 - ERROR: Email address already registered.
  • 2008/11/29 17:09

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


have you installed the 'extended Profiles' Modul ?
check the table <prefix>_user for double mailaddress



119
alfred
Re: Bug in profile 1.51?
  • 2008/11/29 12:05

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

In profile users > Find users
- The group cannot be selected

can you find in System-> found Users (not for all, security :-9 )

Quote:

- The total of members is not visible
- Total of users found is not visible

added in SVN-Version

Quote:

- It is not possible to send e-mail to selected members

can you find in System-> found Users (not for all, security :-9 )

[/quote]
- It would be interesting to export the list (to excel)
[/quote]
mh, i write this to the Todo-List

you can find the actual Module here from SVN




120
alfred
Re: User profile 1.51 - ERROR: Email address already registered.
  • 2008/11/29 9:57

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


from whish version you have upgraded ?




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 18 »



Login

Who's Online

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


Members: 0


Guests: 201


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits