Recent content by Van Damm

  1. Van Damm

    xfPoints [Paid] [Deleted]

    Is there an option to recalculate points that had to be awarded for existing posts/threads/registrations etc after installing the addon?
  2. Van Damm

    Russian League of Legends community

    Here's our new website with uniform portal and forum design http://dota2.su/, http://dota2.su/forum/. It's not yet launched, but you can browse through it.
  3. Van Damm

    GoodForNothing Four Oh! Four

    I just like clean and efficient code :)
  4. Van Damm

    GoodForNothing Four Oh! Four

    Rendering the file is not the best way. You can store the template in the database and simply specify it in the response, i.e.: return $this->responseView('GFNCoders_FourOhFour_ViewPublic_404', 'GFNCoders_404'); You will also need to modify your ViewRenderer: public function renderRaw() {...
  5. Van Damm

    GoodForNothing Four Oh! Four

    Unfortunately, your add-on does not make sense SEO-wise. Search engines will consider missing pages okay as your add-on returns 301 and then 200 HTTP codes. This will clutter search index of your website with lots of different links leading to 404 page that are considered valid by the search...
  6. Van Damm

    Russian League of Legends community

    Yeah, we're coming to that now and think on re-doing the top navigation. Anyway, our XenForo redesign for our new project that is currently in works utilizes same look for both front page and forum. I'll show it in a couple of weeks when we make the website public :)
  7. Van Damm

    Russian League of Legends community

    Thanks! We use XenForo on the whole website: portal pages with heavier design use XenPorta. We created separate design for the forum to make it less distracting for users as they spend more time talking on the forum rather than reading news on the main page.
  8. Van Damm

    Russian League of Legends community

    Seems like you are misunderstanding the whole concept of the module. It is to allow users to create their own guides for playing League of Legends champions so yes, the whole guide creation interface is outside of control panel and is accessible to privileged users. It does not create pages and...
  9. Van Damm

    Russian League of Legends community

    What's your IP? Send it to me via private message so I can unblock you :)
  10. Van Damm

    Russian League of Legends community

    Hi. It's not a page creator. It does not create XenForo page nodes if you mean this. It uses completely separate content type, specific to our guides structure. It fully utilizes XenForo's permission system for all actions. Users can post comments to guides. Unfortunately we still lack deeper...
  11. Van Damm

    Russian League of Legends community

    We've rolled out our brand-new custom written module to aid users in writing game guides: http://lol-game.ru/guides/ The guide creation interface took most of the work: http://lol-game.ru/guides/new, however it's only accessible for logged-in users so you can view its screenshots here:
  12. Van Damm

    xfPoints [Paid] [Deleted]

    Yep. I think it will be enough for me to start using the addon.
  13. Van Damm

    xfPoints [Paid] [Deleted]

    No, not that way. You can use XenForo's native event system. Create an event and fire it every time after you give any amount of points to a member, passing member and amount of points awarded as arguments. Addon developers can create a listener for this event and do anything they want with...
  14. Van Damm

    xfPoints [Paid] [Deleted]

    Does your addon have any kind of callback on points receive? I could make use of it to turn MyPoints into experience and award users new levels when they reach certain amount of exp.
  15. Van Damm

    [8WR] XenTorneo (Rankings) PRO [Paid]

    Can it work with teams instead of players?
Top Bottom