• 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)

And is that an XF table, a table getting created by XenPorta, etc.?

Alter database table "ewrporta_settings", column "setting_value". In later MySQL versions varchar can go up to 65535. It is a small column, few records only so it is not a big issue to define different limit value.
Just change column Type from varchar to text.
 
8.webp
New format for RecentNews in Portal.
Edit template EWRporta_Block_RecentNews and change all contents by:
Code:
<xen:require css="bb_code.css" />
<xen:require css="EWRporta_Block_RecentNews.css" />

<div id="recentNews">
    <xen:foreach loop="$RecentNews" key="$i" value="$news">
        <div>
                <div class="lmsRecentNewsFirst">
                    <div class="primaryContent">

                        <div class="lmsMessageUserBlock avatarHolder" style="max-height: 150px; max-width: 150px; float: left;">
                            <xen:avatar user="$news" size="m" itemprop="photo" />
                        </div>

                        <div class="rightDate newsDate secondaryContent">
                            <div class="newsMonth heading">{xen:date $news.post_date, 'M'}</div><xen:comment>{$news.month}</div></xen:comment>
                            <div class="newsDay">{xen:date $news.post_date, 'd'}</div><xen:comment>{$news.day}</div></xen:comment>
                        </div>

                        <div style="float: right; margin-right: 2px;">
                            <a href="{xen:link threads, $news}"><xen:datetime time="$news.promote_date" /></a>
                            <xen:if is="{$visitor.permissions.EWRporta.canPromote}">
                                &nbsp; (<a href="{xen:link 'threads/edit', $news}" class="OverlayTrigger">{xen:phrase edit}</a>)
                            </xen:if>
                        </div>

                        <div class="Title"><a href="{xen:link threads, $news}">{$news.title}</a></div>

                        <div class="messageContent baseHtml">
                            <div class="postedBy">
                                <span class="posted">{xen:phrase by} <a href="{xen:link members, $news}" class="username">{$news.username}</a>
                                {xen:phrase at} <a href="{xen:link threads, $news}">{xen:time $news.post_date, 'absolute'}</a></span>
                                <span class="views">({$news.view_count} {xen:phrase views})</span>
                                <span class="comments"><a href="{xen:link threads, $news}">{$news.reply_count} {xen:phrase comments}</a></span>
                            </div>
                            <div class="clearFix"></div>
                        </div>

                        <xen:if is="({$news.attach} OR {$news.medio} OR {$news.image})">

                        <div class="miniaturaNoticia">
                            <xen:if is="{$news.image}">
                                <a href="{xen:link threads, $news}"><img src="{$news.image}" alt="{$news.image}" /></a>

                            <xen:elseif is="{$news.attach}" />
                                <xen:comment><a href="{xen:link threads, $news}"><img src="{$news.attach.thumbnailUrl}" alt="{$news.attach.filename}" /></a></xen:comment>
                            <xen:elseif is="{$news.medio}" />
                                <div style="background: url('data/media/{$news.medio.media_id}.jpg') no-repeat;">
                                <a href="{xen:link 'full:media/popout', $news.medio}" class="OverlayTrigger"><img src="js/8wayrun/EWRmedio_play.png" width="160" height="90" /></a>
                            </div>
                            </xen:if>
                        </div>

                        </xen:if>

                        <div class="messageContent baseHtml">
                            <div class="newsText"><h2>{xen:raw $news.messageHtml}</h2></div>
                            <div class="clearFix"></div>
                        </div>

                        <div class="sectionFooter {xen:if '{$option.social}', 'social'}">
                            <xen:if is="{$option.social}">
                                <xen:if hascontent="true">
                                    <div class="sharePage">
                                        <xen:require css="share_page.css" />

                                        <xen:contentcheck>
                                            <xen:if is="{$xenOptions.tweet.enabled}">
                                                <div class="tweet shareControl">
                                                    <a href="http://twitter.com/share" class="twitter-share-button"
                                                        data-count="horizontal"
                                                        data-lang="{xen:helper twitterLang, $visitorLanguage.language_code}"
                                                        data-url="{xen:link canonical:threads, $news}"
                                                        {xen:if {$news.title}, 'data-text="{$news.title}"'}
                                                        {xen:if {$xenOptions.tweet.via}, 'data-via="{$xenOptions.tweet.via}"'}
                                                        {xen:if {$xenOptions.tweet.related}, 'data-related="{$xenOptions.tweet.related}"'}>{xen:phrase tweet}</a>
                                                </div>
                                            </xen:if>
                                            <xen:if is="{$xenOptions.plusone}">
                                                <div class="plusone shareControl">
                                                    <div class="g-plusone" data-size="medium" data-count="true" data-href="{xen:link canonical:threads, $news}" data-lang="{$visitorLanguage.language_code}"></div>
                                                </div>
                                            </xen:if>
                                            <xen:if is="{$xenOptions.facebookLike}">
                                                <div class="facebookLike shareControl">
                                                    <xen:container var="$facebookSdk">1</xen:container>
                                                    <fb:like href="{xen:link canonical:threads, $news}" layout="button_count" action="{$xenOptions.facebookLikeAction}" font="trebuchet ms" colorscheme="@fbColorScheme"></fb:like>
                                                </div>
                                            </xen:if>
                                        </xen:contentcheck>
                                    </div>
                                </xen:if>
                            <xen:else />
                                {xen:phrase discussion_in_x_started_by_y_date_z, 'forum=<a href="{xen:link forums, $news}">{$news.node_title}</a>', 'name=<a href="{xen:link members, $news}" class="username">{$news.username}</a>', 'date=<a href="{xen:link threads, $news}">{xen:datetime $news.post_date, html}</a>'}
                            </xen:if>

                            <div class="continue">
                                <a href="{xen:link threads, $news}" style="background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px;">
                                    {xen:phrase continue_reading}
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
        </div>
    </xen:foreach>

    <xen:if hascontent="true">
        <div class="section sectionMain">
            <xen:contentcheck>
                <xen:if is="{$xenOptions.EWRporta_breakout}">
                    <div style="margin: -5px 0px; {xen:if '{$option.pagenav} && {$option.count} > {$option.limit}', 'float: right;'}">
                        <xen:include template="EWRporta_Footer" />
                    </div>
                </xen:if>
                <xen:if is="{$option.pagenav} && {$option.count} > {$option.limit}">
                    <div style="margin-left: 5px;">
                        <xen:pagenav link="noticias" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
                    </div>
                </xen:if>
            </xen:contentcheck>
        </div>
    </xen:if>
</div>
Post 1 of 3.​
 
Edit template EWRporta_Block_RecentNews.css and change all contents by:
Code:
.lmsRecentNewsFirst
{
    font-family: Arial;
    border: @primaryMedium 0px solid;
    padding: 1px;
    border-radius: 5px;5px;
    box-shadow: 1px rgba(0,0,0,1);
}

.recentNews .subHeading { margin: -10px -10px 10px; }
.recentNews .subHeading a { color: @primaryMedium; font-size: 14px;  font-weight: bold; }
.recentNews .messageUserBlock { float: right; margin-left: 10px; }

.lmsRecentNewsFirst .newsDate { float: right; position: relative; top: -12px; right: -22px; margin: 0px 10px 10px 0px; padding: 0px 10px 5px; width: 35px; font-weight: bold; text-align: center; }
.lmsRecentNewsFirst .newsDate .newsMonth { padding: 10px 0px 5px !important; margin: 0px -10px 5px !important; text-transform: uppercase; background: @primaryLight; }
.lmsRecentNewsFirst .newsDate .newsDay { font-size: 26px; }

.lmsRecentNewsFirst .rightDate .newsDate { top: -10px; right: -11px; }
.lmsRecentNewsFirst .rightDate .newsText { margin-left: 25px; }

.lmsRecentNewsFirst .messageContent { font-size: 13px; background: transparent; }
.lmsRecentNewsFirst .messageContent .postedBy { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed @faintTextColor; background: transparent; }
.lmsRecentNewsFirst .messageContent .username { font-weight: bold; }
.lmsRecentNewsFirst .messageContent .posted { background: transparent; padding-left: 20px; }
.lmsRecentNewsFirst .messageContent .comments { float: right; background: transparent; padding-left: 20px; font-weight: bold; }
.lmsRecentNewsFirst .messageContent .clearFix { clear: right; }

.lmsRecentNewsFirst .sectionFooter { margin: 10px -10px -10px; text-align: right; background: transparent; }
.lmsRecentNewsFirst .sectionFooter .continue { font-size: 12px; }
.lmsRecentNewsFirst .sectionFooter .continue a { background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px; }
.lmsRecentNewsFirst .sectionFooter .continue a:hover { text-decoration: none; }
.lmsRecentNewsFirst .sectionFooter.social .continue { padding: 6px; }
.lmsRecentNewsFirst .sectionFooter .shareControl { float: left; margin-top: 4px !important; }
.lmsRecentNewsFirst .sectionFooter .sharePage::after { clear: none; }

.lmsRecentNewsFirst .miniaturaNoticia
{
    border: 0px transparent;

    align: center;
    text-align: center;
    background-color: transparent;
}
.lmsRecentNewsFirst .miniaturaNoticia img
{
    border: 0px transparent;
    background-color: transparent;
    width: 50%;
    height: auto;
}

    .lmsRecentNewsFirst .avatar
    {
        float: left;

        padding: 5px;
        padding-right: -5px;
    }

        .lmsRecentNewsFirst .avatar img
        {
            width: 150px;
            height: 150px;
        }

    .lmsMessageUserBlock
    {

        background: @secondaryMedium url('@imagePath/xenforo/gradients/tab-selected-light.png') repeat-x bottom;
        margin-top: 0px;
        margin-left: 0px;
        border: 1px solid @primaryLight;
        border-radius: 5px;

        position: relative;
    }

        .lmsMessageUserBlock div.avatarHolder
        {

            background-color: @secondaryLighter;
            padding: 5px;
            border-radius: 4px;

        }

            .lmsMessageUserBlock div.avatarHolder a
            {
                display: block;
            }

    .lmsRecentNewsFirst .likedPost
    {
        position: relative;
    }

    .lmsRecentNewsFirst .primaryContent
    {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: transparent;
        background-image: url("/styles/default/xenforo/gradients/category-23px-light.png");
        background-origin: padding-box;
        background-position: 50% 0%;
        background-repeat: repeat-x;
        background-size: auto;
        border-color: 1 px solid @primaryDark;
        border-radius: 2px;
        box-shadow: 0px 0px 3px;
        padding: 10px;
    }

    .lmsRecentNewsFirst .primaryContent .Title
    {
        margin-bottom: 2px;
        padding-left: 140px;
    }

    .lmsRecentNewsFirst .primaryContent .Title a
    {
        font-size: 14pt;
        font-weight:bold;
        font-color: @textCtrlText;
        text-shadow: 0 0 0 transparent, 1px 1px 3px @faintTextColor;

    }

    .lmsRecentNewsFirst .primaryContent:hover
    {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: @secondaryLightest;
        background-image: url("/styles/default/xenforo/gradients/category-23px-light.png");
        background-origin: padding-box;
        background-position: 50% 0%;
        background-repeat: repeat-x;
        background-size: auto;
        border-color: 1 px solid @primaryDark;
        border-radius: 2px;
        box-shadow: 0px 0px 3px;
        padding: 10px;
    }

    .lmsRecentNewsFirst .messageContent:hover
    {
        background-color: transparent;
    }

    .lmsRecentNewsFirst .sectionFooter:hover
    {
        background-color: transparent;
    }

    .lmsRecentNewsFirst h2
    {
        font-size: 11pt;
        padding-left: 135px;
        font-color: @textCtrlText;
        text-shadow: 0 0 0 transparent, 1px 1px 3px @faintTextColor;
        margin-bottom: 2px;

    }
If you want images to 100%, change
Code:
.lmsRecentNewsFirst .miniaturaNoticia img {
    border: 0px transparent;
    background-color: transparent;
    width: 50%;
    height: auto;
}
To
Code:
.lmsRecentNewsFirst .miniaturaNoticia img
{
    border: 0px transparent;
    background-color: transparent;
    width: 100%;
    height: auto;
}

Salud2
Post 2 of 3​
 
Modify file library/EWRporta/RecentNews.php, in line 79 (version 1.4.4):
Code:
    public function getThumb($post)
    {
        if (preg_match('#\[medio\](\d+)\[/medio\]#i', $post['message'], $matches))
        {
            if ($post['medio'] = $this->getModelFromCache('EWRmedio_Model_Media')->getMediaByID($matches[1]))
            {
                $post['message'] = str_ireplace('[medio]'.$matches[1].'[/medio]', '', $post['message']);
                $post['message'] = str_ireplace('[medio=full]'.$matches[1].'[/medio]', '', $post['message']);
                return $post;
            }
        }

        if (!empty($post['attachments']))
        {
            foreach ($post['attachments'] AS $attach)
            {
                if ($attach['thumbnailUrl'])
                {
                    $post['attach'] = $attach;
                    $post['message'] = str_ireplace('[attach]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = str_ireplace('[attach=full]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    return $post;
                }
            }
        }

        if (preg_match('#\[img\](.+?)\[/img\]#i', $post['message'], $matches))
        {
            $post['image'] = $matches[1];
            $post['message'] = str_ireplace('[img]'.$matches[1].'[/img]', '', $post['message']);
            return $post;
        }

        return $post;
    }
and change by
Code:
    public function getThumb($post)
    {

        if (preg_match('#\[img\](.+?)\[/img\]#i', $post['message'], $matches))
        {
            $post['image'] = $matches[1];
            $post['message'] = str_ireplace('[img]'.$matches[1].'[/img]', '', $post['message']);
            return $post;
        }

        if (preg_match('#\[medio\](\d+)\[/medio\]#i', $post['message'], $matches))
        {
            if ($post['medio'] = $this->getModelFromCache('EWRmedio_Model_Media')->getMediaByID($matches[1]))
            {
                $post['message'] = str_ireplace('[medio]'.$matches[1].'[/medio]', '', $post['message']);
                $post['message'] = str_ireplace('[medio=full]'.$matches[1].'[/medio]', '', $post['message']);
                return $post;
            }
        }

        if (!empty($post['attachments']))
        {
            foreach ($post['attachments'] AS $attach)
            {
                    $post['message'] = str_ireplace('[attach]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = str_ireplace('[attach=full]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = '[attach=full]'.$attach['attachment_id'].'[/attach]' . $post['message'];
                    return $post;
            }
        }

        return $post;
    }

So we bring up the attachment to full size.

Done.
99791939.png

Notice that this format is designed to be properly up and down in Portal. It may be worth a left or center position if there is no center, or left modules.

Salud2
Post 3 of 3​
 
I am wondering if it's possible to restrict a certain module to certain users/groups?
PHP:
<xen:if is="{$visitor.user_group_id} == X OR {$visitor.user_group_id} == Y OR {$visitor.user_group_id} == Z">
Your code here
</xen:if>
on X, Y and Z are usergroups IDs.

Salud2
 
Ok i need help. Im useing a simple HTML module that makes a block with what ever HTML you want in it.


this will do simple HTML

Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>Html</module_name>
  <module_cache>now</module_cache>
  <module_settings/>
  <module_template><![CDATA[<div class="messageText ugc baseHtml">
    <div class="secondaryContent">
        <center>
        <div><img src="/images/image.jpg"></div>
    </div></center>
<div><h3>Welcome to my website!</h3>

this is some text.<BR><BR>

lorum ipsom dolor<BR><BR>

blah blah blah.<BR><BR>

click <a href="http://google.com/forum/">google</a> to link<
</div>
</div>]]></module_template>
</module>
That is what im useing. It works pretty good, except it seems to change the theme's text and spacing of text to make ANY modules under it stretch and skew.
is there a way to i guess lock the html to only this module so it doesnt affect the websites code under it?
Like is there some html i need to put in the module so it doesnt affect the rest of the site?
Any help with this would be appreciated, as this is the only decently working HTML Block ive been able to find.
Here is the code for my Ventrillo block im using that is causing this problem.

Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>Ventrillo</module_name>
  <module_cache>now</module_cache>
  <module_settings/>
  <module_template><![CDATA[<div class="messageText ugc baseHtml">
    <div class="secondaryContent">
        <center>
        <div><iframe src="http://cache.www.gametracker.com/components/html0/?host=208.100.46.161:3380&bgColor=565545&fontColor=CCCCCC&titleBgColor=1A1A1A&titleColor=CCCCCC&borderColor=565545&linkColor=C7A933&borderLinkColor=1A1A1A&showMap=0&currentPlayersHeight=200&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=230" frameborder="0" scrolling="no" width="240" height="388"></iframe>
    </div></center>
</div>]]></module_template>
</module>
 
Ok i need help. Im useing a simple HTML module that makes a block with what ever HTML you want in it.

That is what im useing. It works pretty good, except it seems to change the theme's text and spacing of text to make ANY modules under it stretch and skew.
is there a way to i guess lock the html to only this module so it doesnt affect the websites code under it?
Like is there some html i need to put in the module so it doesnt affect the rest of the site?
Any help with this would be appreciated, as this is the only decently working HTML Block ive been able to find.
Here is the code for my Ventrillo block im using that is causing this problem.
Try with
Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
    <module_name>Ventrillo</module_name>
    <module_cache>now</module_cache>
    <module_settings/>
    <module_template><![CDATA[<div class="messageText ugc baseHtml">
    <div class="secondaryContent">
        <center>
            <div>
                <iframe src="http://cache.www.gametracker.com/components/html0/?host=208.100.46.161:3380&bgColor=565545&fontColor=CCCCCC&titleBgColor=1A1A1A&titleColor=CCCCCC&borderColor=565545&linkColor=C7A933&borderLinkColor=1A1A1A&showMap=0&currentPlayersHeight=200&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=230" frameborder="0" scrolling="no" width="240" height="388"></iframe>
            </div>
        </center>
    </div>
</div>]]>
    </module_template>
</module>
And try with (several </div> more)
Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
    <module_name>Html</module_name>
    <module_cache>now</module_cache>
    <module_settings/>
    <module_template><![CDATA[
<div class="messageText ugc baseHtml">
    <div class="secondaryContent">
        <center>
            <div><img src="/images/image.jpg"></div>
        </center>
    </div>

<h3>Welcome to my website!</h3>

this is some text.<BR><BR>

lorum ipsom dolor<BR><BR>

blah blah blah.<BR><BR>

click <a href="http://google.com/forum/">google</a> to link<

</div>]]>
    </module_template>
</module>

Salud2
 
Try with
Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
    <module_name>Ventrillo</module_name>
    <module_cache>now</module_cache>
    <module_settings/>
    <module_template><![CDATA[<div class="messageText ugc baseHtml">
    <div class="secondaryContent">
        <center>
            <div>
                <iframe src="http://cache.www.gametracker.com/components/html0/?host=208.100.46.161:3380&bgColor=565545&fontColor=CCCCCC&titleBgColor=1A1A1A&titleColor=CCCCCC&borderColor=565545&linkColor=C7A933&borderLinkColor=1A1A1A&showMap=0&currentPlayersHeight=200&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=230" frameborder="0" scrolling="no" width="240" height="388"></iframe>
            </div>
        </center>
    </div>
</div>]]>
    </module_template>
</module>
And try with (several </div> more)

Salud2

works great, thankyou. thats wierd that it didnt have enough /div in it. but glad its fixed.
 
it's been several months since I used this mod. I'm using it now and cannot seem to access the module admin. I tried "mydomain.com/portal/modules/" with no luck.

EDIT:
NVM, didn't enable permission fro admin. All good now. :P
 
Im using the built in events module, but for some reason its not displaying correctly. Ive got it set to show next 7 days worth of events.

Ive added a screenshot if that helps at all!
 

Attachments

  • event.webp
    event.webp
    5.7 KB · Views: 99
Im using the built in events module, but for some reason its not displaying correctly. Ive got it set to show next 7 days worth of events.

Ive added a screenshot if that helps at all!

Administrate Modules > Upcoming Events >

Do you have "Show Streams Only " checked? If you're not using streams uncheck that. See if that fixes it :)

Regards,
Renada
 
I guess I am An Idiot or I have catastrophic failure to launch. I install Finally got the double home tabs to disapear but now I am lost because not one module shows on the front page. I installeed events and the calender looks Marvoulous but its only in the tab and I can't find any place to control were the modules and enabled or positioned . please hold my hand and guide me a few steps
 
Modify file library/EWRporta/RecentNews.php, in line 79 (version 1.4.4):
Code:
    public function getThumb($post)
    {
        if (preg_match('#\[medio\](\d+)\[/medio\]#i', $post['message'], $matches))
        {
            if ($post['medio'] = $this->getModelFromCache('EWRmedio_Model_Media')->getMediaByID($matches[1]))
            {
                $post['message'] = str_ireplace('[medio]'.$matches[1].'[/medio]', '', $post['message']);
                $post['message'] = str_ireplace('[medio=full]'.$matches[1].'[/medio]', '', $post['message']);
                return $post;
            }
        }

        if (!empty($post['attachments']))
        {
            foreach ($post['attachments'] AS $attach)
            {
                if ($attach['thumbnailUrl'])
                {
                    $post['attach'] = $attach;
                    $post['message'] = str_ireplace('[attach]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = str_ireplace('[attach=full]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    return $post;
                }
            }
        }

        if (preg_match('#\[img\](.+?)\[/img\]#i', $post['message'], $matches))
        {
            $post['image'] = $matches[1];
            $post['message'] = str_ireplace('[img]'.$matches[1].'[/img]', '', $post['message']);
            return $post;
        }

        return $post;
    }
and change by
Code:
    public function getThumb($post)
    {

        if (preg_match('#\[img\](.+?)\[/img\]#i', $post['message'], $matches))
        {
            $post['image'] = $matches[1];
            $post['message'] = str_ireplace('[img]'.$matches[1].'[/img]', '', $post['message']);
            return $post;
        }

        if (preg_match('#\[medio\](\d+)\[/medio\]#i', $post['message'], $matches))
        {
            if ($post['medio'] = $this->getModelFromCache('EWRmedio_Model_Media')->getMediaByID($matches[1]))
            {
                $post['message'] = str_ireplace('[medio]'.$matches[1].'[/medio]', '', $post['message']);
                $post['message'] = str_ireplace('[medio=full]'.$matches[1].'[/medio]', '', $post['message']);
                return $post;
            }
        }

        if (!empty($post['attachments']))
        {
            foreach ($post['attachments'] AS $attach)
            {
                    $post['message'] = str_ireplace('[attach]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = str_ireplace('[attach=full]'.$attach['attachment_id'].'[/attach]', '', $post['message']);
                    $post['message'] = '[attach=full]'.$attach['attachment_id'].'[/attach]' . $post['message'];
                    return $post;
            }
        }

        return $post;
    }

So we bring up the attachment to full size.

Done.
99791939.png

Notice that this format is designed to be properly up and down in Portal. It may be worth a left or center position if there is no center, or left modules.

Salud2
Post 3 of 3​

Hi Salud,

Im liking the look of your edited Recent News module. Would it be easy enough to remove the avatar and have everything starting from the left hadn side where the avatar should be in yours? If so, which template or CSS would need to be edited to achieve this.

Hope that makes sense?

All the best :)
 
One more question regarding the custom html block.

How possible would it be to have different text displayed depending on the day of the week? Is there an <if> command I could use to achieve that?

Eg:

<if Monday>
Hello its Monday </if>
<if Tuesday>
Hello its Tuesday</if>

If that is possible, Is it possible to break it down even further, is there an <if> command for time of day?

Eg:
<if 0800-1100>
Good Morning!</if>
<if 1100-1300>
Its Lunchtime!</if>

Sorry for all the questions and I really do appreicate the help being given.
 
Add to extra.css...
Code:
#eventsUpcoming.eventList li { width: 100%; }

i was having a similer issue as they did, but i added to the extra.css and it helped some but i still see the gender image and its squishing everything. how could i not show that image?
 
I guess I am An Idiot or I have catastrophic failure to launch. I install Finally got the double home tabs to disapear but now I am lost because not one module shows on the front page. I installeed events and the calender looks Marvoulous but its only in the tab and I can't find any place to control were the modules and enabled or positioned . please hold my hand and guide me a few steps

First you need to set permissions for the addons:

ACP > Users > Group Permissions

Then on your home page you should see "Administrate Modules" - click that and arrange the modules as you want them. Some will have to be installed, you'll see that option near the bottom of the page.

Regards,
Renada :)
 
Top Bottom