Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Pathway/Viewing Users problem... (1 viewing) (1) Guest
TOPIC: Pathway/Viewing Users problem...
#61560
Pathway/Viewing Users problem... 1 Month, 4 Weeks ago  
I am having a problem when the pathway/viewing users area is exceeded by the amount of users... I man when there is like 20+ users on the forum the viewing area carries down past the cell.. The cell doesnt expand to make a new line for users names..

sbsracing.net/images/pathway.jpg

That pic shows normal usage..

sbsracing.net/images/pathway2.jpg

This shows "Guest" being cut off under the pathway cell behind the Website table..

Using Rockettheme Media Mogul with Fireboard 1.05 RC2, where can i adjust this to auto size or set it to a bigger fixed height?? Thanks in advance
SBS_JR (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61576
Re:Pathway/Viewing Users problem... 1 Month, 4 Weeks ago  
Any ideas?
SBS_JR (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61610
Re:Pathway/Viewing Users problem... 1 Month, 4 Weeks ago  
YES, I have the same problem. There are two lines of users that exceed the pathway zone!
juanma (User)
Junior Boarder
Posts: 77
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62455
Re:Pathway/Viewing Users problem... 1 Month, 1 Week ago  
Not happens to anyone else or is already resolved and not what I saw?
juanma (User)
Junior Boarder
Posts: 77
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62484
Re:Pathway/Viewing Users problem... 1 Month, 1 Week ago  
This is a real problem, but it's in css and easy to fix:

Search for this:

.forum-pathway-2 {
height: 18px;
line-height: 18px;
background: url(images/pathway_finallink.gif) no-repeat left center;
padding-left: 30px;
}

You can either hide it altogether by adding: display: none; or you can remove height to make it expand to show all users.
mahagr (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62488
Re:Pathway/Viewing Users problem... 1 Month, 1 Week ago  
Thank you very much. I see that it is easy to correct it worse I had not found any solution.

A greeting!
juanma (User)
Junior Boarder
Posts: 77
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62609
Re:Pathway/Viewing Users problem... 1 Month ago  
mahagr wrote:
This is a real problem, but it's in css and easy to fix:

Search for this:

.forum-pathway-2 {
height: 18px;
line-height: 18px;
background: url(images/pathway_finallink.gif) no-repeat left center;
padding-left: 30px;
}

You can either hide it altogether by adding: display: none; or you can remove height to make it expand to show all users.


I tried changing it to the following in forums.css

.forum-pathway-2 {
height: 18px;
line-height: 18px;
background: url(images/pathway_finallink.gif) no-repeat left center;
padding-left: 30px;
display: none;
}

but the line:

Test (2 viewing) Bazil , (1) Guest

Is still there. I changed it in the template default_ex that I am using AND in the default template too... no change. To try things out I even went and changed the height to 180px to see if I could notice any changes... none. I loaded it in FireFox AND IE as well.. still no effect.

Suggestions?
bazil (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63018
Re:Pathway/Viewing Users problem... 3 Weeks, 1 Day ago  
It's terrible, usernames doubles in this list...


how can I fix this?
Fizmatik (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top