when i click on your first link, xenforo redirects me automatically to the second link, so there is no problemThere is a MAJOR bug with your system. When you send out password reset email it includes the /forum/ if you had the option to have it that way so you can have your homepage..
So password reset is:
http://godcraft.com/forum/lost-password/991/confirm?c=g34g3g34g43g34g43
should be
http://godcraft.com/lost-password/991/confirm?c=g34g3g34g43g34g43
Yes. you can have 3 columns... add the following to extra.cssIs there a way to have 3 columns?
left side bar | center | right side bar
Or is the way to use center with left and right modules?
Added:
Recurring Events module
What would be nice is if I could view the events top to bottom rather than left to right.
And maybe an option for 3 columns.
.eventList li { width: 33% !important; }
Boy that was easy!Yes. you can have 3 columns... add the following to extra.css
If you wanted 4 columns, change it to 25%, or for 1 column 100%. You can also do a fix width. ALL of my XenForo mods use this same LI setup. The default width is 50%, thus making 2 columns.Code:.eventList li { width: 33% !important; }
Yeah, thats just not possible... If you care, you can do the same width setting on all my mods...Boy that was easy!
I suppose making the events sort top to bottom before it moves over to a column would be a bit tricker.
.mediaList li { width: 33% !important; }
.mediaSmall li { width: 25% !important; }
Redirect permanent /forum/lost-password/ http://godcraft.com/lost-password/
Redirect permanent /forum/conversations/ http://godcraft.com/conversations/
Redirect permanent /forum/account-confirmation/ http://godcraft.com/account-confirmation/
I can not confirm this problem...Not sure if I explained this bug properly so I will just say that if you select to use the /forum/ system so you can have your index the portal. You will have issues with all email links like password recovery and such.
I had to do the following in htaccess
Code:Redirect permanent /forum/lost-password/ http://godcraft.com/lost-password/ Redirect permanent /forum/conversations/ http://godcraft.com/conversations/ Redirect permanent /forum/account-confirmation/ http://godcraft.com/account-confirmation/
What if you want XenPorta to be in root and your forum to be /community??
I think I've seen it done that way.
I already have my forum in /community. I have so few posts that maybe this would be a good time to move it to the root.If you are okay with 'forum' as the (fake) directory, the way I did it was to install XF in web root and then install XenPorta, and then in the XenPorta admin options, check both 'Set as Index Controller' and 'Show Navigation Tab?' options, and remove whatever is in 'Home Page URL' under the 'Basic Board Information' admin options. And make sure you don't have a (real) 'forum' directory on your server.
I already have my forum in /community. I have so few posts that maybe this would be a good time to move it to the root.
But I was hoping to have a portal in root, forum in /community and eventually /gallery /otherdirectories.
This is done through htaccessWhat if you want XenPorta to be in root and your forum to be /community??
I think I've seen it done that way.
<div class="muted" style="text-align: center; font-size: 11px; margin: 10px;">
<a href="http://xenforo.com/community/threads/7586/">XenPorta</a>
© Jason Axelrod from <a href="http://www.8wayrun.com/">8WayRun.Com</a>
</div>
<div id="copyright">{xen:phrase xenforo_copyright}</div>
<div id="copyright">{xen:phrase xenforo_copyright}
<xen:if is="{$controllerName} == 'EWRporta_ControllerPublic_Portal'">
<br /><a class="concealed" href="http://xenforo.com/community/threads/7586/">XenPorta</a>
© Jason Axelrod from <a class="concealed" href="http://www.8wayrun.com/">8WayRun.Com</a>
</xen:if>
</div>
SureYea or nea?
Sure
We use essential cookies to make this site work, and optional cookies to enhance your experience.