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.


Messages - 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
I'm aware, but all the users I have are numb when it comes to programming. Cheers!

3
Yeah, but I needed (past tense, because I had to modify layout.js to do it) a listener for the event, if it exists, "workspace change". Does it exist? Does it have the new workspace 'id' parameter?

4
In application\controllers\FilesController.class.php, in line 2140 just change
Code: [Select]
$html_content = purify_html($file->getFileContentWithRealUrls()); for
Code: [Select]
$html_content = $file->getFileContentWithRealUrls(); .

Thanks for nothing!

5
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?

6
OK, I've been reading the Hooks tutorial, but I can't seem to make it work for what I want. I need to trigger a JS event whenever I open a workspace. What hook should I use? after_action ? render_object_properties? render_page_actions?

How can I just echo some code using one of this hooks? I tried override_action_view, but it just doesn't work. HELP PLEASE!

7
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

8
Feature requests / Re: Customized visibility of modules per workspace
« on: June 16, 2010, 12:05:37 pm »
I want just the same, but don't know how to do it. Anyone has done it?

Pages: [1]