Changing page title of submit a new story page in pligg - content-management

I have installed latest version of pligg on my local server.
It's running fine.
Currently when i click on submit a new story it displays 'Submit a New Story, Step 2 of 3' as title. I want to edit this title. I am confused where should i make the changes?

Go to Admin-> Modules -> Install: Admin Modify Language then go to Admin Modify Language search for 'Submit a New Story' now you can edit and save.

Related

SharePoint List Add New Button Does Not Open "New Item Form"

I was trying to edit the New Item Form in SharePoint and something went wrong (i.e. I made a mistake). Now, when I click the New Item button, the form no longer opens. When I open the list in Infopath Designer (which I only just learned about while trying to fix this) I can see the form, so it's not lost. It's just that the link is broken. We are using the 365 Cloud version of SharePoint. Any ideas on how to fix this f_up? THANKS FOR ANY HELP YOU CAN GIVE!
Do other browsers have this problem?
Try switching the page to the default SharePoint form in the Form Settings.Then clear your browser cache and refresh the page to see if that works.
You can create a new list view that looks exactly like this one, set it as the default, and see if the new view has this problem.

Updateing image field fails for any user except super user in Orchard CMS

I installed ImageField and used it to create News widget , SlideShow widget and ...
When I try to change the picture and publish changes for any item containing ImageField , if the super user is logged in, all changes saves successfully.
But if any other user with any role is logged in then the changed picture name does not save in database but all other field like text and date and ... stores successfully.
Thank you in advance for your help...!
According to the following link , Sebastien Ros , the creator of ImageField for orchard answered my question.
https://orchard.codeplex.com/discussions/569286
"Don't use the ImageField, it has been deprectaed in favor of the MEdiaPickerField."
So I used MediaPickerField and MediaGalleryField instead.
Thanks for your attentions...
BR :) ...

Orchard CMS. Add sub items from edit screen

I'm trying to develop my first module in Orchard and stuck with the following problem.
I have Box content type that contain Books. What I want to achieve is to allow user to add books from box edit screen in admin. The process is the following:
User selects a Box in admin and click edit.
In edit screen a list of books is displayed with buttons "Edit", "Delete" and "Add Book"
The user clicks "Add Book" button and add book screen appears.
The user enters required metadata and clicks "Save"
The user is redirected back to Box edit screen with new book added to the list.
I'm looking for advise on what is the best way to implement this.
There are several ways to do that, most of which don't require building a module.
You could use the updated list feature in the new Orchard 1.8. That does pretty much exactly what you describe.
You could use taxonomies, where the boxes are terms (terms have their own content type that you can extend). The workflow is kinda backwards with this, where you put books in boxes rather than picking from the box which books belong.
You could use a content picker field configured for multiple items, and constrained to the book content type.
You could build your own module, with a relationship between your types, as explained here: http://docs.orchardproject.net/Documentation/Creating-1-n-and-n-n-relations but except if this is a pure learning experience, there's little reason to go for that one, as the other three above are so much simpler, and don't require any coding.

Orchard CMS remove Home menu link when adding title of the page to the menu

I just created a new Orchard website. I added 5 articles to it and when I was done, I have 6 menu links.
See: http://www.where-to-find-gold.org/. Home and A Quick Look are the same page and same url. This was the first article I added and I just overwrote the content of the existing hello world page. I wanted the link text to be "A Quick Look" instead of "Home", so I clicked Show on main menu:
How do remove the "Home" link?
I had considered deleting the hello world page first and then adding my content, but It seems Orchard is still a bit rough around the edges and didn't want to risk anything that would crash the app like I have been seeing on a regular basis. Like, don't put a dot in table prefix or the site will crash. Don't put "http://" in the url when creating the Tenant site, ditto on the crash. Anyways, any advice would be great!
You can manage your menu through the Navigation link in the Orchard dashboard. Just delete the extra item from the menu there and your menu should look like what you want it to look like.
And of course, if you want to be safe, make a database backup before doing so, even though I don't think that would be necessary.
Make a backup first and then try it. This way, you're safe.

<a4j:include> content doesn't get change

This is what i want to achieve. I have navigation panel on left and content panel on right.
when user click links on left navigation panel , ajax calls made and content panel got rendered. With current implementation, content got change based on the link i clicked.
however i found content still don't get change when perform following steps:
1. click "display user", user list got display
2. click "add user" to add one user
3. click "display user", user list got display but content is same as the one in step 1.
i am sure data has been inserted into db.
looks like this view got cached on server. is there anyway to solve this issue?
following are my code and screenshot.
thank you,
i found answer from this link.
basically, use following line to destroy backing-bean, then problem solved.
FacesContext.getCurrentInstance().getExternalContext().getRequestMap().remove("wizardBean");
http://java.dzone.com/articles/jboss-richfaces-spring?page=0,6

Resources