[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
Just found this mod to not work properly on an ipad (not sure about an iphone though)...users can't select modules to add to the portal or change them around...they are stuck with the default as it doesn't even acknowledge any user customisations that they have already done...more bugs (n)
 
That is what I thought at first as well, but it looks different on another style I have:

Style 1: twitter_block.webp Style 2: twitter_2.webp Default: twitter_default2.webp

I just can't figure out where the CSS is defined.
 
I think I have found a bug...

I have added a layout for FORUM.... in the sidebar I place OnlineUsers and SharePage - this is all I have added. Nothing is in any other position.

None of the forums are showing a sidebar. I can confirm that globalized custom layout section has 'forum' ticked.

Can anyone reproduce this?
 
Does anyone have any ideas how to integrate an rss feed for a front page of stories - I want to itegrate an RSS to twitter but without the RSS we have to everything by hand.

Cheers
 
A front page of stories is surely using the recent news block? That is pulled from a specific forum... therefore, cant you just use that forum's rss? Maybe I misunderstand.
 
A front page of stories is surely using the recent news block? That is pulled from a specific forum... therefore, cant you just use that forum's rss? Maybe I misunderstand.
Cheers - that's the only conclusion I had as well though we are promoting things to the front page rather than having a dedicated forum for it
 
How do i get rid of the date container.
See pic below

View attachment 26656
007ee596f7a7a57d4bf81b770201285b.png

007ee596f7a7a57d4bf81b770201285b.png

Untick the : Push date out of the Block
 
Yo! I would like to know how I could make a custom block that support html on [8wayRun.Com] XenPorta (Portal)

I tryed this already:

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>
and
Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>blahblah</module_name>
  <module_cache>+7 day</module_cache>
  <module_settings/>
  <module_template><![CDATA[<xen:include template="Templatename" />]]></module_template>
</module

Both didn't work... I dont know if I'm doing something wrong or not! Can someone help me please?

Thank you!
 
Yo! I would like to know how I could make a custom block that support html on [8wayRun.Com] XenPorta (Portal) ...

One has already been done for the Portal, I've used it and it works fine. Didn't do it myself, can't remember who did sorry so can't give them the credit, but I've attached it for you, should give you an idea of what to do :).
 

Attachments

Anyone know the fix to the donation module after you pay it does not redirect back correctly . I did not see if i had to setup a page or what ?
 
ScreenShot025.webp


Hello

I have a white background of the site
but the slideshow is black
how do I get the black background white


see Appendix
 
Hello

I have a white background of the site
but the slideshow is black
how do I get the black background white


see Appendix

Edit the EWRBlock_RecentSlider.css file, I had changed mine, but don't have a copy where to edit it at the moment.
 
Just found this mod to not work properly on an ipad (not sure about an iphone though)...users can't select modules to add to the portal or change them around...they are stuck with the default as it doesn't even acknowledge any user customisations that they have already done...more bugs (n)

That's been an issue since the first release. You can't drag/drop the modules in iOS.
 
Edit the EWRBlock_RecentSlider.css file, I had changed mine, but don't have a copy where to edit it at the moment.
I changed mine also...

Here's my slider with a white-background and also a fix (?) for the summary panel overlapping images. (It might have been by design but i didnt like it)

Edit the EWRBlock_RecentSlider.css file and replace with this
HTML:
#recentSlider { padding: 10px;}
 
.recentSlider { border: 1px solid #333; position: relative; background-color: #fff; overflow: hidden; }
.recentSlider .ui-tabs-hide { display: none; }
.recentSlider .ui-tabs-selected { background-color: #65a5d1; }
 
.recentSlider .ui-tabs-nav { list-style: none; margin: 0; padding: 0; position: absolute; top: 0px; }
.recentSlider .ui-tabs-nav-item a { text-decoration: none !important; color: #000; }
.recentSlider .ui-tabs-nav-item:hover { background-color: #f0f7fc; }
 
.recentSlider .ui-tabs-nav-item { border-bottom: 1px solid #333; }
.recentSlider .ui-tabs-nav-item:last-child { border-bottom: 0px; }
.recentSlider .ui-tabs-nav-item .image { border: 1px solid #333; background-repeat: no-repeat; margin: 5px; float: left; }
.recentSlider .ui-tabs-nav-item .title { font-size: 12px; font-weight: bold; padding: 10px; }
 
.recentSlider .ui-tabs-panel { position: relative; background-repeat: no-repeat; }
.recentSlider .ui-tabs-panel a { text-decoration: none !important; color: #EEE; }
.recentSlider .ui-tabs-panel .summary
{
    background-color: rgba(0,0,0,0.7);
    border-top: 1px solid #333;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 12px 15px;
    width: 470px;
}
.recentSlider .ui-tabs-panel .summary .title { font-size: 22px; margin-right: 15px; letter-spacing: -1px; white-space: nowrap; }
.recentSlider .ui-tabs-panel .summary .excerpt { font-size: 11px; margin-right: 30px; }
 
.recentSlider.leftSlider .ui-tabs-nav { border-left: 1px solid #333; text-align: left; }
.recentSlider.leftSlider .ui-tabs-panel { float: left;}
.recentSlider.leftSlider .ui-tabs-nav-item .image { background-size: auto 100%; float: left; }
 
.recentSlider.rightSlider .ui-tabs-nav { border-right: 1px solid #333; text-align: right; }
.recentSlider.rightSlider .ui-tabs-panel { float: right; }
.recentSlider.rightSlider .ui-tabs-nav-item .image { background-size: auto 100%; float: right; }
Hope this helps!
 
That's been an issue since the first release. You can't drag/drop the modules in iOS.
Thanks Rob but why doesn't it even acknowledge the users layout or the extra modules the user has chosen to be displayed...they are only shown the default layout which makes a mockery of the ability for a user to have their own personalised layout if they can't take it with them on their mobile phone or Ipad etc

I really miss Brian's vbAdvanced CMPS although I hear there may be something happening with this and XF in the future...fingers crossed
 
I'm having trouble with the Media Cloud, it doesn't show up at all. I've installed it, dragged it to various places within the layout, including middle and sidebar. It just doesn't show up.

Also, I'm assuming this is the animated sphere keyword cloud like the one on the 8th Legion site? I'd really like to get this working on my site if anyone has any tips, thanks.
 
Top Bottom