Steve F
Well-known member
I don't have this installed at the moment but a template edit could be done to move the author. I'll see if I can work something up later today.Did you forget or you out of town?![]()
I don't have this installed at the moment but a template edit could be done to move the author. I'll see if I can work something up later today.Did you forget or you out of town?![]()
Ok. Steve, I'm sure, may have a better solution as CSS is not my strong suit but this should get you going on the default style.Not necessary like I painted, but you get the point.
<li id="portalitem-{$item.portalItem_id}" class="elportalItem itembit {$item.content_type} {xen:if "{$item.mediaCount} > 0", 'media',''}" data-contentType="{$item.content_type}" data-contentId="{$item.content_id}" data-author="{$item.data.username}">
    <div class="subHeading categoryStrip">
        <h3><a href="{xen:raw $item.data.url}"><xen:if is="@el_portal_threadprefix">{xen:helper threadPrefix, $item.data.}</xen:if>{$item.data.title}</a><p class="portalalignright"><xen:if is="@portal_show_thread_creator">{xen:phrase created_by} <span class="username"><xen:username user="$item.data" title="{xen:phrase thread_starter}" /></span></xen:if> </p></h3>
    </div>
        <div class="message">
        <xen:if hascontent="true">
            <div class="author">
                    <xen:if is="{$item.attachment_id}"><a href="{xen:link 'attachments', {xen:array 'attachment_id={$item.attachment_id}'}}" target="_blank" class="LbTrigger" data-href="{xen:link misc/lightbox}"><img src="{xen:link 'attachments', {xen:array 'attachment_id={$item.attachment_id}'}}" alt="{$item.filename}" class="itemimg LbImage" /></a></xen:if>
                <xen:contentcheck>
                    <xen:if is="@portalAvatar">
                        <xen:if is="@portal_avatar_size_m">
                            <div class="avatar"><xen:avatar user="$item.data" size="m" img="true" /></div>
                        <xen:else />
                            <div class="avatar"><xen:avatar user="$item.data" size="s" img="true" /></div>
                        </xen:if>
                           
                    </xen:if>
                        <xen:comment><xen:if is="@portal_show_thread_creator"><dl class="pairsJustified"><dt><span class="username"><xen:username user="$item.data" title="{xen:phrase thread_starter}" /></span></dt></dl></xen:if></xen:comment>
                    <div class="itemDate">
                       
                        <xen:if is="{$item.categorytitle}">{xen:phrase el_portal_in_category} <a href="{xen:link portal/categories, $item}">{$item.categorytitle}</a></xen:if>
                       
                    </div>
                </xen:contentcheck>
            </div>
        </xen:if>
       
            <article>
                <blockquote class="messageText ugc baseHtml">
                    {xen:raw $item.messageHtml}
                </blockquote>
            </article>
        </div>
        <div class="sectionFooter">
                <div class="contentSummary">
                    <xen:comment>
                    <a href="{xen:link 'portal/manage-items/edit', $item } " class="OverlayTrigger button ">{xen:phrase edit}</a>
                                    
                    </xen:comment>
                     
                    <xen:if is="@portalShowCommentCount AND {$item.data.reply_count}">{xen:phrase comments}: {$item.data.reply_count}</xen:if>
                     
                    <xen:if is="@portalShowViewCount AND {$item.data.view_count}">{xen:phrase views}: {$item.data.view_count}</xen:if>
                    <xen:if is="@portalDate"><p class="portalaligncenter"><xen:datetime time="$item.data.post_date"/></p></xen:if>                   
                </div>
                <a class="more button" href="{xen:raw $item.data.url}">{xen:phrase el_portal_read_more}»</a>
        </div>
</li>
	.portalalignright {
float: right;
}
.portalaligncenter {
position:absolute;
right:50%;
bottom: 12px;
}
	
Yes it works. Extra Portal is the newer of the 2.Does it work for 1.5.2 ?
Is it the same with simple portal https://xenforo.com/community/resources/simple-portal.1713/ ?
Good evening, how are you
I have installed in addition to the forum portal
But your link is as follows:
http://www.an-island.net/forum/portal/
Is there a way to make portal be at home:
http://www.an-island.net
I want to have the portal as the index page.
Set "portal/" as the index route prefix. ( http://xenforo.com/help/set-index-page/ )
I didn't convert anything.I regretted most remorse when you convert the site vbulletin to xenforo
Hi,
now I get an Error by visiting "portal/manage-items" for managing my items:
ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2593014 bytes) - library/XenForo/Template/Abstract.php:251
Does anyone experienced that with 5000+ items?
The only thing I could suggest is try and increase your memory limit in your php.ini to 256MDamn,
I can't manage my portal items. I think there are too many (>5000) and the overview page wants to load them all instead using pagination. I guess that's why the page is getting the Fatal Error.
Anything possible to change @Dan ?
We use essential cookies to make this site work, and optional cookies to enhance your experience.