• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Removing a few options from share to?

Rogeros

Chevereto Member
Hi.
Is there a way to remove a few items from the share to list?
They are of no use in Europe and I would like to disappear them from my website.
share.jpg
 
Sorry, I'm not a programmer, should I delete these items from the file or something else?


'weixin' => [
'url' => 'https://api.qrserver.com/v1/create-qr-code/?size=154x154&data=%URL%',
'label' => '分享到微信',
],
'weibo' => [
'url' => 'https://service.weibo.com/share/share.php?url=%URL%&title=%TITLE%&pic=%IMAGE%&searchPic=true',
'label' => '分享到微博',
],
'qzone' => [
'url' => 'https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=%URL%&pics=%IMAGE%&title=%TITLE%',
'label' => '分享到QQ空间',
'icon' => 'star',
],
'qq' => [
'url' => 'https://connect.qq.com/widget/share...mary=%DESCRIPTION%&title=%TITLE%&pics=%IMAGE%',
'label' => '分享到QQ',
],

I deleted it and everything seems to work...

THX
 
Do these modifications get overridden with the next update?
yes, it does.

i always keep a text file with a list & location of modified files i have done. So right after update. I quickly go back and modify(copy & paste) them again. takes 10 minutes.
 
Back
Top