I am using Delphi 2010. Has the functionality on the Welcome Page to Add to Favorites been eliminated? I still have Manage Favorites, but it only adds Edit and Delete options. Maybe there is a new way to add to favorites now. I missed it.
Just click on the link marked "Make me a Favorite":
It is named Make me a Favorite now
Related
I am using Django-suit for admin panel. My 'user' model has 'address' and 'contact' fields as foreign key. When trying to change the user's info, the address and contact fields has change/edit and add new options beside them. But the change/edit option remains disabled (see image).
Besides, when I click on add new icon, a new form window is supposed to pop-up. But instead it take me to the form in same browser tab. Any insight for solving this problem?
After getting question from #Efi MK, I tried once again to dig into the problem, and found my mistake with the help from this post (Django admin add related object doesn't open popup window?).
The main project was previously implemented using Django-1.6. I was extending the project by adding some new features using Django-1.11. The problem is, the static files I was using for Django-admin, were from previous version. The 'collectstatic' command didn't replace those files from previous version which has same name as new version. Unfortunately, I didn't notice that.
I deleted whole 'static' folder, ran 'collectstatic' again, and both of the problems mentioned in the question were solved. Thanks, Efi for asking :)
I have a rails 4 app on heroku, users can choose an option from a drop down menu ( course name) then click post, and the post will appear on the index page. Someone was able to create a post with an option that was not in the drop down menu at all, how is this possible? What can I do about it?
First, the problem. It's very easy to recreate it using chrome developer. Here's the steps on recreating the error
Using chrome developer tool, find and inspect the dropdown
Right click on it and choose Edit as html
Add a new value to the dropdown
Select the new value and press create
Now the solution:
I will just add a validation that checks weather the value passed in is part of the options in the dropdown
http://edgeguides.rubyonrails.org/active_record_validations.html#inclusion
Put your options of drop-down menu to private method and permit only those values under your controller. No need to provide attr_accessible under your model if you are writing over there.
Tried searching around but can't seem to find a straight forward answer to what I'm trying to do...
I need to create a link that opens a new page WITH a unique popup. I don't want to simply embed a popup plugin for that new page. The link is the only method that the popup should be seen on the new page.
Does this make sense and how can I achieve it?
Many thanks in advance...
http://swip.codylindley.com/popupWindowDemo.html
have a look on this this is exactaly same...
yourlink
this is simple java script that can open new window
I have Joomla site and default front end editor JoomlaFCK (now it's new version JoomlaCK editor). When some member (they are all Author type of user) try to write some article, he can write it, but can't publish it, so I have to publish it from the back end. I check all Joomla options, but not found anything. I know it's simple, maybe right in front of me, but it's very annoying for me. Help. TIA.
P.S. If there is some better editor, I can think of change.
Regards
DZvonko
By default, an author will not have permission to publish the item. They would need to be a publisher. Look at the user information in Users and change their group.
When I create a new project (or even when I edit the Sample Project) there is no way to add Description to the project.
Or am I blind to the obvious?
There's no such thing as a project description, really. There's a column in the Projects page which is used so you can see which project is the default, built-in inbox, and we couldn't think of anything better to put as the column header for that column.
You are not crazy. It is used internally and not even stored in the database. I wondered the same thing when I first started using FogBugz, but found a forum entry to answer my question. As of today, I still don't think they have implemented it. Jump over to FogCreek and submit a request, if you would like to make it editable.
"Description" missing from Project?
How to Edit a Project Description
The description is mostly for system projects, like e-mail inbox.
You might be able to set one in the underlying DB table.