• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

[Fixed] URL Shortening Error

Hi, I just found the error. It seems that tllg.net can't handle with dynamic urls. For instance... if you use TinyUrl:
Code:
http://tinyurl.com/api-create.php?url=http://demo.chevereto.com/?v=weonacwxw.gif
It returns the short url.. But when you use tllg.net you get nothing...
Code:
http://tllg.net/?api=tllgapi&u=http://demo.chevereto.com/?v=weonacwxw.gif

So, how to fix this? Go to index.php and change
Code:
<a href="http://twitter.com/home?status=viendo%20<? echo cortar_url($URLshr); ?>" id="twitter" target="_blank"></a>

With:
Code:
<a href="http://twitter.com/home?status=viendo%20<? echo cortar_url($URLimg); ?>" id="twitter" target="_blank"></a>

Regards.
 
Back
Top