Recent content by MaikKR

  1. M

    How To Use Template Hooks

    Hey. I think I understand your problem. But in my opinion this is a buyable thing. You can buy the extra "Branding removal" which costs 250 $, this should solve your problem, right? Otherwise I don´t think that you are allowed to remove XenForo from the footer. From technical view can you solve...
  2. M

    How I created my external pages.

    Hey Lu. No, I didn´t change anything in it. Here´s my file: <?php class ExternalPages_Route_Prefix_En implements XenForo_Route_Interface { public function match($routePath, Zend_Controller_Request_Http $request, XenForo_Router $router) { $urlComponents = explode('/'...
  3. M

    How I created my external pages.

    Hey Lu. Yes, I´ve checked it a few moments ago. There are all files in this structure. I don´t understand where the problem is, but we take a lot of energy to fix it wihtout sucess. There is no developer of the addon in this thread actually I think... Faithfully
  4. M

    How I created my external pages.

    Hey Lu. You are right. That was just a mistake of mine. I´ve tested it with http://localhost/xen/en/tickets and http://localhost/xen/en/tickets.php But there are error 404. Any further ideas? Faithfully
  5. M

    How I created my external pages.

    Hey Lu. I´ve moved it to library/ExternalPages/ControllerPublic/Tickets.php If I open http://localhost/xen/tickets or http://localhost/xen/tickets.php is the same result: HTTP 404 - Page not found Because of this I think, that XenForo not know my new Path and don´t look there. The question is...
  6. M

    How I created my external pages.

    Hey Lu. I´ve moved the pages to your destination. My route prefix looks like the added File. The failure is like ever, nothings changed. I don´t understand the logic of the addon at the moment.... Faithfully
  7. M

    How I created my external pages.

    Hey Lu. Thaks for your time. My Tickets.php looks like this: <?php class ExternalPages_ControllerPublic_Tickets extends XenForo_ControllerPublic_Abstract { public function actionIndex() { $visitor = XenForo_Visitor::getInstance(); $sessionModel =...
  8. M

    How I created my external pages.

    Hey Lu. At the moment I feel like a stupid child. With your source I create a new Template. But what is the next level? Then I have the same look then before. At the moment I miss the right point for me to walk alone :-( Faithfully
  9. M

    How I created my external pages.

    Hey Lu Jia. Thanks for your reply. I defined a new template, but how can I specify this in Tickets.php? Can you give me some examples for the full integration in this part? Faithfully
  10. M

    How I created my external pages.

    Hey Robdog. Your Addon sounds nice and looks great, but didn´t work in my instance. What I´v done: I´ve extracted all files in the Folder XenForo under Library. There are folders with the same name, I added them to it. Then I´ve created a Prefix like it is in your post. I don´t add an Listener...
  11. M

    Problems with a self-created Page

    Hey ragtek. Thanks for your answer. The template hook and the link already exists. But I´ve hoped that there would be an easier solution as an own controller with own route. Okay, so I will learn and do it :-) Faithfully
  12. M

    Problems with a self-created Page

    Does nobody knows a simple solution? Otherwise I need to go the difficult way...
  13. M

    Problems with a self-created Page

    Hey everybody. I´ve build a new point in Userprofile which allows user to delete his own account. My intention is, that the user clicks on this button and a new site open up in the right frame. At the moment, it only shows the following error: A controller for the route path Test.php was not...
  14. M

    Problems with a created Template Hook

    Hey Jeremy. Thank you. With this new way I hope to develop further things better :-)
  15. M

    Problems with a created Template Hook

    Hey Jeremy. Yes, this Code is the solution for my problem. Can you tell me how you get this? I would like to learn it for the next time. Faithfully
Top Bottom