Recent content by starvnnet

  1. starvnnet

    How to use <xen:calc ''> = an integer

    Thank you so much (y)
  2. starvnnet

    How to use <xen:calc ''> = an integer

    I'm editing my template and i use <xen:calc '5/2'> Value => 2.5 (float number) Now i want an integer. It mean 5/2 = 2. Can you help me ?
  3. starvnnet

    How to reload page when submit a form by OverlayTrigger

    Hi, thanks for your help. I still use responseRedirect . And it works perfectly :D This is my code: return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS,$this->getDynamicRedirect(), new XenForo_Phrase(' starvnnet_save_success')); $this->getDynamicRedirect() is useful in...
  4. starvnnet

    How to reload page when submit a form by OverlayTrigger

    @Snog Thank you, i will try to do it
  5. starvnnet

    How to reload page when submit a form by OverlayTrigger

    Sorry for my bad english. I have a question: In my template, have a link with class="OverlayTrigger" <a href="link_to_form" class="OverlayTrigger" ... My form <form action="{xen:link 'starvnnet/save'}" method="post" class="xenForm formOverlay AutoValidator" data-redirect="on"> My Controller...
  6. starvnnet

    Auto-show image link as image

    @ineedhelp : Thanks for your suggestion but I can't do it right now. Because it's too hard to know where links come from, content or signature. I'll find the way how to do it and release in next versions. @Mark Wein : Listenner.php is located in library/Starvnnet/UrlToImg Are you sure?
  7. starvnnet

    Auto-show image link as image

    @PerfectInsanity This addon is very simple. When you post link. it will be display : <a href="http://abc.com/xyzt"> This addon use function isImage($url) to check http://abc.com/xyzt If it is an imagelink, it will be display <img src="http://abc.com/xyzt" /> You can Open...
  8. starvnnet

    Auto-show image link as image

    starvnnet updated Auto-show image link as image with a new update entry: Fix an error Read the rest of this update entry...
  9. starvnnet

    Unmaintained Auto-show image link as image - Fix an error

    Fix: Fatal error: Call to undefined method Starvnnet_UrlToImg_BBcode::_wrapInHtml()
  10. starvnnet

    Auto-show image link as image

    starvnnet submitted a new resource: Auto-show image link as image - auto bbcode image Read more about this resource...
  11. starvnnet

    Unmaintained Auto-show image link as image 1.0

    This addon will be Auto-show image link as image A very simple addon but helpful :D Sorry for my poor English. You can view 2 images Editor: Display:
Top Bottom