Recent content by Stockwalker

  1. S

    XF 2 Migrate standard theme to ThemeHouse UI.X

    Looking for a developer who can migrate an existing forum theme (standard) over to a ThemeHouse UI.X one. Nothing fancy, just colors etc from current design. Immediate start and high rates for the right person
  2. S

    Let’s make XenForo great: make thread pages cacheable

    You are welcome. Lucky I raised this issue. Otherwise, guess what, you wouldn't have this, the guy developing it wasn't smart enough to come up with the idea on his own, but was smart enough however to lecture me about "dynamic websites" and in the end he goes and implements it. Hypocrisy at...
  3. S

    Let’s make XenForo great: make thread pages cacheable

    Well, its pretty obvious that he was the one who started the spitting, obviously no manners, so yeah give disrespect get disrespect. I posted the question in good faith, it doesn’t matter if this guy is the master of the universe or just a peasant. You got that? Also, his package DOES NOT...
  4. S

    Let’s make XenForo great: make thread pages cacheable

    He started it. As a customer I posted it to receive advice as I genuinely thought this feature would be useful. What I received instead is being criticised for making a honest typo and a lecture from a sarcastic dude about how I should stick to ancient software and what a “dynamic website” is...
  5. S

    Let’s make XenForo great: make thread pages cacheable

    Er... according to me? Are you from the future? Pretty sure you are a country bumpkin, who works at the local web design shop, you clearly don’t know anything about modern web apps (whatever “dynamic” means). But maybe you should enlighten us why “dynamic” “websites” are all the rage these days...
  6. S

    Let’s make XenForo great: make thread pages cacheable

    Well... not at all? Since you clearly don't know software or caching strategies at least so let me explain: it would significantly improve load times, not only because it would be hosted on a worldwide CDN (imagine the benefits for a site with visitors globally) but the server wouldn't need to...
  7. S

    Let’s make XenForo great: make thread pages cacheable

    I’m an avid user of xF however I’m disappointed to see that caching is not supported at all. It would actually give quite a big performance boost to statically render pages behind forum/ and threads/. Yes, there is a reason that this is not supported, and not all setups might accommodate this...
  8. S

    XF 2 Addon

    I'm looking to develop a custom addon on a short timeframe, 2 separate ones: small job board subsection on my board interview reviews (basic CRUD) Will provide detailed spec, pls send experience and hourly rate via PM.
  9. S

    XF 1.5 No permission to upload attachment from Admin UI?

    I am trying to upload data to the attachments/do-upload endpoint with a POST request. From within the admin panel. However, I get back this error: You do not have permission to view this page or perform this action. How may I fix this?
  10. S

    How to use ATTACH with BBCode?

    What is inside the tags? Attachment ID? Name? Name+extension?
  11. S

    Security error when uploading file?

    I have a form which sends data to a custom php file in my root directory. However, when I try processing it, XenForo says a security error has occured. How may I fix this?
  12. S

    XF 1.5 Where to edit a publiclink built?

    I understand the logic in Link.php builds links which get called from other files. However, where is the logic for the endpoint that then gets 'built' by it? I have this POST request: <xen:form action="{xen:adminlink 'post-macros/admin/save'}" method="post" class="AutoValidator"...
  13. S

    XF 1.5 Attachment_upload_button template does not get included

    I am trying to include a file upload method in one of my pages. With this code: <xen:include template="attachment_upload_button" /> <xen:include template="attachment_upload" /> However, the upload button does not get displayed. Why is this happening?
  14. S

    XF 1.5 getAttachmentParams -> unexpected error?

    I am trying to run this function within a class: $attachmentParams = $this->_getForumModel()->getAttachmentParams($forum, array('thread_id' => $thread['thread_id']), null, null, $attachmentHash); However, I am not sure what to pass in to $forum. Where is it supposed to come from? I know it's...
  15. S

    XF 1.5 Where are templates stored for configurable parts of add-on on XenForo admin panel?

    I have installed an add-on which has a configurable part available on the XenForo admin panel. However, I can't find the source code for that (it isn't a template, I searched for it). Is it supposed to be in one of the php files within the library folder then?
Top Bottom