Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Joomla mod_fb_multi_login for FB 1.x.x - very nice (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Joomla mod_fb_multi_login for FB 1.x.x - very nice
#17295
Joomla mod_fb_multi_login for FB 1.x.x - very nice 1 Year, 1 Month ago  


File Attachment:
File Name: mod_fb_multi_login.zip
File Size: 42123


How to install (for newbie ):
1. Install this modul by logged in as admin from Joomla Backend.

2. You should create postition fb_1: Joomla-->Site-->template Manager-->Module Positions, at Position column you can write down fb_1.

3. active mod_fb_multi_login by publish it and assign position as fb_1.

*. Need help?.

You can show logout information or not (optional for you).

Have fun!
viet4777 (User)
Gold Boarder
Posts: 287
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2007/08/09 02:07 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
The administrator has disabled public write access.  
#17571
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
Updated & corrected on 9 August 2007:
mod_fb_multi_login.zip

Now you can turn on/off registration.
viet4777 (User)
Gold Boarder
Posts: 287
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2007/08/09 10:19 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
The administrator has disabled public write access.  
#18033
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
could this display an avatar so it can be used like the best of joomla login at the top right?

thanks
Danny
dannykilla (User)
Gold Boarder
Posts: 162
graphgraph
User Offline Click here to see the profile of this user
Gender: Male dannykilla Location: Manchester, UK Birthdate: 1983-12-21
Logged Logged
 
The administrator has disabled public write access.  
#18053
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
try this. it's all div, so style in template css. PM works with missus and primezilla (if you use the hack). doesn't work with community builder.

it's hacked together for one of my sites, so no guarantees...
File Attachment:
File Name: mod_fb_flex_login.zip
File Size: 4352
sebasvos (User)
Senior Boarder
Posts: 76
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Leiderdorp, Netherlands Birthdate: 1982-12-11
Logged Logged
 
The administrator has disabled public write access.  
#18393
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
@Viet4777

regarding your PM, the features I would like are:-

A login module that looks similar to flex login module (joomlashack)
www.joomlashack.com/community/index.php/.../topic,3064.msg12500

Displays an Avatar,
Displays My Profile
Displays latest posts,
Displays my PM messges (i.e. Clexus ect...)
Logout

The reason I have mentioned Joomlashacks Flexible login module is that you can edit it how toy like i.e. horizontally, vertically ect..

another feature that would be nice is the ability to add an background colour any colour of choice

Thanks
Danny
dannykilla (User)
Gold Boarder
Posts: 162
graphgraph
User Offline Click here to see the profile of this user
Gender: Male dannykilla Location: Manchester, UK Birthdate: 1983-12-21
Logged Logged
 
The administrator has disabled public write access.  
#18406
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
if you want to see avatars in module from "sebasvos" , you have to define your own way to avatars, so if i suggest u use generic install path, edit lines 96-105 in mod_fb_flex_login to generic path like :

Code:



        $jr_avatar = ' path to avatar file ';
//$jr_avatar = '  path to avatar file  ';

}
    else
    {
$jr_avatar = '    no photo path to pic   ';
//$jr_aprihlvatar = '  no photo path to pic  ';
   




and here is some basic css styling if you want to make it horizontal : letss suggest you use 100x100 default avatar :

Code:


#fb-avatar.loginelement {width:100px; float:left}
#name.loginelement {width:100%; font-size:12px; margin-bottom:5px;}
#links.loginelement {float:left;}
#links.loginelement a {color:#000;}
#links.loginelement a:hover {color:#666;}




..but please, solve that PM issues...
miroS (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/17 21:15 By miroS. Reason: problem with code display
 
The administrator has disabled public write access.  
#18452
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
for primezilla add this to $private_msg path and it will work
Code:

&page=inbox&Itemid=
miroS (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/18 16:00 By miroS.
 
The administrator has disabled public write access.  
#18458
Re:Joomla mod_fb_multi_login for FB 1.x.x - very n 1 Year ago  
again, this is something i hacked together from bits of profilebox.php and the joomla modules of primezilla and missus, i didn't really have the time to make it 'primetime-ready'. it works for my site, may not for yours, but it's pretty flexible in it's styling.

didn't have time to test everything, but i think it doesn't work if you don't have missus installed, because it calls a function from a non-existent file. if it doesn't, just delete that bit.

the current avatars link is for 1.0.2RC2, because i'm testing that one right now, the commented line is for 1.0.1. just change the comments around and it will work on 1.0.1.

I don't have the time to really integrate all PM notifiers, and I don't have access to clexus, but you can probably just copy and paste some code around from others systems. for missus and primezilla, I just copied over the relevant code from their respective frontpage modules.

I posted this because Danny seemed desperate to get a module with these features, and since you can't PM files, I posted it here. if you would like to improve on this module, please do.

one annoying thing I can't get rid of is an error about access privileges when you immediately click show latest posts after login. seems you have to enter the forums for it to work, but after that, all is well. the other 'recent posts' modules from this site do the same thing, so it's probably not something I can fix, but is a Fireboard thing.
sebasvos (User)
Senior Boarder
Posts: 76
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Leiderdorp, Netherlands Birthdate: 1982-12-11
Logged Logged
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop