Recent content by PreFiX

  1. PreFiX

    How do I use $_GET["something"] ?

    I trying this thing for a while. But I can't still understand, it's not working for me at all. Can you give me full code of example of Router? and Controller?
  2. PreFiX

    How do I use $_GET["something"] ?

    Hello, so would it make url like I mentioned? Thanks for reply :)
  3. PreFiX

    How do I use $_GET["something"] ?

    <?php class prefixaddon_Route_Prefix_Public implements XenForo_Route_Interface { public function match($routePath, Zend_Controller_Request_Http $request, XenForo_Router $router) { $action = $router->resolveActionWithStringParam($routePath, $request, 'string_id'); $action...
  4. PreFiX

    Template error :(

    Thanks solved with > and < :) But there should be function like is_numeric in my opinion.
  5. PreFiX

    Template error :(

    So you mean something like this? <xen:elseif is="is_numeric({$transaction.ID})" /> The following templates contained errors and were not saved: prefixaddon_pagrindinis_list: 1) prefixaddon_pagrindinis_list - Line 8: Invalid condition expression
  6. PreFiX

    Template error :(

    Well I think than it will if it exists not if it's a number...
  7. PreFiX

    Template error :(

    <xen:if is="empty({$transaction.ID})"> {$transaction.servername} <xen:elseif is="is_numeric({$transaction.ID})"> <a href="http://anotherdomain.com/?s={$transaction.ID}">{$transaction.servername}</a> <xen:else /> <a...
  8. PreFiX

    How to make new page with custom link

    Oh sorry, yeah you were right. I'm starting to understand how it works.
  9. PreFiX

    How to make new page with custom link

    I can't see anything that would help me to do something like I mentioned. Only custom url. But not a new page ... (New page should have do something with templates anyway)
  10. PreFiX

    How to make new page with custom link

    My last sentence of first post .... I need information how to make add-on like this, not page node :|
  11. PreFiX

    How to make new page with custom link

    How I should make something like this? It's kind easy to make page like this on IPBoard. But I googled so many times but still couldn't find anything useful. Only how to hook to something. I need information how to make add-on like this, not page node :|
  12. PreFiX

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    Mysqli prepare error: Unknown column 'taigachat.last_update' in 'where clause' Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115 Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381 Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php...
Top Bottom