Working on new features for 2.0:
I looked at how simple cache is implemented and very little is actually cached. So I removed this from the plugin for the time being.
Please post all issues and fmr's for 2.0 here:
Source code right now can be checked out via svn. I will work on a way to automate uploading the current build to the download section here:
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.
- skotmiller@skotmiller
skotmiller - 0 likes
- shellcode@shellcode
shellcode - 0 likes
- skotmiller@skotmiller
skotmiller - 0 likes
- shellcode@shellcode
shellcode - 0 likes
- skotmiller@skotmiller
skotmiller - 0 likes
- iBotPeaches@iBotPeaches
iBotPeaches - 0 likes
You must log in to post replies.Hey shellcode, Love the siteaccess. Would it be possible to add a box to the side like I did,
http://www.paddlefriend.com/account/register.php
But set it up so people can put their content in. like external pages?
Keep up the good work!
Skot
Are you refering to welcome to paddlefriend message?
yes, I had to add that after realizing I was posting links directly to that page, to get people to visit the site. I didn't realize there was nothing on it. Opps, that doesn't help. I'm looking into embedding the registration form into a lightbox. Rather than going to another page. You can do that if you like it. It will take me a long time to figure out. I'm new to this.
Well to embed the form into another page that's easy. just use..
$html = elgg_view("account/forms/register"); You probably should pass in the $friend_guid and $invitecode if your using those. I can give you a complete example if needed.
It's the linking of the lightbox part I'll have trouble with. I have to learn how to (preload/call)? scripts, extend views, where to put files, ETC..... I'll take any examples you would like to share. No better way to learn than getting in there and experimenting.
Works great, no errors so far :p
Your such a great developer understanding the elgg engine and what not. Why not tackle a friend request system, since the current 3 either don't work or plain out suck.