Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Admin Interface: userman_saved.html

 

 


seGAP
User

Dec 18, 2008, 5:40 PM

Post #1 of 5 (2845 views)
Shortcut
Admin Interface: userman_saved.html Can't Post

Hi,

We wanted to allow Save to be used during an update without leaving the Listing Edit, and so we've successfully modified the listing_saved.html Confirmation Page to redirect back to listing_edit url using the $num$ placeolder.

But when we try the same trick with User Edit by making a similar change to the userman_saved.html, $num$ doesn't seem to be available as a Placeholder.

This seems odd because userman_confirm_erase.html *does* have access to the $num$ Placeholder.

Any ideas?


Donna
Staff / Moderator


Dec 19, 2008, 11:34 AM

Post #2 of 5 (2839 views)
Shortcut
Re: [seGAP] Admin Interface: userman_saved.html [In reply to] Can't Post

Hi there,

Hmm, no real suggestions here -- we don't actually support modifying the interface templates, so it's not something I really have any advice on.

Sorry about that!

Donna

--
support@interactivetools.com


seGAP
User

Dec 19, 2008, 2:59 PM

Post #3 of 5 (2834 views)
Shortcut
Re: [Donna] Admin Interface: userman_saved.html [In reply to] Can't Post

Donna,

We understand that you don't support Interface changes, but the LM documentation does say that the Interface templates can be changed.

Surely its not too much to ask as to which Placeholders are available to each template?

Thanks


MikeB
Staff / Moderator


Dec 22, 2008, 1:15 AM

Post #4 of 5 (2780 views)
Shortcut
Re: [seGAP] Admin Interface: userman_saved.html [In reply to] Can't Post

Hi,

Thanks for the post!

The only placeholder that would get you the article number is the "$num$" value that you're using so if it's not working on that template it's not something that will be available there.

If you're comfortable with JavaScript you may be able to set this up by modifying the template file for listing add and erase to pass the listing number as part of the URL. You could then parse this out of the URL on the "userman_saved.html" template. It'd take a bit of JavaScript code that you'll need to look into but that's the only option I could think of that might work for you in this case.

I hope this helps! Smile

Cheers,
Mike Briggs - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


seGAP
User

Dec 29, 2008, 7:34 PM

Post #5 of 5 (2526 views)
Shortcut
Re: [MikeB] Admin Interface: userman_saved.html [In reply to] Can't Post

Thanks Mike,

Although it's actually the User Number (not Article Number) that we're after, I take your point about about $num$ not being available.

As for using Javascript, we're ok to this, but when the 'userman_saved.html' template is used, the URL doesn't contain any parameters to parse out. Instead it's just '../admin.cgi'.

Thanks anyway.