• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

[Fixed] URL Shortening Error

  • Thread starter Thread starter andrewsayshello
  • Start date Start date
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