Resource icon

Extra Portal 1.2.4

No permission to download
Just installed this, but finding it hard to get things as I want it.

When I go to the Home tab the url is:
www.mysite .com/portal
How do i make it so when going to the Home page the URL will be www.mysite .com without the /portal part?
Please note I use the 'root' for my site and not a folder
Thanks
 
Anyone care to share a way to make the portal posts have a square image on the left, with the writeup on the right , similar to sites like destructoid? Would love to do this but not sure if I'd be able to pull it off.
 
How can I break the portal out of the container like XenPorta does? I don't like having the posts inside the container and I cannot find it in the templates. Where is it included, I can do this on my own.

@ExtraLicense
 
Last edited:
After a litle help, actually maybe a lot. What I am wanting to do is on the front page if an image is not chosen as the incon then it will default to an image that has the same name as the thread prefix.

Code:
<xen:if is="{$item.attachment_id}"><img src="{xen:link 'attachments', {xen:array 'attachment_id={$item.attachment_id}'}}" alt="{$item.filename}" class="itemimg LbImage" /></a>
<xen:else />
<img src="images/{xen:helper $value, threadPrefix, $item.data.}.png"</img>
</xen:if>

This was taken out of the el_portal_item_bit template file. I am probably way off track, but hopefully you can see what I am trying to do.

ie. If the prefix is NEWS then the image shown on the front page would be NEWS.png.
 
I've worked some CSS magic to make the portal look just fantastic. I was unable to edit the templates to break it out of the container, so I used CSS to pull it out and hide the container. I also added some nice touches to the interface of the portal.

nCCa8YO.png


Just showing off the excellent power of the extra portal, and I didn't even touch on the category system yet. Great addon for those looking to replace XenPorta!
 
  • Like
Reactions: Dan
Hi,
i put this on extra.css to limit image size but on portal not work, images showing large
Code:
.message .messageContent .messageText img {
max-width: 320px;
max-height: 200px;
}
also new profil post on sidebar not show,,only show on forum.
thanks.
 
I don't know if someone mentioned it here before...

When I click on a Link on the newspage which leads to the article, suddenly I have to re login to view/response/quote etc the post. :(
Does it happen due wrong configurations?


Another question:
Is it possible to group the articles by day?
 
Hello, the demo don't work ?
Else it's compatible with 1.4.2 please ? Thanks.
 
Top Bottom