Hello,
When I use 'import set' for redtube, it puts 'admin added' in description field. Is there anyway to stop this?
Thanks,
"admin added" in description
Re: "admin added" in description
Yes, add 'description' in import set and it will add it
Don't forget to run script update
Re: "admin added" in description
there is no description field in redtube export, how can we include/set it?
Re: "admin added" in description
Is there's no descrioption in the feed what are you going to add ?
Don't forget to run script update
Re: "admin added" in description
I just want to keep it blank, without "admin added" text.
Re: "admin added" in description
We need at least something to create slugs
You can replace this text in rotation settings
You can replace this text in rotation settings
Don't forget to run script update
Re: "admin added" in description
I created replacement in import set but it didn't work (maybe it couldn't search for 'admin added' in description to do the replacement).
I've changed the template as below as a workaround:
From:
<h2><!--DESCRIPTION--></h2>
To:
<h2><?php echo str_replace($item['description'],'admin added',''); ?></h2>
I've changed the template as below as a workaround:
From:
<h2><!--DESCRIPTION--></h2>
To:
<h2><?php echo str_replace($item['description'],'admin added',''); ?></h2>
Re: "admin added" in description
1. Import Replacements don't affect existing galleries
2. this won't always work as the script does not load $item variable for cached pages
I think a good approach here is to
1. replace existing 'admin added' in DB or list thumbs- massedit
2. change rotation settings
2. this won't always work as the script does not load $item variable for cached pages
I think a good approach here is to
1. replace existing 'admin added' in DB or list thumbs- massedit
2. change rotation settings
Don't forget to run script update
Re: "admin added" in description
On 13 July I mass edited all the description. Then added replacement as below:
=> If in description has 'admin added' then search for 'admin added' in description and replaced it by '' (blank).
On 14 July, all new imported thumbs still have 'admin added' in description. So the replacement obviously does not work.
=> If in description has 'admin added' then search for 'admin added' in description and replaced it by '' (blank).
On 14 July, all new imported thumbs still have 'admin added' in description. So the replacement obviously does not work.
Re: "admin added" in description
Did you change rotation - settings
<b>Empty Desc Replacement</b><br>
New rotation uses mod_rewrite. To ensure everything's ok all galleries must have description.<br>
If galleries don't have description script will replace it with following text.
?
<b>Empty Desc Replacement</b><br>
New rotation uses mod_rewrite. To ensure everything's ok all galleries must have description.<br>
If galleries don't have description script will replace it with following text.
?
Don't forget to run script update







