Recent content by MES LAB

  1. M

    XF 1.5 How to use BB Code in the template?

    Yes, I know BB Code will render back into HTML. But when I've already write the PHP code for rendering the BB code (think like shortcode in Wordpress) then do you want to reuse the BB code or write in HTML from the scratch? I've already said, its a customized lightbox to show image gallery, it...
  2. M

    XF 1.5 How to use BB Code in the template?

    I want to reuse the BB code in the template, so I don't need to rewrite all the work in pure HTML! Let say, the gallery BB code, it process the inside images, wrap them in some lightbox wrapper, and add js, css to HTML <head> on the fly. Normally, when using in the post, it should be...
  3. M

    XF 1.5 How to use BB Code in the template?

    Hi, we have some pages with using template. How we can using BBCode to remove the amount of HTML/js in the template? I've searched the entire internet but all I've found is {xen:helper bbCode, $parser, $htmlContent} but where is the parser? How can I pass a parser for a built-in BB code, let...
  4. M

    Lack of interest Add "position id" for widgets

    Currently, we don't have any thing to distinguish what position the widget is in, ie, in the main column or the sidebar. Add a position id to the widget class help the user to make a CSS customization, so we can do nice thing such as hide some information when the widget is too small (display in...
  5. M

    Implemented Add Permissions for Widgets

    I think it could be archived using template. Permission for individual widget seems too complicate.
  6. M

    [Xenforo 2.0] Search (Ctrl + F) when edit templates

    Xenforo 2.0 add a nice visual code editor, but I think it lost a very important feature: to find a string in a template. I've recently realize that I could not find a string unless I scroll into the document part contain it (the string must be in the "working"/"display" area of the editor). It...
Top Bottom