PDA

View Full Version : Vbulletin/LifeType Cross Registration App


actolearn
03-07-2006, 10:00 PM
This extension bridges vbulletin with LifeType (http://www.lifetype.net), an open source blog network application. (Note: LifeType recently changed its name; its previous name was Plog. If you are ever searching for LifeType related stuff, you may want to keep that in mind :) )

What the extension does:

Automatically registers users for a lifetype account with the same username and password as their vbulletin account when they sign up through vbulletin. (So be sure to have your LifeType registration links point to vbulletin to have full integration. :) )

This does NOT bridge session IDs -- registration only.

How to implement the extension:

Upload the PHP file
Upload the xml file
Add the extension


And voila! You're good to go. :)

Don't forget to customize your vbulletin templates and emails accordingly if you install this.

Barakat
03-08-2006, 01:40 AM
seems interesting ... i will install it now .

bada_bing
03-08-2006, 01:51 AM
Sounds nice I will have to think about what I can use this for on my site.

Daniel
03-08-2006, 01:56 AM
Nice job :)

Cheertobi
03-08-2006, 09:27 AM
Hi,

what happen to existing users?!

Tobi

Michael_Tree
03-08-2006, 02:12 PM
Tobi,

your question will problably just be ignored because you didn't explain it. explain it and maybe not.

GBU
Michael

Cheertobi
03-09-2006, 11:43 AM
Ah, sorry, found the answer within the readme!

I just asked, what happen to users that are already registered! But there is a importscript in the package.

Tobi

COBRAws
03-09-2006, 02:15 PM
whats the final blog URL for each username?

thank you

Rogerl
03-10-2006, 01:02 PM
Couple of problems I found running the import script:

1) There is no support for a Vbulletin database prefix
2) The script cannot cope with user names with an apostrophe in them as its used as a delimiter in the select statements. To correct this you can use the mysql_real_escape_string function

COBRAws
03-10-2006, 01:56 PM
whats the final blog URL for each username?

thank you
Well, Maybe im dumb or its my flu, but I still dont know how this extension work. It registers users to Your vB lifetype blog, or does it create individual blogs for the new registered members?

GamerJunk.net
03-10-2006, 02:53 PM
Nice I actually never knew about this program, I may try it out now

Rogerl
03-12-2006, 03:43 PM
Well, Maybe im dumb or its my flu, but I still dont know how this extension work. It registers users to Your vB lifetype blog, or does it create individual blogs for the new registered members?

It registers your Vb users into the lifetype database and creates an empty blog for them ready to edit.

COBRAws
03-14-2006, 11:07 PM
It registers your Vb users into the lifetype database and creates an empty blog for them ready to edit.
My question remains unanswered, what is the FINAL url each member gets as BLOG?


yoursite.com/blog/user1
yoursite.com/blog/user2
yoursite.com/blog/user3?

actolearn
03-15-2006, 11:34 PM
sorry for the delay in responding, for some reason i did not get email notifications for this :(

COBRAws, the final URL depends on how you have it configured in lifetype. it could be

username.yourdomain.com

or it could be

yourdomain.com/username

in order to use subdomains you need wildcard subdomains enabled.

RogerL, thanks for your bug-spotting; let me see if I can get those fixed. :)

actolearn
03-26-2006, 02:35 PM
I am trying to do this across two different sites that are on the same server, but it's not working. I was told the problem is with the config file. If anyone knows how I can fix this, I'd be quite grateful! :)

Alternatively if anyone wants to get paid to do it just PM me -- I've put up a posting in the services forum.

trackpads
03-27-2006, 12:21 AM
How do users reset their passwords? I cannot find the link for the life of me.

Thanks!

-Jason

actolearn
03-27-2006, 01:17 AM
hey trackpads,

Yeah I should've mentioned that -- LT keeps it a little hidden. If you go to lifetypedirectory/admin.php you'll see the request password link. So if you installed lifetype in your root the request pword link will be at www.yourdomain.com/admin.php.

hope that helps. :)

vau7
07-09-2006, 04:20 PM
How would a link to the userblog look like for a vB-template?