[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
I have installed this add-on and simply cannot get it to work.

The domain.com/portal is simply empty.

Is there any thing specifically had to be done?
 
I have installed this add-on and simply cannot get it to work.

The domain.com/portal is simply empty.

Is there any thing specifically had to be done?
Of course you need to promoto posts, you need to choose the forum from which the threads will appear on portal page and also you need to set the permissions and customize the portal page.
 
This is not related to XenPorta. You have only 4 likes on FaceBook, but you have there 8 places for FaceBook Avatars, so that's why you have all 4 members twice. I think it makes sense, right?
 
Its my day today..

The permissions is ok but the "promote this thread" option disappeared

When i like an article in portal the facebook popup is not shown. Any ideas?

2013-08-02 16_16_12-my2cv.gr - The story of a legend.webp
 
It's showing, but under the portal block.

I got the same problem. Looks like we need to set Facebook frame z-index.
 
Its still off since I'm still trying to find this bloody "Promote this thread" option to go live..
It was there yesterday now its gone... I'm trying 8 hours to find it to no avail
 
What I did today is to use this code
Code:
<style type="text/css">
.my-header-text {
float: right;
text-align:left;
font-size:24px;
color:white;
width:60%;
margin-top:40px;
}

<xen:if is="@enableResponsive">
    @media (max-width:400px) {
        .my-header-text  {
        display: none;
        }
    }
</xen:if>
</style>

<div class="my-header-text">The story of a legend</div>

I installed the these 2 add on
http://xenforo.com/community/resources/php-help-center-announcements.2067/

http://xenforo.com/community/resources/live-updates.274/updates

and edit the term and rules

"Promote this thread" option gone!
 
So i got this error poping up for pages. and not stoping. how do i fix this
ErrorException: Undefined index: node_id - library/XenForo/ControllerHelper/ForumThreadPost.php:75
Generated By: Unknown Account, 16 minutes ago
Stack Trace
#0 /home4/theblazi/public_html/forums/library/XenForo/ControllerHelper/ForumThreadPost.php(75): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home4/theblazi...', 75, Array)
#1 /home4/theblazi/public_html/forums/library/XenForo/ControllerPublic/Thread.php(32): XenForo_ControllerHelper_ForumThreadPost->assertThreadValidAndViewable(1694, Array, Array)
#2 /home4/theblazi/public_html/forums/library/ModEss/ControllerPublic/Thread.php(17): XenForo_ControllerPublic_Thread->actionIndex()
#3 /home4/theblazi/public_html/forums/library/EWRporta/ControllerPublic/Thread.php(9): ModEss_ControllerPublic_Thread->actionIndex()
#4 /home4/theblazi/public_html/forums/library/*******/AdvancedRules/ControllerPublic/Thread.php(8): EWRporta_ControllerPublic_Thread->actionIndex()
#5 /home4/theblazi/public_html/forums/library/XenForo/FrontController.php(337): *******_AdvancedRules_ControllerPublic_Thread->actionIndex()
#6 /home4/theblazi/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home4/theblazi/public_html/forums/index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
["url"] => string(92) "http://www.theblazingtech.com/forums/threads/gta-4-xbox-graphics-enhancer-v1-0-release.1694/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

ive tried disabling modess and forum rules but then still reveive the error but if i desactivate only the portal everything work and no error so please help
 
Back
Top Bottom