Forum

You are not logged in. Please note that you need to log in before posting.

Dear friends! Please note that hitAppoint will be on holidays till June 12, 2011 with a limited online access. We apologize for delayed replies. Every request will be promptly resolved on return.

#1 2009-02-11 06:28:17

tvdien
Member
Registered: 2009-02-09
Posts: 31

Drupal 6.x integration

(Sorry for double posting, not sure whether a new topic was desirable...)

I'm possibly interested too, but integration with Drupal 6.x is a pre. It doesn't have to be completely native, as in configurable the same way as Drupal 6.x modules. However, I do require it to get its user data from Drupal 6.x. hitAppoint's frontend will only be reachable to logged in users. I don't want my users to have to register and login twice. Is this done easily?

Offline

 

#2 2009-02-12 01:47:07

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Drupal 6.x integration

Hello,
hitAppoint can be integrated within an IFRAME, but at the moment we can't integrate users accounts with Drupal.

Offline

 

#3 2009-02-16 14:46:49

tvdien
Member
Registered: 2009-02-09
Posts: 31

Re: Drupal 6.x integration

Hi,

The purchase has been made and I still hope we can work something out.

Drupal stores its user accounts in a table called 'users':

field | type | collation | attributes | null | default value | extra
uid | int(10) | - | no | - | auto_increment
name | varchar(60) | utf8_general_ci | - | no | -
pass | varchar(32) | utf8_general_ci | - | no | - | -
mail | varchar(64) | utf8_general_ci | - | no | - | -
mode | tinyint(4) | - | - | no | 0 | -
sort | tinyint(4) | - | - | yes | 0 | -
treshhold | tinyint(4) | - | - | yes | 0 | -
theme | varchar(255) | utf8_general_ci | - |  no | - | -
signature | varchar(255) | utf8_general_ci | - | no | - | -
created | int(11) | - | - | no | 0 | -
access | int(11) | - | - | no | 0 | -
login | int(11) | - | - | no | 0 | -
status | tinyint(4) | - | - | no | 0 | -
timezone | varchar(8) | utf8_general_ci | - | yes | NULL | -
language | varchar(12) | utf8_general_ci | - | no | - | -
picture | varchar(255) | utf8_general_ci | - | no | - | -
init | varchar(64) | utf8_general_ci | - | yes | - | -
data | longtext | utf8_general_ci | - | yes | NULL | -

Sessions are stores in a table called 'sessions'.

field | type | collation | attributes | null | default value | extra
uid | int(10) | - | unsigned | no | - | -
sid | varchar(64) | utf8_general_ci | - | no | - | -
hostname | varchar(128) | utf8_general_ci | - | no | - | - (last IP)
timestamp | int(11) | - | - | no | 0 | - (last action)
cache | int(11) | - | - | no | 0 | -
session | longtext | utf8_general_ci | - | yes | NULL | - (last page)

Is it really so hard to make hitAppoint use both my Drupal users and sessions? I only need uid = 1 for admin; all other users are clients. This software surpassed all my expectations. The code is however so object (= file?) oriented that I get lost when trying to make such adjustments to integrate it.

Last edited by tvdien (2009-02-16 15:09:13)

Offline

 

#4 2009-02-18 07:27:17

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Drupal 6.x integration

Hello,
thank you very much for your purchase. I'm very sorry at the moment we are unable to integrate the user accounts from 3-rd party software. We will be working soon to change the user management stuff, and then probably the Drupal user accounts plugin will be available.

Offline

 

#5 2009-02-20 19:42:33

tvdien
Member
Registered: 2009-02-09
Posts: 31

Re: Drupal 6.x integration

OK, so Drupal won't work for now. As you said integration with _3rd party_ software won't work, then is it possible to share users and sessions between hitAppoint and secureloads? Than would offer me a workaround.

Offline

 

#6 2009-02-24 03:08:14

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Drupal 6.x integration

hello,
I'm sorry again, the current hitAppoint version is quite different from Secureloads in this part (earlier they shared the same base though), and it is not feasible at the moment, I'm sorry.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson