Recent content by Aethelwulf

  1. A

    [Solved] Trying to upload file with custom script but doesn't move/write

    Solved it on my own, I've edited my original post to include the answer. The problem was that I was using getFileName() on top of getTempFile() but only getTempFile() was required as the source location.
  2. A

    [Solved] Trying to upload file with custom script but doesn't move/write

    I'm using xenforo with nginx and thusfar it works perfectly with Xenforo by default image uploader. I'm running into problems though moving uploaded files from /tmp/ to /home/mysite/public_html/data/mycustomfolder/ with a custom script. The problem is the image doesn't show up in /tmp/ despite...
  3. A

    How to read and write into the database (with a page)

    Thanks for this resource. With that said, this is a crap ton of code for a simple database write and read. I guess this the way intended by xenforo but then again it has turned what should have only required 5 lines of code into dozens of lines of needless code.
  4. A

    KeyCAPTCHA - Interactive CAPTCHA

    I have the same problem, it doesn't show up for Lost Password. The plugin is a year out of date and needs to be updated.
  5. A

    XF 1.3 (Solved) View counters not updating

    Fixed. Solution: 1. Make sure "Update View Counters" is enabled and set. It is located under Tools->Cron Entries in the admin panel. 2. Run "Daily Clean Up" under Tools -> Cron Entries. To run click the "Controls" drop down on the right and click "Run". 3. Run the "Update View Counters" cron...
  6. A

    XF 1.3 (Solved) View counters not updating

    It's been several weeks and my forum view counters are not updating. They stick at 1. Is there an option somewhere to control this? This must seem like a huge newb question but I've spent the last hour trying to resolve this problem with no result. I'm using XF1.3 with UI.X. I've tried...
  7. A

    Creating custom user upgrade page.

    I've spent the past few hours dabling into creating a custom xenforo user upgrade page based off of the actual user upgrade page. So far I've been able to customize the UserUpgrade page by tweaking it to begin creating a tiered perm. payment model but now I want to put the account upgrade on its...
  8. A

    Add-on No double pay with buying tiered account upgrades

    The default account upgrade feature with Xenforo forces users to double pay when they wish to purchase a higher tiered upgrade. For example, if you have three options available: Apples - upgrade for $10 Bananas - upgrade for $25 Coconuts - upgrade for $50 User has purchased the Bananas upgrade...
  9. A

    User Upgrades by Waindigo [Deleted]

    Will this add-on allow users to purchase permanent upgrades without double paying? For example, user has already paid $25 for an upgrade now wants to go to the next upgrade level. Rather than paying full price again, they just pay the difference.
  10. A

    Lack of interest Account upgrades - allow next level to discount previously purchased upgrade

    Requesting two features for Account upgrades: If a user wants to purchase a permanent account upgrade, there should be an option to discount the current upgrade a user has already purchased. For example, if I have the options of a $10, $25, and $50 account upgrade, if the user has already...
Top Bottom