• 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 (Module Add-Ons)

Brand new to XenForo, so no idea where to even start with custom coding yet. Could someone make a block for newest User Albums?
 
Anyway, I was wondering if anyone would take this on. I have the 'Members online in the last..' mod, and modified it a bit for my forum home. I'd like to see if I could get the same block on the front page. It's a stretch, but if someone does just a separate block for that mod, I could probably style the rest.

Online.webp
 
I have done some small changes to the recentNews Module and would like to get the Share button to the blue bottom bar and the Picture to the right.
Hopefully any of you could help me with that?! I have tried quit a lot but i always destroy the look of the news.
Here´s a picture of what i am trying. Thanks for every help
Unbenannt.webp
 
Here is a latest images mod.
XFR - User Albumsis is required to be installed
It is updated package of the mod i posted here: http://xenforo.com/community/threads/xfr-user-albums.14033/page-10#post-230798

Automatically detect settings left-right
You can set up how many pictures to display in "Edit Module Settings"
You will need to manually install EWRporta_Block_LastImages.css template only.

EWRporta_Block_LastImages.css

PHP:
.imageList .categoryStrip
{
    @property "subHeading";
    font-size: 11px;
    color: @secondaryDarker;
    background: @secondaryLighter url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
    padding: 5px 10px;
    margin: 3px auto 0;
    border-top: 1px solid @secondaryLighter;
    border-bottom: 1px solid @secondaryLight;
    @property "/subHeading";
 
    @property "categoryStrip";
    padding: 5px 10px;
    margin: 0;
    border-bottom-color: @subHeading.border-bottom-color;
    border-radius: 5px;
    min-height: 6px;
    @property "/categoryStrip";
}
 
    .imageList .categoryStrip .title
    {
        @property "categoryStripTitle";
        font-size: 10pt;
        color: @secondaryDarker;
        @property "/categoryStripTitle";
    }
 
        .imageList .categoryStrip .title a
        {
            color: @categoryStripTitle.color;
        }
 
.thumbnailList
{
    overflow: hidden; zoom: 1;
}
 
    .thumbnailHolder
    {
        float: left;
        width: 33%;
    }
        .thumbnailHolderlr
        {
        float: left;
        width: 99%;
    }
    .firstImage
    {
        margin-left: 5px;
    }
 
    .thumbnailHolder .boxModelFixer
    {
        overflow: hidden; zoom: 1;
        margin: 5px; padding: 5px;
        background-color: @contentBackground;
        border: 1px solid @primaryLighterStill;
        border-radius: 5px;
    }
 
        .thumbnailHolder .thumbnail
        {
            margin: 0 auto;
            width: 190px;
            height: 140px;
            line-height: 145px;
            text-align: center;
        }
 
            .thumbnailHolder .thumbnail img
            {
                max-height: 130px;
                max-width: 170px;
                vertical-align: middle;
            }
 
Here is a latest images mod.
XFR - User Albums is required to be installed

Cool ! Screenshot ?

Unofficial Modules (written by other people):
myRSSParser (by calorie)
XFR - User Albums : Latest Images (by boban) Prerequisite: XFR-User-Albums

If you want a module added to the list, just attach it to a post on this thread and then send me a private message...
Boban: PM Jaxel if he doesn't add you to the first post !
 
I just changed this:

.countDown .dash
{
border-left: 1px solid @primaryLighterStill;
float: left;
height:40px;
width: 30px;
margin-left: 4px;
padding-left: 4px;
position: relative;
}

with the padding and margin and seems to have worked.
 
Here is a latest images mod.
XFR - User Albumsis is required to be installed
It is updated package of the mod i posted here: http://xenforo.com/community/threads/xfr-user-albums.14033/page-10#post-230798

Automatically detect settings left-right
You can set up how many pictures to display in "Edit Module Settings"
You will need to manually install EWRporta_Block_LastImages.css template only.

EWRporta_Block_LastImages.css

PHP:
.imageList .categoryStrip
{
    @property "subHeading";
    font-size: 11px;
    color: @secondaryDarker;
    background: @secondaryLighter url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
    padding: 5px 10px;
    margin: 3px auto 0;
    border-top: 1px solid @secondaryLighter;
    border-bottom: 1px solid @secondaryLight;
    @property "/subHeading";

    @property "categoryStrip";
    padding: 5px 10px;
    margin: 0;
    border-bottom-color: @subHeading.border-bottom-color;
    border-radius: 5px;
    min-height: 6px;
    @property "/categoryStrip";
}

    .imageList .categoryStrip .title
    {
        @property "categoryStripTitle";
        font-size: 10pt;
        color: @secondaryDarker;
        @property "/categoryStripTitle";
    }

        .imageList .categoryStrip .title a
        {
            color: @categoryStripTitle.color;
        }

.thumbnailList
{
    overflow: hidden; zoom: 1;
}

    .thumbnailHolder
    {
        float: left;
        width: 33%;
    }
        .thumbnailHolderlr
        {
        float: left;
        width: 99%;
    }
    .firstImage
    {
        margin-left: 5px;
    }

    .thumbnailHolder .boxModelFixer
    {
        overflow: hidden; zoom: 1;
        margin: 5px; padding: 5px;
        background-color: @contentBackground;
        border: 1px solid @primaryLighterStill;
        border-radius: 5px;
    }

        .thumbnailHolder .thumbnail
        {
            margin: 0 auto;
            width: 190px;
            height: 140px;
            line-height: 145px;
            text-align: center;
        }

            .thumbnailHolder .thumbnail img
            {
                max-height: 130px;
                max-width: 170px;
                vertical-align: middle;
            }

I had to capitolize line 41 in the latestimages.php
FROM EWRporta_modules
 
The "Members in Chat Room" Modul is not working for me.
From what i see it should show User online in IRC Chat?
There are more then 200 User online but the Module is not visible?!
 
The "Members in Chat Room" Modul is not working for me.
From what i see it should show User online in IRC Chat?
There are more then 200 User online but the Module is not visible?!
I assume you have XenHabla installed yeah?
 
Jaxel, I would like to have the recent articles skip anything that is currently showing in the accordian. Any way to do this?
 
Back
Top Bottom