how to remove this boonex video link from video embed page ??
how to remove this boonex video link from video embed page ??
https://www.facebook.com/4thmolar |
Anybody know how to do this. I'd really like to change it to my own example. Please help. Thank you! |
settings/language settings, then search for http://www.youtube.com/watch?v=_AANZvYn5uk |
ron beat me to the answer. i was dorking around in the lang file and the database, its stored in the table sys_localization_strings
i havent tested ron's method, so will only tell you what i done to achieve the same thing
query the database: SELECT * FROM `sys_localization_strings` WHERE `String`="Example: http://www.youtube.com/watch?v=_AANZvYn5uk"
the record will show up and you can click on the pencil to edit the string. once you have edited the string, you will then save it. once you have edited the string and saved it, you will need to go to your admin panel, settings --> lang settings --> tick the select all, and then the compile button. that should remedy the situation as well. though ron's answer may be simpler than mine. When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thank you!!! Ron and DosDawg Rock! |