Hi there, this project is so big that it is difficult to find answers, so sorry if this has been asked before...

I have a view displaying a field that I need to rewrite in the next way:
field: bitcache://13B34C2211
rewrite to: src="http://exemple.com/bitcache/13B34C2211"
but doing it with the replacement pattern like this: src="http://exemple.com/[uri]"
the resulting string goes like this: src="http://exemple.com/bitcache://13B34C2211"

so as you can see there is a colon and a bar that I need to erase (actually the colon is the harmful one), and I've tried all without success, I need it this way because for every node the bitcache changes, so I can not just copy the number after the "bitcache://".
I would appreciate a lot if some of you could help me to achieve this...

thanks a lot

Comments

MustangGB’s picture

Status: Active » Closed (outdated)