11
Mazarin
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
  • 2012/9/5 8:48

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


It's on my todo list, since I will eventually need this fixed as well. Unfortunately though, I'm not sure when I'll get the time to look at it nor that I will be able to solve it



12
Mazarin
Re: a simple method to return the groups names of a user
  • 2012/9/4 16:30

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Seems this is already solved, but still, I use this code (which some nice person on the forums probably helped me with) to get the names of the user groups in an array:
global $xoopsUser;

//get current user id 
$uid is_object($xoopsUser) ? $xoopsUser->getVar('uid') : t

//get groups from this user, if any 
$member_handler =& xoops_gethandler('member'); 
$groups =& $member_handler->getGroupsByUser($uidtrue); 

//the above method will give as an array of objects, lets get the name of each group  
$usergroups = array(); 
foreach (
$groups as $group) { 
    
$usergroups[] = $group->getVar('name'); 
}



13
Mazarin
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
  • 2012/9/2 14:50

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Another bug is that in the view Agenda Week, 10 days are shown instead of 7.



14
Mazarin
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
  • 2012/9/2 14:46

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


It should be a matter of assigning values to the non-working variables just as you did with the one you fixed.

Are recurring events still broken in the upcoming events block (only the first instance in the series is displayed)?



15
Mazarin
Re: Slideshow module
  • 2012/8/30 5:19

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Maybe I'm missing something, but I can't get the module to show anything. Installed on 2.5.5 and "no access" to the main page of the module and no blocks were installed. How is this module supposed to work?



16
Mazarin
Re: 500 internal server error displaying images
  • 2012/8/21 8:05

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Solved part of the problem by commenting out this line in the relevant .htaccess files:
Options -ExecCGI -Indexes


However, I still can't get thumbnails to load in the image manager and checking Firebug it seems the phpThumb fails to load the image. Can't seem to find a conclusive answer anywhere, so does anyone have a suggestion?



17
Mazarin
500 internal server error displaying images
  • 2012/8/20 21:37

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


I just did a clean install of 2.5.5 on an "external" web host but are having problems getting images to show (both Image Manager and extGallery). I can see in Firebug that I get a 500 internal server error for the images.

It seems to have something to do with resizing of images and .htaccess, because eg. when I remove the uploads .htaccess file extGallery works, but whatever I do I can't get the thumbnails in the image manager to show. Also, I'm not too happy about removing the .htaccess files since that shouldn't be needed (works fine with them on my own web server).

Anyone have an idea of what could be causing this and what to do to fix it?

XOOPS Version XOOPS 2.5.5
PHP Version 5.3.14
mySQL Version 5.1.63-0+squeeze1
Server API cgi-fcgi
OS Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 96M
max_input_time 60
output_buffering
max_execution_time 50
memory_limit 80M
file_uploads On
upload_max_filesize 96M



18
Mazarin
Re: Profile 1.78 - Tom Foley's Social Networks Edition
  • 2012/8/16 10:21

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Has anyone tried using Facebook as a login, and if so would you be willing to share how you did it?



19
Mazarin
Re: Translation Teams on Transifex
  • 2012/8/16 7:58

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Do we now have some kind of working "process" to get the translations from Transifex packaged and available for download, or is it still done ad-hoc by DCrussader?



20
Mazarin
Re: WF-Links 1.09 RC ready for testing on XOOPS 2.5.5
  • 2012/6/27 15:59

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Great! This is an excellent module.




TopTop
« 1 (2) 3 4 5 ... 44 »



Login

Who's Online

170 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 170


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