• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenPorta (Portal)

Status
Not open for further replies.
Jaxel provides a very easy to follow naming convention. All of the Portal module template names follow the pattern of EWRporta_Block_module name. In this case it would be EWRporta_Block_RecentNews
 
How would i go about making the news titles bigger on the recent news module/block? Way too small on the default.
In flexile_exceptions.css

PHP:
#recentThreads .sectionHeaders a
    {
        @property "sidebarBlockHeading.font";
        font-size: 14px;
        font-family: Georgia, "Times New Roman", serif;
        color: #069C1A;
        @property "/sidebarBlockHeading.font";
    }

Change the "font-size" to what you want
 
Jaxel.. could / can this be done
In the recentnews module can all image's (IMG) be blocked/stopped so they don't show on the preview?

I only have 400 words show and don't want images to be show (if there is any)..

Cheers

Also can the "biggest" image be picked for the thumb? instead of the first image in the thread.
 
Try adding this to EXTRA.css
Code:
.EWRporta_Portal .recentNews .messageContent .bbCodeImage { display: none !important; }
Awesome thinking there Oracle cheers if only this would work :) sadly it still counts the image urls so if a post has 4 images than some text after It will count all the url out of the 400 chars I only allow. (which leaves big empty spaces)

Top idea tho (y)
 
Okay guys another day another stupid question.

I want to add a custom rss feed to the portal index, which template should i edit?
 
I want to add a custom rss feed to the portal index, which template should i edit?
What do you mean by a custom rss feed? The orange RSS link? Or a display of information? Take a look at my home page. There is a block in the sidebar called Tera News. Is that what you are looking for?
 
If you haven't already, check the box in Flexile Dark to Enable Support for 8wayrun add-ons.

If you modified any css, try reverting the changes and then taking a look.

I was able to fix it. Just reinstalled the style and checked the box to Enable Support for 8wayrun add-ons. Thanks!
 
OK now I am seeing something that wasn't there a little while ago. I will have to enable some things :) I might be happy now :D
 
Status
Not open for further replies.
Back
Top Bottom