Hi Erik,
This is old post but it's worth of trying. I have same requirement as you, to show ID in the list. Everything works fine, except I lost "edit | delete" button at the end. Click on the list item is gone as well, I can not open and edit th…
I am adding images using fuel system, by selecting the image uploaded earlier.
I nee full path of image to be written in database.
What I need is < img scr="http://...full-image-path/image.jpg" />
I have find out that when I add < img >…
Hello all,
I have a problem with parsing, I want to disable it. When I insert an image in content I get this:
< img src="{img_path('small_image.jpg')}" alt="" />
And I need this:
< img src="http://domain.com/MY_PATH_TO_IMAGES/small_imag…