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!
[Fixed] userlist error (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [Fixed] userlist error
#15753
Re:[Fixed] userlist error 1 Year, 4 Months ago  
Google
/com_fireboard/template/default/plugin/userlist/userlist.php on line 376
and you can see how many other people are having this same issue.
Please does anyone have a fix, or see the mentioned one work?
Thanks heaps
threeworlds (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#15843
Re:[Fixed] userlist error 1 Year, 4 Months ago  
what version of joomla and fireboard are you using?
cause mine works perfectly with my description...
that's why i wanted to share.
i first tried the first guys solution and it didn't work so kept modding to see the problem.
you just add the s_nophoto.jpg and change a line in userlist to link to it and your set.
let me know if it works.

I REPEAT DO NOT REPLACE WITH THE USERLIST.PHP FROM ABOVE

I wanted to attach mine but it didn't work but i'll try again

skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/07/26 19:47 By skyxliner.
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
The administrator has disabled public write access.  
#15877
Re:[Fixed] userlist error 1 Year, 4 Months ago  
Ok i have tried this and still no go.

[code:1]

won't let me paste code correctly either
?>[/code:1]

Is the code i have.
I am using mambo still, and fireboard 1.01 beta.
I did try to change all avatars in the sql database fb_users to the s_nophoto.jpg so no one had a 'null' for avatar and this didn't help either.
I am lost for ideas now.

Any other suggestions. ???

Thanks again
Jason
threeworlds (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/07/27 02:27 By threeworlds.
 
The administrator has disabled public write access.  
#15878
Re:[Fixed] userlist error 1 Year, 4 Months ago  
This is the error i get.

threeworlds (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/07/27 03:00 By threeworlds.
 
The administrator has disabled public write access.  
#17602
Re:[Fixed] userlist error 1 Year, 3 Months ago  
Robert Vining wrote:
The FB Userlist Avatar function is correct now.

Thank You.

NEW PROBLEM. Links do not work when clicking User Avatar or Name in User List.

Should be = component/option,com_fireboard/Itemid,36/func,fbprofile/task,showprf/userid,62/

Broken Link Now = FB_PROFILE_LINK_SUFFIX62

Try my User List here and click on any User Name or Avatar to see problem:

www.rwdracing.com/component/option,com_fireboard/func,userlist/

Thanks!


Ok, I had the same issue with this and found a simple solution to the problem. Not sure if it works with CB etc as i don't use it, so please only take this as a working solution to the avatar link to user profile problem if you're running a normal FB instal

1. Download and unzip the file posted by greatpixels
2. Upload the images to the avatar folder as described
3. Open the userlist.php file in dreamweaver or what ever editor you prefer
4. scroll to line 391 and replace sefRelToAbs(FB_PROFILE_LINK_SUFFIX."".$ulrow->id); with 'index.php?option=com_fireboard&func=fbprofile&task=showprf&userid=' . $ulrow->id;
5. save and upload as already described

This will now give you the people in your userlist without an avatar uploaded a default one, and will fix the link to their FB profile
chaosnet (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#24399
Re:[Fixed] userlist error 1 Year, 2 Months ago  
Just to hang in there too because same problem in FB 1.0.3

Where is the "userlist_avatar_fix_2.zip"
hack gone? Could it work for FB 1.0.3 too.



Thanks alot
FredM (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/24 16:40 By FredM.
 
The administrator has disabled public write access.  
Go to top