6 of 11
6
Standalone Edit Forms
Posted: 06 June 2005 01:14 PM   [ Ignore ]   [ # 91 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12755
Joined  04-29-2002

EE Lover, edit expiration isn’t built into the database structure any where.

You’re better off suggesting this in another feature request for the version after 1.3.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 06 June 2005 01:21 PM   [ Ignore ]   [ # 92 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1397
Joined  01-15-2005

What if it expires the same time as the comments expire?

 Signature 

EE Duration Tags | {view_count_total}

Profile
 
 
Posted: 06 August 2005 12:10 PM   [ Ignore ]   [ # 93 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1338
Joined  02-12-2003

Anyone experienced setting up the standalone edit form willing to help me out here?

The example that Mitchel gives with version 1.4 of the plugin has the entry status code done using radio buttons.  I really need them to be in a drop down list.  But for some reason I can’t seem to figure out how the plugin wants me to format it.  Anyone done that before?  Is it possible?

Thanks.

Jamie

Profile
 
 
Posted: 07 August 2005 02:14 PM   [ Ignore ]   [ # 94 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  314
Joined  05-26-2004

Methnen, if you want a pulldown list, you might try something like this:


<select name=”{exp:form_helper:field_grabber field_name=‘whatever’}”>
{exp:form_helper:custom_pulldown entry_id=”{entry_id}” field_name=“whatever”}
<option value=”{value}” {selected}>
{value}
</option>
{/exp:form_helper:custom_pulldown}
</select>
<input type=“hidden” name=”{exp:form_helper:field_grabber field_name=‘complete’ which=‘format’}” value=“br” />

If you want a list, then just add the list size as a parameter the opening select tag.

Hope this is what you want.

Edit - Oops, just noticed you are asking about doing this with the entry status. I have not tried that yet - sorry.

 Signature 

...for there is no way to reduce a hunter to economic dependence and make him hunt for you - Albert Jay Nock ~ “Our Enemy the State”

Profile
 
 
Posted: 07 August 2005 03:24 PM   [ Ignore ]   [ # 95 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  314
Joined  05-26-2004

Anyway, I played with it, and this works:


          <select name=“status” value=”{entry_status}”>
                  {exp:form_helper:statuses entry_id=”{entry_id}” }
                      <option {selected}>
                          {entry_status}
                      </option>
                  {/exp:form_helper:statuses}
          </select>

Sorry about previous bum steer

 Signature 

...for there is no way to reduce a hunter to economic dependence and make him hunt for you - Albert Jay Nock ~ “Our Enemy the State”

Profile
 
 
Posted: 07 August 2005 03:55 PM   [ Ignore ]   [ # 96 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1338
Joined  02-12-2003

Thanks a lot JohnD, that worked perfectly.

Jamie

Profile
 
 
Posted: 26 October 2005 07:34 PM   [ Ignore ]   [ # 97 ]  
Research Assistant
RankRankRank
Total Posts:  540
Joined  02-25-2003

I am looking for a standalone edit form for our weblogs. It seems that you guys had a really long discussion about that in this thread. Is there a good solution that works? Is there a main writeup somewhere?

Thank you,

dombi

Profile
 
 
Posted: 27 October 2005 02:50 AM   [ Ignore ]   [ # 98 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  314
Joined  05-26-2004

dombi -
to do stand-alone edits you will need the form helper plug-in. There are comprehensive instructions included with the plug-in download. If you have any problems, leave a message.

 Signature 

...for there is no way to reduce a hunter to economic dependence and make him hunt for you - Albert Jay Nock ~ “Our Enemy the State”

Profile
 
 
Posted: 05 November 2005 10:59 PM   [ Ignore ]   [ # 99 ]  
Research Assistant
RankRankRank
Total Posts:  349
Joined  05-22-2005

I just downloaded and there are no instructions. I understand the idea, but woukd like to see the docs…Anyone care to share?

Profile
 
 
Posted: 06 November 2005 07:50 AM   [ Ignore ]   [ # 100 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  23744
Joined  05-20-2002

Andyman, I don’t actually have it installed, so I can’t advise.  However, I’m pretty sure there is some form of documentation.  It’s a plugin, so to install it, simply upload it to your system/plugins directory.  Then, go to your CP and under ‘Admin’ look in ‘Utilities’ ‘Plugin Manager’.  You’ll see the Forum Helper plugin listed- click on it’s name, which should be a link, and that should take you to the docs.

 Signature 

AKA rob1

Help Request TipsPro Network

Profile
 
 
Posted: 06 November 2005 09:27 AM   [ Ignore ]   [ # 101 ]  
Research Assistant
RankRankRank
Total Posts:  349
Joined  05-22-2005

Well, that doesn’t help much. There is not even docs on HOW to install. Oh well, maybe Solspace can help. or…maybe a pmachine support person can download and see, it takes about 10 sec…

Profile
 
 
Posted: 06 November 2005 09:31 AM   [ Ignore ]   [ # 102 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  23744
Joined  05-20-2002

It’s a plugin- you install it by uploading the file to the plugin folder.  Did that not work?  If not- what did you do and what was the result?

 Signature 

AKA rob1

Help Request TipsPro Network

Profile
 
 
Posted: 06 November 2005 10:07 AM   [ Ignore ]   [ # 103 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6086
Joined  08-04-2002

When you download the Form Helper, you get two files…1) The plugin and 2) an example file. You can peruse the example but as Rob1 says, upload the plugin to the plugins directory, then go to CP Home › Admin › Utilities › Plugin Manager › Form Helper and there are instructions/explanations. This is generally true with all plugins.

Profile
 
 
Posted: 02 January 2006 03:01 PM   [ Ignore ]   [ # 104 ]  
Summer Student
Total Posts:  8
Joined  08-04-2003

If someone could post a HowTo or tutorial for use les technical users it would be greatly appreciated!!

What I’d give my right arm for:

- adding login form to homepage. Once logged in, see a link to “add entry”, whick links to SAEF page.
- Howto for customizing the SAEF to remove unwanted options such as Ping Servers, Status, etc.
- Howto add link to “edit this entry” with each post.
- How to customise the SAEF to be able to edit the entry once the above link is clicked (I’d assume using lovely Sue’s plugin).

This may be asking alot, but I know us beginners would love you forever for it!!!

Happy New Year gang!

~Natron

Profile
 
 
Posted: 03 January 2006 06:01 PM   [ Ignore ]   [ # 105 ]  
Research Assistant
RankRankRank
Total Posts:  744
Joined  05-15-2004

- How to customise the SAEF to be able to edit the entry once the above link is clicked (I’d assume using lovely Sue’s plugin).

I don’t think I’m familiar with this plugin yet. Can you post a link to it?

 Signature 

http://www.FlavorZoom.com

Profile
 
 
Posted: 04 January 2006 02:53 AM   [ Ignore ]   [ # 106 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6086
Joined  08-04-2002

FormHelper plugin from Solspace

Profile
 
 
Posted: 04 January 2006 02:57 AM   [ Ignore ]   [ # 107 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1397
Joined  01-15-2005

Now that this topic is on the top again, is there any one who can answere my question on this page? (second from the top)

thanks

 Signature 

EE Duration Tags | {view_count_total}

Profile
 
 
Posted: 09 January 2006 06:10 AM   [ Ignore ]   [ # 108 ]  
Lab Technician
RankRankRankRank
Total Posts:  1023
Joined  03-25-2005

I’m another one, I find the instructions a little bit of Greek to me…and I don’t know Greek unfortunately. Is there an example working form anyplace to use as a starting point?
It looks great and has many uses I’m sure, and appreciate all the know how and skill and time that went into it.

I was going to write a book, “Stand alone Entry Form, Stand alone entry form helper, and the stand alone entry form edit for dummies”, but I’m the dummy so I can’t. Dang!

 Signature 

BKDesign Solutions - Learn XHTML and use   Web Standards to build accessible websites that validate

Profile
 
 
   
6 of 11
6
 
‹‹ empty new blog      MoBlog Auto Check? ››
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 66392 Total Logged-in Users: 30
Total Topics: 84717 Total Anonymous Users: 19
Total Replies: 454703 Total Guests: 189
Total Posts: 539420    
Members ( View Memberlist )