31
hrac
Re: Theme files are missing
  • 2010/2/28 13:28

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


And I found some more:

7dana_round_v2
7dana_soft_v2
7dana_rose_v2
7dana_jane_v2
7dana_clean_v3
and maybe other 7dana themes

Thanks



32
hrac
Re: Theme files are missing
  • 2010/2/28 12:46

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


I've found some etc files :)

brown_sugar_v2



33
hrac
Re: migration problem!
  • 2010/2/28 11:30

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Hello,

I have same problem. I'm using XAMPP 1.7.3 and XOOPS 2.4.4. When I use on my production I don't have problem, but when I try to use it on test environment on XAMPP I have this problem.

My configuration is:

Windows XP SP3
XOOPS 2.4.4
XAMPP 1.7.3
# Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l
# MySQL 5.1.41 + PBXT engine
# PHP 5.3.1

Could this happen because of Apache or PHP configuration? Which parameter should I correct. Any idea?

Thanks



34
hrac
Theme files are missing
  • 2010/2/24 20:30

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Hello,

I cannot download some theme files like:
afternoon_tea_v3
ithri_35_move2c
imago_06b_v2

Thanks for help
Best regards



35
hrac
Re: xoops debug active for registered users
  • 2009/11/5 18:40

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


I added following code, and it seems to be working

// #################### Error reporting settings ##################
if ( $xoopsConfig['debug_mode'] == || $xoopsConfig['debug_mode'] == ) {
    
error_reporting(E_ALL);
    
$xoopsLogger->enableRendering();
    
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == );
} else {
    
error_reporting(0);
    
$xoopsLogger->activated false;
}

// added code
if ( $xoopsConfig['debug_mode'] == ) {
  if (
$_SERVER['REMOTE_ADDR'] == "111.111.111.111") {
    
error_reporting(E_ALL);
  }
}


should I add $xoopsLogger->enableRendering(); or other codes?



36
hrac
Re: xoops debug active for registered users
  • 2009/11/5 18:22

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


I don't understand which file to be hacked and which code should be changed?



37
hrac
Re: xoops debug active for registered users
  • 2009/11/5 17:21

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Hello,

How can I modify to enable debug messages for admin user and another test user (a registered user without admin privilages). And I don't want to show debug messages to other users.

I want this because if I need to debug a live system, I need to test it with an ordinary user and admin user (and even with guest user) and look for debug messages and other users should not see debug messages.

Is it easy to create another debug mode: IP address level debugging ? In this case I can test my live system as admin, any user or not logged in easily. Debugging messages will be shown only for specific IP address. If XOOPS detects my IP, shows debug messages, else does not show any debug message.

Any idea how to implement or hack this?

Thanks



38
hrac
Re: jscal2 on xoops 2.3.3b
  • 2009/11/2 7:50

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Thanks for reply.

I don't want to upgrade to 2.4.0 yet. I would like to wait for several upgrades like 2.4.2 or 2.4.3

How can I use this class or where can I find an example that using this class?

Thanks



39
hrac
jscal2 on xoops 2.3.3b
  • 2009/11/1 22:41

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Hello,
I want to implement and use JSCal2 with 2.3.3b. How can I use JSCal2 xoopscalendar class implemented in 2.4.0 release.
Thanks



40
hrac
Re: sending welcome message after activation
  • 2009/10/20 19:36

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


I solved it. I installed profile module so I should have modified /modules/profile/activate.php instead of /register.php




TopTop
« 1 2 3 (4) 5 6 7 ... 20 »



Login

Who's Online

250 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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