[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
remove .bbCodeImage from your EXTRA.css template and RecentFeatures block goes back to what it was doing before.
you are asking for customizations, I have nothing more to offer to you
 
remove .bbCodeImage from your EXTRA.css template and RecentFeatures block goes back to what it was doing before.
you are asking for customizations, I have nothing more to offer to you


Thank you for all of your help :) I finally got it to work successfully, but now I have one final problem. The RecentFeatures block shows in the Forums page. Do you know how to disable it for the Forums page and only show it for the Xenporta home page?

Here's a live demo:

www.xynthia.us

Thanks man for all of your help!
 
I apologize, I'm still a big confused regarding the "RecentFeatures" slider fix.

We are on version 1.6.
I thought version 1.6 included the fix to the slider?

What exactly do I have to do in addition to upgrading to 1.6. I can't uninstall then reinstall, that would be too much to recreate the layouts.

The change log states "A new block has been included". What is the name of this new block? And where in the directory structure is it located?
I saw something called RecentAccordion but when I tried to use that it gave me the following error:

Template Errors: EWRblock_RecentAccordion
  1. Invalid argument supplied for foreach() in /home/rpfitz/public_html/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 26:
    25: ';
    26: foreach ($RecentAccordion AS $news)
    27: {
thanks for your help!

EDIT: I changed the Transition Mode from "Horizontal Slide" to "Cross-Fade" and it works now. The slide effect was nice though; I would like to get that back...
 
Last edited:
When I try to install (URL/library/EWRporta/addon-EWRporta.xml), I get a 403 forbidden error. What's up with that? Fresh install of Xenforo.
 
Have you upload the files from the portal in the correct direction? And what's with the install with the XML file from your PC?
 
Can anyone help me please. My xenforo forums are at: site.com/forums
How do I get the portal to load just at site.com but keep my forums working at site.com/forums?
 
Last edited:
Can anyone help me please. My xenforo forums are at: site.com/forums
How do I get the portal to load just at site.com but keep my forums working at site.com/forums?

I have xenforo installed in community folder. My intent is to have splash page in the root folder with navigation tabs directing users where to go. In the interim, I have created index.html in the root that basically redirects everybody to my xenforo installation.
Code:
<!DOCTYPE HTML>
<html lang="en-US">
  <head>
  <meta charset="UTF-8">
  <meta http-equiv="refresh" content="1;url=http://mydomain.com/community/">
  <script type="text/javascript">
  window.location.href = "http://mydomain.com/community/"
  </script>
  <title>Page Redirection</title>
  </head>
  <body>
  <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
  </body>
</html>
 
I have xenforo installed in community folder. My intent is to have splash page in the root folder with navigation tabs directing users where to go. In the interim, I have created index.html in the root that basically redirects everybody to my xenforo installation.
Code:
<!DOCTYPE HTML>
<html lang="en-US">
  <head>
  <meta charset="UTF-8">
  <meta http-equiv="refresh" content="1;url=http://mydomain.com/community/">
  <script type="text/javascript">
  window.location.href = "http://mydomain.com/community/"
  </script>
  <title>Page Redirection</title>
  </head>
  <body>
  <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
  </body>
</html>

Thanks, I will use that as a temporary measure so I don't have a 404 error on mysite.com
 
Hi!

My Xenforo sites has been installed to root folder and I use XenPorta for homepage (/portal). What I want is "Landing page" for first page.

At the moment my sites www.melondia.com directs to XenPorta HomePage, but how I change it like www.melondia.com/home goes is the XenPorta page and www.melondia.com are my custom Html page. Im gonna add on Landing page link what opens XenPorta HomePage www.melondia.com. I hope that I dont have to transfer my root files to some other directory.

Or maybe I modify "Basic Board Information"?

Here is some kind of example what Im meaning :D
 
I had installed XenPorta quite a long time ago... I have not changed anything with the base URL which I am pretty sure it is...
mysite.com/xenforodirectory/portal

Correct?

If so, it is kicking me an error that this page cannot be found.

Any ideas? I'm sure it's something quite simple.
 
I want portal tab instead of home tab.. how to change this??? I have Xf installed in community folder and I will be running splash page from the root.. I will be using Home tab to access the root folder, portal tab to access xenporta. please advise

solved the problem by myself... Home tab now accesses the root folder, Portal is configured as index page route for the community folder. works great!

navtabs.webp
 
Last edited:
Back
Top Bottom