Registration Randomizer creates unique URLs for the registration page
BUT
Spam login filter plugin checks IP address and email address against the stop forum spam databases. Does this create unique URLs / URI ?? I do not know.
Once again, many thanks for your creation of pull requests. This will be really helpful.
Does this create unique URLs / URI ??
No it doesn't
Try this version that I have updated for elgg 3.0
https://github.com/rohit1290/registration_randomizer
Do let me know if there is any issue. I will try to fix it.
I am sorry and my sincerest apologies if that has happened. However I am really honestly confused and I am not sure that I do have any such interactions with you in recent past. I hope you are not confusing me with any other user or incident. I will be obliged if you post here specific links where you have found my such behavior that substantiates what you say. Not for myself, but for the readers to have a neutral opinion. You also refer to "10 years" - which may be factually wrong as Elgg version 1 was available in August 2008, less than 11 years ago. I have appreciation and gratitude only for you and nothing else. If you are referring to my comment mentioning your name and a few words above, then I would seriously like to delete the portion if it has offended you or if the words failed to express what I meant, but I do not see the edit option now. Feel free to edit/delete any posts or all posts not found suitable. Once again, unconditional apologies and many thanks. Please ignore and always ignore words or persons that you find not suitable.
PS: I am glad that even after quitting Elgg you do read Elgg discussions. All the best to you.
To the site admin/admins : I find no Edit or Delete option for the opening topic, that is the first post of this post. I will like to delete this post or this entire post with my comments. Please do that on my behalf if possible. Best regards.
The contributions you showed were incorrect, I updated that in the post. You only showed the stats for the final stable release and not all the work that was done before that (beta and rc).
The stats also only show number of commits. A commit can be one line or rewriting the entire test suite of Elgg (thanks Ismayil).
I'll close this discussion as requested.
Display name wasn't shown on Elgg 2.x in the topbar either, right? In the admin section there's no dropdown menu associated with the user icon in the topbar whereas you have the menu for admin and regular users outside the admin area. As it is I don't see a problem with the display name being shown in the admin area (it wouldn't matter if not shown either).
No, there is no problem with the display name being shown in the admin area. The problem is with it NOT being shown in topbar for logged in user. This is the default behavior in all actual sites: once you login your name is somewhere there at the top bar or top left or right area. In Elgg 2x, once you logged in you were taken to the Activity page, where in the right bar at the top or toppish area your logged in name (display name) is shown prominently. The user name used to appear on all pages at top (top of right bar) like all blogs/all bookmarks/all files etc.This helps in (think of new users, non-dev users, ordinary site users like an old man, a housewife etc) :
Small things, out-of-the-box, but surely winner!
You or any plugin dev would like to develop reply to comments
Well, you have to look for some other developer for this. I don't need the old comment system, hence I will not be developing a plugin for this. (PS: I am in favour of the new comment system.)
Comment order can be reversed quite easily. There's a plugin hook for that now in Elgg 3. Just create a theme with the following code in start.php:
<?php
elgg_register_event_handler('init', 'system', 'basic_theme_init');
function basic_theme_init() {
elgg_register_plugin_hook_handler('config', 'comments_latest_first', 'comments_asc_hook');
}
function comments_asc_hook(\Elgg\Hook $hook) {
return false;
}
Add a manifest.xml file, e.g.
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Basic Theme</name>
<id>basic_theme</id>
<author>iionly</author>
<version>0.1</version>
<category>enhancement</category>
<description>Theme customizations.</description>
<website>https://github.com/iionly</website>
<copyright>(C) iionly</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>3.0.0</version>
</requires>
</plugin_manifest>
and the plugin is complete and the comments are again listed the ascending order (oldest first).
As a sidenote: the number of comments displayed on a page can be configured in a similar manner using the 'config', 'comments_per_page' plugin hook. If the default number of 25 should be changed it's just necessary to register a plugin hook function that returns the desired number of comments to be displayed per page.
A whole world of thanks goes to Rohit Gupta and Iionly. Any idea on how to keep the comment box opened by default (as in Elgg 2x) in Elgg 3x.
@Rohit Gupta, I am also in FULL favour of new comments. What I meant is that: one cannot reply to a reply (comment) in Elgg. This is, however, possible in real world social nets (like facebook) or in all other php social scripts (like Buddypress, Peepso, Easysocial) etc, EXCEPT in Elgg. This type of comments act as a social feature that enhances community participation, imho. Many thanks.
I will probably upgrade my plugins to 3.x but I don't know when. I am examining options to possibly bring funding from other projects into Elgg - we shall see.
Will it work fine for another 15 or 20 years at least
I don't know, that's a long time. Please keep in mind Elgg has already been around for 10 years and we'll try to keep it around for the next 10, but if there are no developers helping out that will be very hard.
will the plugins in Community repo be continued to be developed for Elgg 3x and any future versions
If the developers find the time / money to update there plugins then yes. Keep in mind a lot of developers offer up a lot of their time to develop these plugins. They can't do paid work in the mean time, but developers need to eat too. If you like / need a plugin offer to pay (part) of the development, that way the plugin will be available for next versions to come.
At present, the plugin repo has only 2 (Iiionly) plugins that pass the 3x filter test.
Like you said it's early (2 days after release) the amount of work that goes into rewriting a plugin for Elgg 3.x must not be underestimated, please give the plugin devs some time (and money).
There is no separate theme folder for Elgg 3x probably. While learning docs and paid Devs are available, a Theme repo is sadly missing for Elgg 3x.
There is no separate theme folder, and I don't understand what you mean with a theme repo. If you mean there aren't a lot of (free) themes available for Elgg that is probably true.
I know from experience that a lot of themes get developed for customers, there's nothing useful about them for the general public and most aren't allowed to be shared.
Specially in the responsive mobile views, the current theme has lots of un-used white space and other issues
Please report any issues to https://github.com/elgg/elgg/issues
Hello,
yes it's a shame to make a new version of elgg and not migrate all the plug in important qi make elgg a good product
new users will be disappointed with the product as limited in its use
cordially
Hello,
yes it's a shame to make a new version of elgg and not migrate all the plug in important qi make elgg a good product
new users will be disappointed with the product as limited in its use
cordially
Back to square one. Give, give, give, give. Forget it.
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.