Search found 3 matches

by esqueleto
Thu Apr 28, 2005 3:19 am
Forum: Installation
Topic: Integrate your software with my User Manager
Replies: 4
Views: 4040

MySQL table

I will use my own MySQL table where my users will be with the columns (example)

Table: MyUserTable
UserID AS int with auto_increment
Name AS varchar(50) NOT NULL
HaveBlog AS bit with default 0

Can you please explain how can i can make the bridge for you BLOG system?


Tkx in advance
(())
Esqueleto ...
by esqueleto
Thu Apr 28, 2005 3:16 am
Forum: Installation
Topic: Integrate your software with my User Manager
Replies: 4
Views: 4040

The way!!!

My big problem is when the user change from our framework to your blog framework.

I really don't know how that can be possible and I really don't undestand the example in the link that you give me.

can you explain it a bit more in detail ???


(())
Esqueleto
Odivelas - Portugal
by esqueleto
Tue Apr 26, 2005 5:09 pm
Forum: Installation
Topic: Integrate your software with my User Manager
Replies: 4
Views: 4040

Integrate your software with my User Manager

Hello

I have a community WebSite where i give some features to my comunity. The users of the WebSite alredy have a login and password to access the features that I provide.

how can I integrate your BLOG with my User Table. I don't want them to create another record in you blog system, I want them ...