mtupuschies
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress New Topics] Sub-ForumsAwesome – Very helpful!
Thanks a million for the addition.Best regards,
MarcelForum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] JavaScript conflictThanks for the answer. I looked around a bit and found an option within the theme to turn of WPAUTOP in the theme. Then the Uploader is working absolutely fine.
Unfortunately after that some of the jQuery Features of the theme like Accordion and some other are not working properly so I had to turn it back on.
I tried a plugin which said it can turn it off on a post-to-post basis but this did not help. The conflict remains.I’ll continue playing around and hopefully get it running.
Forum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] JavaScript conflictJust as a little update. Just checked firebug and there I get:
unterminated string literal
jQuery(‘#feupro-quotes form’).append(‘
?page_id=2 (line 220, col 69)
Would you know what in a theme could cause this problem?
Sorry to start this again but the subject fits my question.
I am creating a site for our company. It’ll be intranet where the team-members have a page each where they can see their submitted data.
Is there a way to create a summery template for each team-member which will then only pull the submitted data that user?I would like to create pages where only the team manager and each team-member have access so so they then can review the data together.
Would apreciate your help!
ThanksForum: Plugins
In reply to: [Cleverness To-Do List] [Plugin: Cleverness To-Do List] PermissionsThanks a milion! You’re great!
On more question. When I or someone else is admin and assigns a task to someone both see the tasks in their list. However, when the person who is assigned to this task completes it it remains in the dashboard of the admin as undone. Is there an option I missed so the task disappears as soon as the task is complete by any person.
So in other words, is it possible to see all open assigned tasks in the dashboard, but as soon as they are done by the assigned person they move to the compeleted tasks?
Thanks again for your help!
MOk, I think In found the problem. The problem was, that I added some code to my functions.php for my theme to hide the visual editor completely:
add_action('admin_head', 'hide_post_box'); function hide_post_box() { ?> <style> #editor-toolbar{ display:none; } #editorcontainer{ display:none; } #quicktags { display:none; } #post-status-info { display:none; } a.content-tmce { display: none} </style> <?php }I took this one out and all was working fine.
Sorry for posting before looking for the error in my end 😉Hi,
I have exactly the same problem.
It worked well until yesterday. I was able to add fields and data. But now I am not able anymore. When I click on Edit it just does not show the needed fields anymore. The first thing I see is the “Appearance” Tab.I have even tested it with an absolute blank wordpress installation where nothing has been touched and also there – no way to add new fields in a form?
What did we wrong or what happened?
Is there anything we can do?