Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
akira
2 discussion posts
I love the program but I would like to be able to add things after whats being replaced..
What I'm doing is automatically reformatting URL's for google adwords. So when I copy a http://mywebsite.com it automagically replaces it with

"http://www.mywebsite.com/hvp_referrer.php?referrer=googleppc&url="
then it has whatever was after that. But as far as I can tell there is no way to add something to the very end of the replace text...does this make sense?

i need it to look like when i copy http://mywebsite.com/products/product.html it spits out "http://www.mywebsite.com/hvp_referrer.php?referrer=googleppc&url=product/products.html&k="

basically i need to be able to add &k= to the very end of the replace.

if this doesnt make sense I could go a little more in depth.
Feb 4, 2010  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
This makes complete sense, I just haven't been able to think of a good way to work in a feature like this without making it very complicated. I was going to support RegEx replacements, but not very many people can write a RegEx. I may end up extending the "Text Replace" function to include variables. So, for example, you could use this:

Match: %text%
Replace: %text%?k=

This would match the clipboard text and replace it with the text plus your string on the end. This would be the easiest way to handle this, although not the most flexible. What do you think?
Feb 5, 2010  • #2
User Image
akira
2 discussion posts
this would work out great for what I need. Anyway you could throw that in ASAP and put it out?
Feb 5, 2010  • #3
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
I am planning to release the beta version of ClipboardFusion 2.0 in the next few weeks, I can include you in that if you want. Just subscribe to my main site news RSS feed or my Twitter updates to be notified. :)
Feb 7, 2010  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)