Recent content by edwardjc08

  1. E

    XF 1.5 www

    Currently, my xenforo website is accessible using example.com and www.example.com. How would I make it so that people can only connect using www, and even if they do connect with example.com, they would be redirected to www.example.com?
  2. E

    XF 1.5 URL to my website gives a download?

    It worked fine until I changed my subdomain. So from forum.example.com to just example.com. I removed my symbolic link on my nginx sites-available and changed xenforo board URL to http://example.com, as well as moving all the xenforo files to the root directory. Do you still think it is a host...
  3. E

    XF 1.5 URL to my website gives a download?

    Whenever I try to connect to my website, I get a download rather than my website. The download content is; <?php $startTime = microtime(true); $fileDir = dirname(__FILE__); require($fileDir . '/library/XenForo/Autoloader.php'); XenForo_Autoloader::getInstance()->setupAutoloader($fileDir ...
  4. E

    XF 1.5 Moving of Xenforo Directories

    I have recently moved XenForo contents to a different directory named /var/www/forum/. Before that, I went into ACP and changed the board options. I have configured NGINX for the subdomain forum.example.com and correctly added the domain from my domain provider. However, when I search...
  5. E

    XF 1.5 Footer transparency

    Nevermind, fixed it.
  6. E

    XF 1.5 Footer transparency

    Hello, here is my current EXTRA.CSS. #logo img { width: 400px !important; margin: 16px 0 0 -36px !important; max-width: 100% !important; } #logoBlock { height:150px; } #headerMover #headerProxy, #header, #content { background-color: transparent !important; } #headerMover {...
  7. E

    XF 1.5 Scrolling down

    Is there a option so that my background image does not scroll down with my forum content? So a locked in background image and just the forum content being scrollable.
  8. E

    XF 1.5 Cannot connect to my FORUMS page

    Never mind, it has been fixed. Add-on problem.
  9. E

    XF 1.5 Cannot connect to my FORUMS page

    I tried to connect to my forums page (example.com/forums), but it kept me showing this error. Everything else I am able to connect to without problem.
  10. E

    XF 1.5 Your file could not be uploaded.

    Hello, recently I was trying to upload some images to the website. Instead of uploading the image, xenforo returned an error: Your file could not be uploaded. There weren't any specifics on why the image wasn't uploaded. When I checked the admin panel logs and the error was: ErrorException...
  11. E

    XF 1.5 Thread Owner Only

    Hello. I want to make a forum in which the when created, the owner of the post can only view the post, while everyone else can't. Is this possible?
  12. E

    XF 1.5 Trailing Slash

    How exactly would I do that? Just drag and drop to the root directory?
  13. E

    XF 1.5 Trailing Slash

    I added a new route filter that finds /forums/members and replaced it with /members/. However, when I tried example.com/members, showed 404 not found error and when I went to the forums to click on the members page itself, it redirected me to example.com/forums/members and displayed an error...
  14. E

    XF 1.5 Trailing Slash

    Hello, I have a website that needs its trailing slashes edited. So currently, my forums section of the website is under example.com/forums. However, my members section of the website is under example.com/forums/members. Is there a way to edit the trailing slash so that the members page is...
Back
Top Bottom