Erase the "These Uploads may be Displayed..."

8 posts by 4 authors in: Forums > CMS Builder
Last Post: April 15, 2009   (RSS)

By avrom - April 12, 2009

Hey Dave,

My clients don't understand what "These uploads may be displayed or linked on output page." above the image upload area in the editor means. Its kind of redundant as everything can be linked to an output page.

I would like to remove that line of code please :))

Thanks
Avrom

Re: [ross] Erase the "These Uploads may be Displayed..."

By avrom - April 13, 2009

Thanks Ross,

Dave can you please provide me the file to remove the code from ? Thanx...

Cheers
Avrom

Re: [virgodesign] Erase the "These Uploads may be Displayed..."

By ross - April 14, 2009

Hi Avrom.

You should just be able to do a quick search in the lib folder. Give that a shot. There will only be one file. We don't really support interface changes like this so keep in mind that you'll have to do it each time you upgrade the software.

Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! 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
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] Erase the "These Uploads may be Displayed..."

By gkornbluth - April 14, 2009

I had asked the same question a while ago and Dave answered:

Navigate to your cmsAdmin/lib/menus/default folder and backup the edit_functions.php file.

Then open the file and search for “// display field”
You’ll find the comment there and you can either delete the comment between the ‘ marks, or change it to something more appropriate to your needs.

Hope this helps,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [virgodesign] Erase the "These Uploads may be Displayed..."

By Dave - April 15, 2009

You can also update that in the language file (as long as you haven't modified the original string in the edit_functions.php). You can find that here: /lib/languages/en.php

And modify this line:
'These <b><i>uploads</i></b> may be displayed or linked on output page.' => 'These <b><i>uploads</i></b> may be displayed or linked on output page.',

To look like this:
'These <b><i>uploads</i></b> may be displayed or linked on output page.' => '',

If you want to change many of the strings you can create a "custom.php" language file that won't get overwritten during upgrades.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Erase the "These Uploads may be Displayed..."

By avrom - April 15, 2009

Dave, Nice solution !! Thanx.

Re: [virgodesign] Erase the "These Uploads may be Displayed..."

By gkornbluth - April 15, 2009

I agree...

Much cleaner solution.

Thanks Dave, as always.

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php