Hi Kevin,
I found the line 76 and line 77 of /mod/polls/start.php should be:
add_submenu_item(sprintf(elgg_echo('polls:user'),$page_owner->name),$CONFIG->wwwroot."pg/polls/list/" . $page_owner->username); ...
Trajan and Kevin, Thanks!
I have another question. How to let the un-logged in users polling? The default access is PUBLIC, and the poll access is also PUBLIC.
I change the lins 63~65 of /mod/polls/views/default/polls/forms/vote.php from
<? }?>
to
<?php }?>
It works, ant the lines 99~114 of /mod/polls/views/default/object/poll.php was not needed to delete...
I'm testing polls 0.8 on elgg 1.7.1.I met the same problem as Trajan. When I delete the lines from 99 to 114 of /mod/polls/views/default/object/poll.php, the page load fine. So far, I can't work out how to poll.
Hi, Kevin
I want to use this plugin im my site. I have read all the comments, but I didn't grasp how to use this plugin in Elgg 1.7.1 because of my poor English. Could you please give me some directions?
Regards!
OnlyBlue
I hope the geneal view and the widget view are separated completely in Elgg 1.8. In Elgg 1.7, When I change the style of a plugin, it's widget style changed at the same time.
I have tested the following code snippet as a independent PHP file. It works properly.
<?php $homepageurl ="http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];if ($homepageurl==$CONFIG->wwwroot){ echo...
@DhrupDeScoop
Thanks for your reply.
I can't browser the page. The firefox displays:
The connection was resetThe connection to the server was reset while the page was loading
......
I'm using Windows 7 + XAMPP 1.6.3 + Elgg 1.7.
I modify one section of /elgg/mod/izap_videos/views/default/izap_videos/css/default.php from
.customIndexIcon {margin:4px;float:left;}
to
.customIndexIcon {margin:4px;float:left;<?php...
I'm using the newest izap_videos plugin with the elgg 1.7. The browser is Firefox 3.5.4, and the OS is Windows 7. When I delete a video, the Notepad++ poped up and the izap_convert_video.php was opened automaticly. Is this normal? Thanks!
@izap
This is really a great plugin. It works fine with elgg 1.7 release.
Besides the supported sites you listed, I want to add other sites. Could you please give me a rough guide? Thanks!
Best regards!
Although it's a fixed bug (http://trac.elgg.org/elgg/ticket/862), the problem remains.
Here is the description of the problem. http://forums.powweb.com/showthread.php?t=73931
I made a fresh install of Elgg 1.7b on GoDaddy hosting. CSS does not load in Firefox 3.5.4. And there is a error in IE8.
message: syntax errorline: 282character: 1code: 0URI:...
The Firebug show me the following infomation.
css.css?lastcache=1266832186&viewtype=defaultThere are no rules in this stylesheet.
But I don't know how to do.
@Juipo Web Design
Yes, the godaddy supports mod_rewrite. I verify it just now. Thanks!
@phooe
Thanks for your help. I will try to install elgg 1.7 according to your suggestion.
The login error caused by wrong password.
Now, I can log in. But...
I changed "path" value from:
/home/content/s/t/u/stumble/html/dg
to
/home/content/s/t/u/stumble/html/dg/
in elggdatalists table.
Now, the error is:
We couldn't log you in. This may be because you haven't validated your account yet, the details...
Godaddy told us that the mod_rewrite is installed on their Linux servers by default. But I can't find mod_rewrite whithin the list of loaded modules by using phpinfo().
@phooe
Thanks for your hints. It's very important. I try to change the RewriteBase in .htaccess. The results are as following:
1.
RewriteBase /home/content/s/t/u/stumble/html/dg/The requested URL...
The directory for mydomain.com is /home/content/s/t/u/stumble/html. The directory for dg.mydomain.com is /home/content/s/t/u/stumble/html/dg. My elgg is the later one.
When I try to log in, a error apears.
Not FoundThe requested URL...
My Elgg is running on Windows+XAMPP. The godaddy is a linux hosting.
I find that it is not enough to successfully porting Elgg from localhost to godaddy hosting by merely modifying the /engine/settings.php.
The "Edit collection" does not work.
In this page http://localhost/elgg/pg/collections/elgg#27 (Tools->>Friends->> Collections of friends), there is a tab named Edit collection. When I checked a user in this pane and click the...
I'm using Elgg 1.7b.In /elgg/mod/riverdashboard/views/default/riverdashboard/newestmembers.php, there is a sentence $newest_members = get_entities_from_metadata('icontime', '', 'user', '', 0, 18);. I add var_dump($newest_members); after this...
I only want the users who's computer belong to the specific IP address range to acess my elgg site. The code snippet for getting the IP address is ready, but I don't know where is the best place to embedding this code snippet. Any suggestings...
@Dhrup
I can't work out with this code snippet because of my poor programming capabilities. My goal is displaying the latest wire post for users not logged in. Could you give me more hints? Thanks!
I change the size of avator from small to medium. When the mouse cursor is on the left side of the avatar, the avatar_menu_button appears. When the mouse cursor is on the right side of the avatar, the avatar_menu_button disappears. I try to change...
How to overload the /elgg17/mod/thewire/endpoint/reply.php? I create the /elgg17/mod/mytheme/endpoint/reply.php. However, no effect.
And how to overload the /elgg17/mod/file/actions/upload.php?
Thanks!
I want to test some newest plugins with Elgg 1.7a. The URL for these plugins is "http://trac.elgg.org/extensions/browser/plugins". How to download them? Thanks!
BuBu,
I try to use this plugin in Elgg 1.7a. A error apears.
success: function(data){ //$('#feedBackFormInputs').show(); // show form $("#feedBackFormStatus").html(data); $('#feedbackClose').show(); } }); }
Another bug.
When I click the ElggObject (), the following conten displays.
guid: 13
type: object
subtype: 9
owner_guid: 8
container_guid: 8
site_guid: 7
access_id: 0
time_created:...
Thanks, Kevin Jardine and Alexander Leschinsky.The /elgg/mod/mytheme/views/default/object/blog.php can overload the /elgg/mod/blog/views/default/object/blog.php. But the /elgg/mod/mytheme/views/default/page_elements/blog_owner_block.php can't...
I'm testing Elgg 1.7 (revision 3846). I met the pink system message box three times. The last one is "Form is missing __token or __ts fields", and corresponding URL is "http://localhost/elgg17/pg/settings/statistics/elgg17freeze/". It can't be...
I'm trying to make a theme for my elgg 1.6.1. I want to change the functionality of the file /elgg/mod/blog/views/default/object/blog.php and the file /elgg/mod/blog/views/default/page_elements/blog_owner_block.php,but I don't want to change the...
I'm trying to make a theme for my elgg 1.6.1. I want to change the functionality of the file /elgg/mod/blog/views/default/object/blog.php and the file /elgg/mod/blog/views/default/page_elements/blog_owner_block.php,but I don't want to change the...
Blue commented on the plugin ElggChat1214 days ago
Hi, Jeroen
The IE tell me the error lie in line 283 of js.php. Actually, it is lie in line 318.
$("#elggchat_friends a").html("<?php echo elgg_echo("elggchat:friendspicker:info");?> (" + data.friends.online.length +...
@alfalive
Thanks! It's very helpful.
Though there is a two_column_right_sidebar layout, I find that the Elgg 1.6.1 only support two_column_left_sidebar layout. Anyway, maybe I know how to do. Thanks again.
Best regards!
The invitation was sent via a email ? The group admin sent a invitation to a member outside the group, but the member didn't recieve a invitation message.
When I clicked the save button in notifications settings page, a blank page appeared. It's URL is http://localhost/elgg/mod/notificationsplus/actions/groupsaveplus.php?group=196
I enabled the custom_index and defaultwidgets, and then set the default profile widgets and default dashboard widgets. Strangely, each widget was displayed twice. I can't figure out the problem. It's annoying.
@Cash
I have enabled the uservalidationbyemail and the phpmailer, but I can't recieve the account validation email.
I'm using Windows 7, XAMPP 1.72 , Elgg 1.6.1 and PHPMailer 0.9.7.
The email related settings in php.ini are:
[mail...
Blue commented on the plugin ElggChat1222 days ago
The IE8 displays a error in its status bar.
infomation: 'friends.online' is void or not an objectline: 283char: 4code: 0URI: http://localhost/elgg/mod/elggchat/views/default/elggchat/js.php
The drop down list of the Tools is too long. I want to divide it into two menu groups. I remember there is a plugin for topbar, but I can't find it now. Is there someone else tell me? Any other suggestions would be welcome. Thanks!
When I try to register the bug trac system of Elgg, a error occured in this address:
http://trac.elgg.org/elgg/register
Error: Not Found
No handler matched request to /register
@Lovegin JohnI figure out how it works. When the program run to $this->$name = $value, the function __set($name, $value) was executed. Then the metadata saving process goes on.
Through this problem, I know some knowledge of magic method in...
@Lovegin John
Thank you very much for your quick and patient explication. I think I didn't give a clear description of the problem. I will continue to study the mechanism of saving metadata to database.
HAPPY NEW YEAR!
Regards.
Blue
@Lovegin John
I am sorry to bother you again.I add a line in /mod/blog/actions/add.php.$blog->title = $title;$blog->description = $body;$blog->summary= 'summary';Then I find the following codes in /engine/lib/entities.php are related to...
Solved the problem by adding if($page_owner==NULL) @header('Location: ../../index.php'); before $area2 .= list_user_objects($page_owner->getGUID(),'blog',10,false); I'm not sure whether it is resonable.
This as an example.
extend_view('profile/menu/links','blog/menu');
The first param is the view to extend, and the second param is the view to extend with. The question is that I don't know where to find the relevant fies for them.
I have read...
I logged out the Elgg. When I browsered http://localhost/elgg/html/pg/blog, the program stopped at /mod/blog/index.php $area2 .= list_user_objects($page_owner->getGUID(),'blog',10,false); and the page is blank. I think it should be a...
Some mp3s can be played, some not. The problem lies in the file plugin. Please look at my post.
http://community.elgg.org/mod/groups/topicposts.php?topic=354203&group_guid=12
@Cash
I found a bug in the fire plugin and posted a thread in Getting started group, but no response. Are you interested in taking a look?
http://community.elgg.org/mod/groups/topicposts.php?topic=354203&group_guid=12
Regards.
Blue
@Lovegin John
I have browsered your demo sites. They are charming.
I remember that you said that the pro version was rewrote one. Is it possible that the code of the gpl version is same as the pro version's but only with some functionalities...
There are three sections in the blog. They are Title, Blog text and Tags. I want to add a new section Summary. Then there will be four sections in the blog, Title, Summary, Blog text and Tags.
I find there are three fields in the table...
I know that pg means page. But I don't know where is the $CONFIG->wwwroot . "pg/blog/". I can't find a pg directory under my wwwroot. Who can explain it for me? Thanks!
@Lovegin John
I have just done a preliminary test to your plugin. It's great and match my needs. I have two questions yet.
1. Do you have a plan to upgrade your plugin further more? I want to use it with Elgg 1.7. Is is possible?
2. The...
I read some descriptions about custom work of Elgg just now. I'm very glad to see the following infomation:
Improved group forums to include RSS, notifications, comment editing, threaded comments.
I hope to add a Posts of my groups downlist item. When this item was selected, the posts of my group will be displayed. How to achieve this functionality? Thanks!
I'm reading the helloworld tutorial. I can't understand the following paragraphs in http://docs.elgg.org/wiki/Tutorials/HelloWorld because of my weak programming foundation. Could somebody please explain them more clearly for me? Many...
Thank you for your reply, Cash and Brett. Perhaps I will try to learn writing a plugin, and I will give special attention to this security feature.
Best regards!
@alfalive
I'm glad to hear that you agree with me. I love popup menu, because it is vivid, handy and efficient. Perhaps there are other places which are suitable for such a function. Do you think it is a good idea that you develop a series of...
alive
If there are these poping up menu items for a group avatar, we needn't click the group avatar and then select a menu item. Am I right?
* Group discussion * Group blog * Group...
I'm sorry, this is very important!
You need to have at least two users to see what it does with one commenting on the other person's messageboard.
----Cash
I'm sorry, the message board is a widhet.
But I can't find the difference between the walltowall enabled view/page and the walltowall disabled view/page.
It works with elgg 1.6.1.
When I tested this plugin, the CPU fan accelerated obviously, and the httpd.exe take up a lot of the CPU clock. Sometimes the Apache Collapsed.
The running enviroment of my elgg based website is XAMPP 1.7.2 on Windows 7....
When I uploaded a pdf file, a category Documents generated. The pdf file belong to this category.
When I uploaded a jpg file, a category Pictures generated. The jpg file belong to this category.
When I uploaded a mpeg file or a mpg file, a...
I think the plugin can't recognize the MIME type .mpeg and .mpg as video
When I uploaded a pdf file, a category Documents generated. The pdf file belong to this category.
When I uploaded a jpg file, a category Pictures generated. The jpg file...
In addition, the mp3 file uploading is more strange. Some mp3 files are recognized as audio files, some are not. If you are using Windows 7, you may test this issue with three windows 7 original mp3 files Kalimba, Maid with the Flaxen Hair...
I install a plugin. The info of this plugin includes such a row:
Warning: This plugin does not specify a compatible Elgg version.
When I enable this plugin, it works properly.
What does this warning mean?
Thanks!
I found two plugins related to multi elgg based website. They are multisite and cas_auth. I want to establish two elgg based websites. Their contents are seprate, but their users are commn. I don't know very clearly what diffrence...
Blue commented on the plugin CAS Auth1255 days ago
Hello Xavier,
Thanks for your reply. I have tested the multisite plugin with it's sandbox. Unfortunately, it doesn't meet my needs, because I found that a user belong to sub1.mydomain.com can't login sub2.mydomain.com. So, I'll try to use...
@edlove
Thanks for your reply.
I have enable the tagcloud plugin. I don't know how to use it, because I can't find any link or menu for tagcloud.
Best regards!
When I uploaded a pdf file, a category Documents generated. The pdf file belong to this category.
When I uploaded a jpg file, a category Pictures generated. The jpg file belong to this category.
When I uploaded a mpeg file, a category General...
Blue commented on the plugin CAS Auth1258 days ago
Hi, Xavier
Sorry for my poor English. I will first talk about my understanding, then you point out the inadequates and errors.
1. Install a CAS server
2. Install a LDAP server
3. Install an Elgg based website with the domain sub1.mydomain.com....
Hi, FabriceI create two websites which have their own subdomains, for example sub1.domain.com and sub2.domain.com. If I register to one website, can I login in another website with the same username and password?Sorry for my poor...
Hi, liri
I meet the same problem as Rick's. But I can't understand your answer:
open the .htaccess file in Elgg's top level directory and make sure that you add that directive that Dhrup posted in the previous page. (then maybe restart...
I don't know how to adapt the file [elggDir]/mod/wookie/views/default/widgets/wookie/functions.php: - $vars['entity']->wookie_url (URL to Wookie engine) - $vars['entity']->wookie_api_key (your requested API key)
Could you please give me a...
@Fusion
I can't understand these two steps of the installition guide.
2.remove any riverdashboard css from your theme!!
7.For any plugins that add their own river icons, open the css for those plugins and comment out or delete the lines for the...
Hi, Fabrice
Thanks for your great work!
I have test this plugin with your sandbox just now. I hope the user registering at one subsite and loging in any subsites. Is it resonable and easy?
Thanks!
Best regards.
OnlyBlue