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?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:How to insert this image? (1 viewing) (1) Guest
Go to bottom Favoured: 5
TOPIC: Re:How to insert this image?
#7484
How to insert this image? 1 Year, 4 Months ago  
I wanted to insert groups and also this image in the group!




I have been installing the fireboard 1.0.1 put I didn't find where it places this illustration.

How do I do?

Thank you.

Cood
cood (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#7492
Re:How to insert this image? 1 Year, 4 Months ago  
This is very simple css trick.


[code:1]
span.view-group_1 {
background:transparent url(images/bojteam.gif) no-repeat scroll left top;
color:#000000;
display:block;
height:37px;
margin:0pt auto 5px;
overflow:hidden;
text-indent:-1000px;
width:135px;
}

[/code:1]

if your "group id = 3" your class will be "view-group_3"

1.0.1 beta release doesn't have group access yet but group table is ready. If you check database you will see jos_fb_group table. Default one is Registered user. You can create group and asign user manually on this version. :(
greatpixels (Admin)
BoJ Team
Moderator
Posts: 456
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
The administrator has disabled public write access.  
#10572
Re:How to insert this image? 1 Year, 4 Months ago  
Hi, on my forum the lines between admin/mod and member is fairly blurred (intentionally) but I'd quite like to have custom images (like humourous ones for various members) perhaps quite a few different images.
It's a games forum with people that play online against each other sometimes in tournaments, so for example it would be nice to have a specific image for the current champion of a game to have a custom image added underneath his/her avatar, like the ones here for fireboard staff.

Is this possible? Also, currently we prefer to have the "admin/user" parts turned off. Would this make it impossible to have custom images?
Hendo (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10635
Re:How to insert this image? 1 Year, 4 Months ago  
You can create group and asign user manually on this version.
Any quick tutorial for this ?
kuato (User)
OpEn YoUr MiNd
Moderator
Posts: 309
graphgraph
User Offline Click here to see the profile of this user
Gender: Male kuato@puntaltenses.com.ar Location: Argentina Birthdate: 1978-07-24
Logged Logged
 
OpEn YoUr MiNd ---> Correct my english please! i wish to learn.
 
The administrator has disabled public write access.  
#10673
Re:How to insert this image? 1 Year, 4 Months ago  
Yeah, how to create groups?
bzzik (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#13265
Re:How to insert this image? 1 Year, 3 Months ago  
greatpixels wrote:
[quote]This is very simple css trick.


[code:1]
span.view-group_1 {
background:transparent url(images/bojteam.gif) no-repeat scroll left top;
color:#000000;
display:block;
height:37px;
margin:0pt auto 5px;
overflow:hidden;
text-indent:-1000px;
width:135px;
}

[/code:1]

if your "group id = 3" your class will be "view-group_3"

1.0.1 beta release doesn't have group access yet but group table is ready. If you check database you will see jos_fb_group table. Default one is Registered user. You can create group and asign user manually on this version. :([/quote]


awesome! works great ty
jeaphotography (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#14920
Re:How to insert this image? 1 Year, 2 Months ago  
jeaphotography wrote:
[quote]greatpixels wrote:
[quote]This is very simple css trick.


[code:1]
span.view-group_1 {
background:transparent url(images/bojteam.gif) no-repeat scroll left top;
color:#000000;
display:block;
height:37px;
margin:0pt auto 5px;
overflow:hidden;
text-indent:-1000px;
width:135px;
}

[/code:1]

if your "group id = 3" your class will be "view-group_3"

1.0.1 beta release doesn't have group access yet but group table is ready. If you check database you will see jos_fb_group table. Default one is Registered user. You can create group and asign user manually on this version. :([/quote]


awesome! works great ty[/quote]

In what file do i put this script.....can you please be more exact howe to do this?
Overberg (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#16548
Re:How to insert this image? 1 Year, 2 Months ago  
bzzik wrote:
Yeah, how to create groups?

INSERT INTO `jos_fb_groups` (`id`,`title`) VALUES ('2','groupname';

Hope that helps
jasonrhl (User)
Junior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#16640
Re:How to insert this image? 1 Year, 2 Months ago  
So does this mean each person having a different team tag is part of a different group? or are all the people with team tags in the same group but linked to a different image?

how large should I make the image to be the same size as the team in this forum. Im sorry but the descriptions above to not explain this in a clear way for newbies to understand. You guys should make a clear tutorial about this topic, we would all love it, THANKS!
adnet23 (User)
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
viewadam
 
The administrator has disabled public write access.  
#17559
Re:How to insert this image? 1 Year, 2 Months ago  
greatpixels wrote:
[quote]This is very simple css trick.


[code:1]
span.view-group_1 {
background:transparent url(images/bojteam.gif) no-repeat scroll left top;
color:#000000;
display:block;
height:37px;
margin:0pt auto 5px;
overflow:hidden;
text-indent:-1000px;
width:135px;
}

[/code:1]

if your "group id = 3" your class will be "view-group_3"

1.0.1 beta release doesn't have group access yet but group table is ready. If you check database you will see jos_fb_group table. Default one is Registered user. You can create group and asign user manually on this version. :([/quote]

BUT how to assign users to group manually??:S :S
ilkerbuse (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top