return= w/ entry_id
Posted: 24 April 2008 08:42 AM   [ Ignore ]
Member
RankRankRank
Total Posts:  52
Joined  2007-10-16

Kind of the same question I had on tag:form.

On the return parameter of exp:gallery_extended:entry_form is there a way to push the new entry id through?  I’m guessing there isn’t, so if not do you have any suggestions for resolving the following:
Since GX2 will not allow for entry of tags via the entry_form, I’m trying to return the form to a page with the single entry and tagging form.  The problem I’m having is that my tagging form is not showing up because an entry_id is not being sent.

Profile
 
 
Posted: 24 April 2008 08:50 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2180
Joined  2006-10-18

Rick,

Like your Tag Module request, use the {segment_3} parameter in the Return URL: wink

return="{path=template/template/{segment_3}}"

 Signature 
Profile
 
 
Posted: 24 April 2008 09:10 AM   [ Ignore ]   [ # 2 ]
Member
RankRankRank
Total Posts:  52
Joined  2007-10-16

but it is a new post so the entry id isn’t in the URL to begin with.

Profile
 
 
Posted: 24 April 2008 10:21 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2180
Joined  2006-10-18

This probably wont work, but for the heck of it, try:

return="my/template/%n;try_id%%"

EE Forums messes up the second % sign....

% % entry_id % %

without spaces smile

 Signature 
Profile
 
 
Posted: 24 April 2008 11:10 AM   [ Ignore ]   [ # 4 ]
Member
RankRankRank
Total Posts:  52
Joined  2007-10-16

That is from the SAEF Redirect.  I attempted to try it before, but couldn’t get it to work.  Here’s something interesting or you… It appears that ever since going up to 1.6.3, I can not save a template if I have the % % entry_id % % variable in my form return!!!  If I put it in and click update… it never saves… just sits there attempting to until it finally times out.

Profile
 
 
Posted: 25 April 2008 07:57 AM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2180
Joined  2006-10-18
rmeder - 24 April 2008 11:10 AM

Here’s something interesting or you… It appears that ever since going up to 1.6.3, I can not save a template if I have the % % entry_id % % variable in my form return!!!  If I put it in and click update… it never saves… just sits there attempting to until it finally times out.

Strange… just tried it with my site… seems to work ok.  ohh

As for the Return… I hate to say it, but I guess you’re a bit out of luck…
The only workaround I can think of is having the “finish” page load the most recent photo by entry date, which in theory, should be the one you just uploaded. wink

 Signature 
Profile