Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - edoher

Pages: [1]
1
Feature requests / API to integrate users with my current site
« on: March 28, 2011, 05:12:06 pm »
Hi:

I want to know if you are still working in an API to integrate our Feng install with our current site. Now I have a site in Pligg and I need that when somebody registers in this site, automatically it gets registered in Feng.

Is this possible?

2
Hi:

I need to embed another site's content in a document, so I used an iframe, and it works fine when I add it on the form and even when, after saved, go and try to edit it, but in the view it just doesn't show. It shows images, heading text, links, but not iframe. I assume it is doing some strip_tags stuff on it, but I can't find where. Any one know how to "unlock" the display of iframe or any other tags?

3
Hi:

As for version 1.6.2, and even for 1.7 as I can see, you don't have the option to disable modules in a workspace basis, but for the entire site. I want to fix this adding a JS event when you call the ajax to load a workspace (http://XXXXXXXXXXX.com/index.php?active_project=7&ajax=true&c=dashboard&a=index&current=overview-panel&_dc=1276719279711).

Right now, this ajax is only returning an empty event element and some html. What I know I have to do is call a JS
Code: [Select]
if(project_id == 7) Ext.get('tabs-panel__mails-panel').setDisplayed(false);, for example, if I want to hide that tab when the project id is 7, or whatever number. For that, I need an event listener for that ajax, and the "project_id" variable. How can I get those? I have been trying to read your code but is really really chalenging.

Thanks in advance

Pages: [1]