131
alfred
Re: Bug in profile 1.51?
  • 2008/11/1 20:40

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


fixed in SVN

you can edit the /modules/profile/userinfo.php
on line 125
from Code
// Admin has access to all fields
if ( !$xoopsUser->isAdmin() ) {
    
$field_ids_visible $visibility_handler->getVisibleFields($thisUsergroups,$groups);
}


change to

// Admin has access to all fields
if ( !is_object($xoopsUser) || !$xoopsUser->isAdmin() ) {
    
$field_ids_visible $visibility_handler->getVisibleFields($thisUsergroups,$groups);
}



132
alfred
Re: Friend Requests Caused Blank Screen - Yogurt v3.2 RC1
  • 2008/8/29 18:35

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

preachur wrote:

Yogurt v3.2 RC1


install the yogurt V 3.3 RC2 and test it.



133
alfred
Re: Yogurt - news from suico
  • 2008/8/29 12:02

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

Damaster wrote:
Hi dhsoft,

Used please the little box upper right saying "Search"
that's why XOOPS is released with such feature ^^


Du bist ein Troll



134
alfred
Re: Yogurt - news from suico
  • 2008/8/28 20:19

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

Damaster wrote:
Some time ago, after check the module
i've posted here and at xoopscube.org some
issues and that sites runing the module are
vulnerable.


Where can I find this post?



135
alfred
Re: Date problem at newbb forum 3.01.
  • 2007/10/7 17:57

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


add your
<XOOPS_ROOT>/language/<Your_Language>/global.php
the follow lines:

define("_DATESTRING","Y/n/j G:i:s");
define("_MEDIUMDATESTRING","Y/n/j G:i");
define("_SHORTDATESTRING","Y/n/j");
// !!IMPORTANT!! insert '' before any char among reserved chars: "a", "A","B","c","d","D","F","g","G","h","H","i","I","j","l","L","m","M","n","O","r","s","S","t","T","U","w","W","Y","y","z","Z"    
// insert double '' before 't', 'r', 'n'
define("_TODAY""Today G:i:s");
define("_YESTERDAY""Yes\te\rday G:i:s");
define("_MONTHDAY""n/j G:i:s");
define("_YEARMONTHDAY""Y/n/j G:i");


Alfred



136
alfred
Re: Custom block with php scritpt
  • 2007/10/7 15:38

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


mh, no

testing the follow :

$shoppath realpath(XOOPS_ROOT_PATH."/../catalogo");
$olddir getcwd();
@
chdir($shoppath);
@include (
"single_sidebox.php");
@
chdir($oldpath);


Alfred



137
alfred
Re: Custom block with php scritpt
  • 2007/10/7 14:40

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


in the Custom-Block:

include (XOOPS_ROOT_PATH."/catalogo/single_sidebox.php");


wenn your /catalogo in the XOOPS_ROOT

Alfred



138
alfred
Re: Fatal error! Please Help?
  • 2007/10/6 18:27

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Do you have installed the XoopsEditor Package ?
this is requiered (in /class/xoopseditor)

Download the editors from here

Alfred



139
alfred
Re: Mod rewrite question
  • 2007/10/6 18:00

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


RewriteRule ^index-cid-(.*).html index.php?cid=$[L]


Alfred



140
alfred
Re: the Perfect DHTML HACK for Xoops ( easier than WYSIWYG)
  • 2007/7/8 19:07

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


here the correkt Link:
http://www.tenthstone.com/2007/07/xoops_hack/

but otherwise a good idea

Alfred




TopTop
« 1 ... 11 12 13 (14) 15 16 17 18 »



Login

Who's Online

169 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 169


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