@Carlos
cool -- I have not visited sitePoint recently ;-(
Hi Morgar,
Very good news!
Could you possibly post your solution to Trac?
I know that Curverider staff are hard at work on the next release and this kind of practical solution would be welcome I think.
I had some experience with phpbb and I think it has solved all those problems. May be Curverider staff should take a look there =)
There could be a problem if you allow -for example- usernames with the same characters, but different accents, like angel angel and ángel (as phpbb does). If you convert it to a url using the utf8_to_ascii library, both will be converted to angel and you will get a name collision.
I didn't use the Trac yet, but I will do it.
@Carlos
cool -- I have not visited sitePoint recently ;-(
Hi Morgar,
Very good news!
Could you possibly post your solution to Trac?
I know that Curverider staff are hard at work on the next release and this kind of practical solution would be welcome I think.
I had some experience with phpbb and I think it has solved all those problems. May be Curverider staff should take a look there =)
There could be a problem if you allow -for example- usernames with the same characters, but different accents, like angel angel and ángel (as phpbb does). If you convert it to a url using the utf8_to_ascii library, both will be converted to angel and you will get a name collision.
I didn't use the Trac yet, but I will do it.
line 46 change the
add_to_river('river/object/messageboard/create','messageboard',$_SESSION['user']->guid,$user->guid);
TO
add_to_river('river/object/messageboard/create','messageboard',$_SESSION['guid'],$user->guid);
seems to work. Please report back.
hi Panosher,
Messageboard issue has solved but the coments of same user posting on his own messageboard appreading at dashboard remains any suggestions please!!!
worked now thanks a lot for this solution buddy!!!
Hi everybody,
I tried to upgrade my green rounded based theme to 1.5, but i have some problems with the topbar : the dropdown menu Jquery works, but without css style, like a simple list. Other links (Settings, administration,...) are in the body page. How can i fix this problem? Thanks for your help. ;)
P.S. : If you have already convert this theme, please send me it, i will be very recognizing ;)
@gpx18 "the dropdown menu Jquery works, but without css style"
Have you included the new/updated css? instructions here:
http://docs.elgg.org/wiki/Upgrading_themes
Hi there,
please ignore my previous statement about a connection between caching and the Javascript problems I'd encountered. Recently we installed 1.5 on a new server and the problem reappeared. So we had to look into it again and found out that it was connected to the order of plugins in the list. Our theme was last in the list and we had to move it before embed and tinymce that we also utilise. So the disappearance of the problem on 1.5rc2 and the deletion of the cache files merely coincided. One of my colleagues had disabled the above plugins at about the same time the cache files were deleted.
Cheers
Jens
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.