1
Maffy
APCal - More infos in blocks
  • 2013/5/12 23:50

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

I use APCal 2.12 and it works fine.

The blocks todays_schedule and coming_schedule should display the Maincategory and the Mainpicture.

Is this possible?

Greetings from Germany.

Maffy



2
Maffy
Module: SEXY - No Images
  • 2012/2/1 11:22

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

The images are stored in directories uploads/sexy/original and thumbnails but not displayed. It generates the following links:


http://mydomain.de/modules/sexy/image,resample,88d08d30c00befc2d548842d1283641e,gallery_thumb,70,6.gif

http://mydomain.de/modules/sexy/image,default,thumbnail,8a65d0b1dc91f0d4b3e21cbb09196505,1.jpg

What do I need to make the images appear?

Best regards, Maffy

Sexy 1.34 and 1.35 (same error)
Xoops 2.5.1


File sexy.forms.php:

function sexyPicturesProfile($pid) {

$pictures_handler =& xoops_getmodulehandler('pictures', 'sexy');
$criteria = new Criteria('pid', $pid);
if ($ttl = $pictures_handler->getCount($criteria)) {
$pictures = $pictures_handler->getObjects($criteria, true);
foreach($pictures as $id => $picture) {
$ii++;
$ret['images'][$ii]['id'] = md5($id);
$ret['images'][$ii]['thumbnail'] = XOOPS_URL.'/modules/sexy/image,resample,'.md5(XOOPS_LICENSE_KEY.date('Ymdhi')).',gallery_thumb,70,'.$id.'.'.$picture->getVar('extension');
$ret['images'][$ii]['orginal'] = XOOPS_URL.'/modules/sexy/image,resample,'.md5(XOOPS_LICENSE_KEY.date('Ymdhi')).',gallery_large,500,'.$id.'.'.$picture->getVar('extension');
$ret['images'][$ii]['download'] = XOOPS_URL.'/modules/sexy/image,orginal,'.md5(XOOPS_LICENSE_KEY.date('Ymdhi')).','.$id.'.'.$picture->getVar('extension');
$ret['images'][$ii]['title'] = $picture->getVar('title');
$ret['images'][$ii]['description'] = htmlspecialchars_decode($picture->getVar('description'));
}
}
return $ret;
}





3
Maffy
Exctal 2.27 - Image Problem
  • 2011/10/18 9:54

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

When a user enters an event, the image is not displayed.
If the event entered in the admin area, the image is displayed.

Where is the mistake?

eXtCal 2.27
xoops 2.5.1

Best regards, Maffy



4
Maffy
Mp Manager - blank page after register new user
  • 2007/5/10 10:07

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

I use XOOPS 2.0.16 and mp-manager 2.5.

After register as a new user, a blank page appear with the error:

Fatal error: Call to a member function on a non-object in /WWWROOT/98892/htdocs/modules/mpmanager/include/functions.php on line 249

functions.php line 249:

if ($xoopsModuleConfig['auto_mp'] == 1 && $User->getVar('last_login') == 0 && $User->getVar('actkey') != '') {

Debug:

Notice: Only variable references should be returned by reference in file /modules/smartpartner/include/functions.php line 163

Notice: Only variable references should be returned by reference in file /modules/smartpartner/include/functions.php line 163

Notice: Only variables should be assigned by reference in file /modules/smartpartner/blocks/partners_list.php line 24

Notice: Only variables should be assigned by reference in file /modules/system/blocks/system_blocks.php line 304

Notice: Only variables should be assigned by reference in file /kernel/module.php line 542

Notice: Use of undefined constant getimagesize - assumed 'getimagesize' in file /modules/logcounterx/blocks/display.php line 75

What`s wrong?

Thanks, Maffy from germany



5
Maffy
Resmanager – Need help
  • 2007/5/7 14:29

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

I use Resmanager 1.2 and XOOPS 2.0.16.

By klicking on the “OK” button on the page “edit_day.php?id_reserv=1&appel=make_dem.php!op:lstreserv,idcat:1” a blank page (make_demcal.php?id_res=1&cal_day=7&cal_month=5&cal_year=2007&cal_heure=9&op=selection&appel=make_dem.php!op:lstreserv,idcat:1) appears.

What`s wrong?

Thanks, Maffy from germany



6
Maffy
Resmanager – Need help
  • 2007/5/7 14:12

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

I use Resmanager 1.2 and XOOPS 2.0.16.

By klicking on the “OK” button on the page “edit_day.php?id_reserv=1&appel=make_dem.php!op:lstreserv,idcat:1” a blank page (make_demcal.php?id_res=1&cal_day=7&cal_month=5&cal_year=2007&cal_heure=9&op=selection&appel=make_dem.php!op:lstreserv,idcat:1) appears.

What`s wrong?

Thanks, Maffy from germany



7
Maffy
Eventguide - Can´t register to new Events
  • 2007/3/24 9:32

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hi.

Upgrade to Eventguide 2.3 and now I cant register to new events. Always "Finish reservation".

What´s wrong?

Xoops 2.0.16 German

Thanks, Maffy



8
Maffy
Opera / Firefox no upload jpg-images (Friendfinder)
  • 2007/2/24 13:06

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Work with XOOPS 2.0.16 and Friendfinder 3.3.

Hi.

With Internet Explorer upload gif and jpg-images, no problems.
With opera or Firefox only upload gif-images.

Can someone help me?

Thanks und greetings from germany, Maffy



9
Maffy
Re: FriendFinder 3.3 error
  • 2007/2/22 13:27

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hi.

Change
include("../header.php");
to
include(XOOPS_ROOT_PATH."/header.php");

Greetings, Maffy


More errors:

add.php

Change
$height = $size[1];
to
$hight = $size[1];

Change
if ($file1_type!="image/pjpeg" && $file1_type!="image/gif" && $file1_type!="image/jpeg"){
to
if ($file1_type!="image/pjpg" && $file1_type!="image/gif" && $file1_type!="image/jpg"){



10
Maffy
Jobs 2.24 Changing - Need Help
  • 2006/12/9 9:04

  • Maffy

  • Just popping in

  • Posts: 18

  • Since: 2006/12/9


Hello.

I`m using XOOPS 2.0.13 and Jobs 2.24.

Notifications are only for Job-Listings available, but i need it for resumes.

How can i change it???

If i cant change, another question:

In resumes I change to upload gif + jpg files, and it works.

But the picture is only per link (View or Download My Resume)available.

What must I change to see the picture on the page???

How can i change the "Experience" in Resumes like the "Job-Descrition" in Jobs-Listing. I need a text area.

Thanks, Maffy (from Germany)

Screenshot see here:

http://www.myxoops.org/uploads/newbb/9853_45798128a7538.gif




TopTop



Login

Who's Online

155 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 155


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