Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (driv, Outdoorking), 40 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 11/22/06
Posts: 163
Top Posters (30 Days)
Ruben 51
DennyP 24
Gizmo 24
Dunny 15
SteveS 14
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 6 1 2 3 4 5 6 >
Topic Options
#206066 - 02/06/08 12:00 PM UBB Threads & Joomla
harry Offline
journeyman
Registered: 12/25/03
Posts: 70
Loc: CA
I tried researching this topic here a couple of months ago and I got the impression that very few here use Joomla to build their sites. So I thought I'd explore this a bit and find out if there is a way to seamlessly integrate UBB Threads into Joomla.

Ideally, I'd like to see UBB Threads so integrated such that when users login into my home page, which is Joomla-created, that users have automatic access to the discussion board. So instead of having multiple logins, they only have one.

I'd appreciate any help in this area. Perhaps this could be a done with support credits?
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#206069 - 02/06/08 12:33 PM Re: UBB Threads & Joomla [Re: harry]
AllenAyres Offline

Registered: 12/29/03
Posts: 1995
Loc: Texas
Not many do use joomla, it's been in 1.5beta forever smile Now that it's golden it might be a good time to look at it again. There was an integration done for mambo/joomla a few years back for the threads 6.5 series, but that won't work at all now.

I remember seeing an integration (I think it's called jfusion or something) that integrates other forums, might be easier to add-on to that one.
_________________________
- Allen
- ThreadsDev | PraiseCafe
Top
#206073 - 02/06/08 12:36 PM Re: UBB Threads & Joomla [Re: AllenAyres]
harry Offline
journeyman
Registered: 12/25/03
Posts: 70
Loc: CA
OK. This might not be a popular question, but if I find another board that would integrate seamlessly with Joomla, a solution that uses PHP & MYSQL, would it be possible to import/export my UBB Threads into another board that's also based in PHP and MYSQL?
Top
#206085 - 02/06/08 02:21 PM Re: UBB Threads & Joomla [Re: harry]
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
That would be a question better asked for the people that make the product you're looking to go to, wouldn't it?
_________________________
This thread for sale. Click here!
Top
#206089 - 02/06/08 02:45 PM Re: UBB Threads & Joomla [Re: David Dreezer]
harry Offline
journeyman
Registered: 12/25/03
Posts: 70
Loc: CA
David, yes but I'd like to know if UBB Threads is such a type that it can export it's contents to a PHP/mysql based board. I'm not a UBB Threads expert and so I don't know it's capabilities.
Top
#206091 - 02/06/08 03:52 PM Re: UBB Threads & Joomla [Re: harry]
driv Online   censored

Pooh-Bah
Registered: 01/10/04
Posts: 2377
Hi Harry,

Threads is a php/MySql based forum. So the answer, I suppose, is yes.
_________________________
Using version :: 7.5.6
Top
#206105 - 02/06/08 05:46 PM Re: UBB Threads & Joomla [Re: driv]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Harry, leaving threads would be up to their importer; our data is kept logically in a database, all they'd have to do is convert it.

As for an integration; it is possible however you'd have to do several things:
1. install both products
2. hijack the registration routine of jamoola, have it also populate the UBB.threads database.
3. hijack the login routine of jamoola, have it also set the UBB.threads cookie upon login.
4. hijack the logout routine of jamoola, have it also unset the UBB.threads cookie.
5. insert a link to your threads install within the menu system of your jamoola install.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#211124 - 05/03/08 03:42 PM Re: UBB Threads & Joomla [Re: Gizmo]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
I'm looking into creating a new Joomla 1.5/UBB.threads bridge.

Since Joomla has a plugin system with event dispatches on everything necessary (login/logout/storing users/etc) it should be a breeze.

I'm guessing the JFusion component could be used as well, but it seems to be a lot more work.

I just need to read up on how UBB.threads cookie handling works nowadays. Hopefully I can copy the code from my old bridges.
_________________________
aka Olle Johansson
Top
#211161 - 05/03/08 07:19 PM Re: UBB Threads & Joomla [Re: Gardener]
Yarp™ Offline
Registered: 08/30/06
Posts: 1513
Loc: Breda, NL
The admin panel loginas where the admin can log in as a member should give you the information you need about what cookie to write.
_________________________
Top
#211193 - 05/04/08 04:18 PM Re: UBB Threads & Joomla [Re: Gardener]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Short update on this. I have a plugin working that allows users to log in via Joomla 1.5.2 standard login procedure and automatically get logged in to UBB.threads 7.0.2. Logging out works as well.

I'll hopefully get my license updated during the week and make sure it works with 7.3 as well. And I'll also have to code synchronization of the user tables, to make sure user data is updated in UBB.threads when updated in Joomla.

Not sure how I'll make sure user editing in UBB.threads updates the Joomla user database as well though.
_________________________
aka Olle Johansson
Top
#211196 - 05/04/08 06:45 PM Re: UBB Threads & Joomla [Re: Gardener]
harry Offline
journeyman
Registered: 12/25/03
Posts: 70
Loc: CA
Gardner,
I'd be very interested in this bridge. Please update us as soon as this is made available. Thanks so much for your contribution.
Top
#211201 - 05/04/08 11:53 PM Re: UBB Threads & Joomla [Re: Gardener]
Dunny Offline
addict
Registered: 01/16/08
Posts: 460
Loc: DE USA
Thanks Gardener if you want some testing done with it as well I have a test site with 7.3-b5 if you want me to try it out.

Dunny
_________________________
Dunny

Removed link due to bleedover spammers

Dawn of Iskirra
Top
#211224 - 05/05/08 03:42 PM Re: UBB Threads & Joomla [Re: Gardener]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Sounds great - thanks for the information Gardener.

Let us know when you have some code to share. cool

I have a new site that I've not setup yet with Joomla - I was going to maybe look at doing this but no since in recreating the wheel.
Top
#211225 - 05/05/08 04:29 PM Re: UBB Threads & Joomla [Re: ntdoc]
driv Online   censored

Pooh-Bah
Registered: 01/10/04
Posts: 2377
Likewise, I have a site with Joomla that is just about at the stage where it needs a forum.

I've been looking at the simple machines bridge - but on viewing other sites that use it....

Lets just say I'd rather stick to threads.
_________________________
Using version :: 7.5.6
Top
#211245 - 05/06/08 04:21 PM Re: UBB Threads & Joomla [Re: driv]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Just a little update. I've now added Who's Online updates for all Joomla pages. There's also authentication in place for all Joomla pages, so the Joomla user will get automatically logged out if the threads user isn't valid. User can't log in if they, or their IP, is banned either.

Mostly though, I've just done a lot of refactoring and code cleanups so that I'll have a better overview of what's happening.

Now on to deleting users in UBB.threads when they are deleted in Joomla.

Edit: Damn, that was a lot of code for deleting a user. Don't want to replicate all that. Hmm... Need to think a bit about this.


Edited by Gardener (05/06/08 04:26 PM)
_________________________
aka Olle Johansson
Top
#211247 - 05/06/08 04:26 PM Re: UBB Threads & Joomla [Re: Gardener]
Ian Offline
Registered: 06/05/06
Posts: 4337
Loc: Essex, UK
Thanks Gardener - sounds good smile
Top
#211248 - 05/06/08 04:31 PM Re: UBB Threads & Joomla [Re: Ian]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Great work Gardener. Hopefully soon I'll be able to get an API done for many of the functions (like deleting users), that will help for things such as this.
Top
#211283 - 05/06/08 05:15 PM Re: UBB Threads & Joomla [Re: Rick]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
woot on the thought of UBB.API
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#211363 - 05/08/08 02:54 AM Re: UBB Threads & Joomla [Re: Gizmo]
AllenAyres Offline

Registered: 12/29/03
Posts: 1995
Loc: Texas
:woot:
_________________________
- Allen
- ThreadsDev | PraiseCafe
Top
#211397 - 05/08/08 10:43 AM Re: UBB Threads & Joomla [Re: AllenAyres]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Sounds fantastic with an API, that would make a lot of stuff so much easier.

I'm almost finished with creating a user in UBB.threads when registering in Joomla. Just need to add the user to the correct default groups. I'll either need to read the UBB.threads config file, which means I'll need to add a config for the path to UBB.threads. Or I need to add a config variable for the plugin to enter the default user groups. The later is a bit kludgy though, but easier.

I'll probably not handle user deletion at all. I'm guessing it won't happen that often, and the admin can delete from both systems by hand when needed. Maybe I'll have a reminder email sent out when a Joomla user is deleted to remind admins to delete the user in UBB.threads as well.

If anyone want to try the plugin I'll package it up and send it out.

I just got GTA4 though, and my motorcycle just got fixed and the weather is fantastic, so I will quite probably not do much coding in the next few days.
_________________________
aka Olle Johansson
Top
#211399 - 05/08/08 12:00 PM Re: UBB Threads & Joomla [Re: Gardener]
Ian Offline
Registered: 06/05/06
Posts: 4337
Loc: Essex, UK
nice weather over here as well laugh

Glad to see you are able to post again as well smile

Look forward to seeing the plugin etc.
Top
#211405 - 05/08/08 01:01 PM Re: UBB Threads & Joomla [Re: Gardener]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
send it to me and i can polish it up with user deletion / sync'ing, if you want..

smile

my email addy is in my profile smile

of course, only send it, if you want.. i'm just offering to have a looksee and maybe some tweakage, if you'd like.
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#211436 - 05/08/08 04:50 PM Re: UBB Threads & Joomla [Re: Gardener]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
:off topic: on the XBox360 or PS3? I have it on the XBox360
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#211442 - 05/08/08 04:59 PM Re: UBB Threads & Joomla [Re: SD]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
I posted from work, not sure if I can post from home yet, but it'll be obious soon enough.

Sirdude: I'll wrap it up and send it over to you then. Team work is great!

I do have old code for UBB.threads 6.4/5 and Joomla 1.0 for syncing users as well. If I can find that and I'll send it over too.
_________________________
aka Olle Johansson
Top
#211444 - 05/08/08 05:00 PM Re: UBB Threads & Joomla [Re: Gizmo]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
It's on the PS3.

Managed to get posting working again. Firefox had stopped sending the referer.
_________________________
aka Olle Johansson
Top
#211452 - 05/08/08 05:14 PM Re: UBB Threads & Joomla [Re: Gardener]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
i won't need the old code..

i already have a mini-api [7.3] (add new user, modify user params, del user, get user group perms) that i've used on a couple of sites, so i would just possibly augment where you haven't finished off..

ty for all you're doing! wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#211461 - 05/08/08 05:52 PM Re: UBB Threads & Joomla [Re: SD]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Sounds great. I've emailed you the current version of the code. Just add your code in the appropriate methods in the class and it should start working directly. Please feel free to release it if you want.
_________________________
aka Olle Johansson
Top
#212676 - 05/18/08 10:12 AM Re: UBB Threads & Joomla [Re: Gardener]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
How's the integration coming along? I'm currently upgrading my Mambo 4.0 to Joomla 1.5 and UBB.threads from 6.1.1 to 7.3. So I will be needing it soon.

I'll probably open the site before though, and only let users register in UBB.threads for the time being.
_________________________
aka Olle Johansson
Top
#212677 - 05/18/08 10:25 AM Re: UBB Threads & Joomla [Re: Gardener]
Ian Offline
Registered: 06/05/06
Posts: 4337
Loc: Essex, UK
I would say that all registrations should be on threads anyway rather than within Joomla - that way any other scripts such as photopost all run around a central place.
Top
#213224 - 05/22/08 01:21 PM Re: UBB Threads & Joomla [Re: Ian]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
The way it works is that both user tables are kept in sync. When you log in, you will be just be logged in to both systems.

Users needs to be in the Joomla tables as well. Otherwise a lot of the extensions for Joomla would probably break. And there is also a bunch of extra access control levels and stuff like that.
_________________________
aka Olle Johansson
Top
#214399 - 06/13/08 09:22 AM Re: UBB Threads & Joomla [Re: Gardener]
Fishtails Offline
journeyman
Registered: 06/07/06
Posts: 64
Loc: Florida
I am also interested in the Joomla 1.5 and UBBthreads integration/bridge. Would you mind sharing the code? I would be happy to contribute some dineros to help pay for subscription renewal to UBBthreads if need be.
_________________________
FISH! or Cut Bait
http://www.firstcoastangler.com
Top
#214417 - 06/13/08 11:12 AM Re: UBB Threads & Joomla [Re: Fishtails]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
I've already upgraded threads, but haven't had time or energy to upgrade Joomla yet.

I sent the code to Sirdude and haven't done anything since then. Not sure if he's done anything yet, but I can post my version on UBBDev after the weekend.
_________________________
aka Olle Johansson
Top
#214422 - 06/13/08 01:55 PM Re: UBB Threads & Joomla [Re: Gardener]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
code you sent was a corrupted .zip and i never went any further..
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#214477 - 06/16/08 03:54 AM Re: UBB Threads & Joomla [Re: SD]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Huh? I even got an email where you commented on the way Joomla login integration worked. So you must have seen the code.
_________________________
aka Olle Johansson
Top
#214483 - 06/16/08 10:01 AM Re: UBB Threads & Joomla [Re: Gardener]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
yah, i saw one of the files and it was jibberishy.. but to have gone further wasn't in the cards..

but from what i saw, it looked perty nice

it just wasn't a whole file. at the end, the ascii got jumbled
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#214486 - 06/16/08 11:03 AM Re: UBB Threads & Joomla [Re: SD]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
OK, weird. I'll repost it tonight when I get home.

Update Actually, I just checked the zip file in my outbox and it seems perfectly fine. I'm attaching it here now.


Attachments
plugin_jxubbridge-alfa2.zip (22 downloads)
Description: Joomla / UBB.threads bridge. Early alpha, only for developers.




Edited by Gardener (06/16/08 11:09 AM)
_________________________
aka Olle Johansson
Top
#214487 - 06/16/08 11:14 AM Re: UBB Threads & Joomla [Re: Gardener]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
must be some different charset, cuz this zip has same issues for me..

actually, to be honest, it's not the ZIP.. but the unzipped file that has some special chars in it and that's what gets jumbled (for me).

i did the dos to unix dealio, just incase and it still looks strange wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#214490 - 06/16/08 11:42 AM Re: UBB Threads & Joomla [Re: SD]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
It's saved as UTF8, created on a Mac and I'm reading it on a Vista machine right now. It should already have unix newlines as well. Can't see that there should be any strange characters in it either, just plain US-ASCII.

Just unzipped on a FreeBSD machine and it works perfectly fine there as well.

I can see that there are a couple of unecessary carriage returns in it though. I've changed those, so here's a new version of the file.


Attachments
jxubbridge.zip (12 downloads)
Description: New version with carriage returns removed.


_________________________
aka Olle Johansson
Top
#214525 - 06/16/08 07:31 PM Re: UBB Threads & Joomla [Re: Gardener]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
sd, try this one; created with winrar so it should work a little better than the vista or mac zip programs wink


Attachments
jxubbridge.zip (15 downloads)

_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#214533 - 06/17/08 03:46 AM Re: UBB Threads & Joomla [Re: Gizmo]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
The first one was created with unix zip for what it's worth, and the second one with winrar.
_________________________
aka Olle Johansson
Top
#214534 - 06/17/08 04:49 AM Re: UBB Threads & Joomla [Re: Gardener]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Ahh... A lot of the corrupted zips I come across where created with the zip utility built into XP/Vista
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#214643 - 06/19/08 05:22 AM Re: UBB Threads & Joomla [Re: Gizmo]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Okay I've converted them to the Windows format for text files and placed in a ZIP file. Should now open correctly even with NOTEPAD on Windows platform.

RICK Please change the upload settings to allow RAR files. grin



Attachments
plugin_jxubbridge-alfa2-windows.zip (23 downloads)

Top
#214645 - 06/19/08 09:00 AM Re: UBB Threads & Joomla [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Originally Posted By: ntdoc
Please change the upload settings to allow RAR files.
rar, tar, gz, tgz, tar.gz pls smile
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#214646 - 06/19/08 09:12 AM Re: UBB Threads & Joomla [Re: ntdoc]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
Originally Posted By: ntdoc
Okay I've converted them to the Windows format for text files and placed in a ZIP file. Should now open correctly even with NOTEPAD on Windows platform.

RICK Please change the upload settings to allow RAR files. grin



now THAT looks like what i was lookin for wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#214660 - 06/19/08 05:16 PM Re: UBB Threads & Joomla [Re: SD]
Viper_iii Offline
newbie
Registered: 01/20/08
Posts: 40
Loc: Southern California
the posted zip you had before the rar worked... and all text was good on my XP using 7zip to extract and notepad++ to view...

Wish I knew how to code worth a crap other than just cut and Paste!

but the files were completely viewable...
_________________________
One Day....
Top
#214674 - 06/19/08 10:17 PM Re: UBB Threads & Joomla [Re: Viper_iii]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Top
#214751 - 06/22/08 05:25 PM Re: UBB Threads & Joomla [Re: ntdoc]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
I still haven't got around to upgrade my site to Joomla 1.5 yet. Will try to get it done some time this week maybe and then I can start working on this again.

I'll be away at a festival from Friday morning to Sunday, and I'm still playing GTA, so don't expect any miracles though. =P
_________________________
aka Olle Johansson
Top
#214773 - 06/23/08 11:22 AM Re: UBB Threads & Joomla [Re: Gardener]
Gardener Offline
member
Registered: 06/06/06
Posts: 189
Loc: Sweden
Bugger... I just realized this week we have the biggest release of the year. Which means that at minimum I won't get much else done in my spare time. If everything breaks down, I won't get any sleep at all. And that is followed by a festival where I want to see just about everything...

So I won't be able to do anything this week, and chances are I will be quite trashed next week...

But I'll post if there's any news from my direction.
_________________________
aka Olle Johansson
Top
#217992 - 10/16/08 02:04 PM Re: UBB Threads & Joomla [Re: Gardener]
ThreadsUser Offline
member
Registered: 11/22/06
Posts: 163
So... does Threads work on Joomla lol... just ran through these pages... I think it does... curious as to what my options are on a new project of mine - thanks.
Top
#217993 - 10/16/08 02:07 PM Re: UBB Threads & Joomla [Re: ThreadsUser]
ThreadsUser Offline
member
Registered: 11/22/06
Posts: 163
PS: If Threads does work with Joomla, does that mean I have the same features etc that I am used to with Threads? I've had a new site built for me and they've included a forum called Fireboard but I want Threads in there frown
Top
#218031 - 10/16/08 07:24 PM Re: UBB Threads & Joomla [Re: ThreadsUser]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
I don't think a bridge works YET; but is being worked on...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#218396 - 10/25/08 03:31 AM Re: UBB Threads & Joomla [Re: Gizmo]
Helice Offline
newbie
Registered: 08/25/06
Posts: 40
Loc: New England, US
How about anything with OpenId, Gizmo?
_________________________
Helice
http://foolmoon.com


"Men never do evil so completely and cheerfully as when they do it from a religious conviction."
-Blaise Pascal

Top
#218413 - 10/25/08 07:56 PM Re: UBB Threads & Joomla [Re: Helice]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Originally Posted By: Helice
How about anything with OpenId, Gizmo?
heard of a request, and i commented that it was a great idea
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 6 1 2 3 4 5 6 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Due Date Calculator-Calculate When Your Baby is Due
by StewartMyduedate
Today at 12:54 AM
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
Forum Stats
10491 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image