[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)
XenPorta2 does not create a content type. All it does is take threads and change their LOOK.
Do you mean that it makes a thread appear as an article on the portal page? ie you can't have what looks like an article on the home page without it also being a thread?

I looked at the demo but was a bit confused. Are there any other sites using this that I could check out? I'm very intersted but don't quite understand from the description how it works.
 
Do you mean that it makes a thread appear as an article on the portal page? ie you can't have what looks like an article on the home page without it also being a thread?

I looked at the demo but was a bit confused. Are there any other sites using this that I could check out? I'm very intersted but don't quite understand from the description how it works.

You have three choices of how it looks...

1) Like a normal thread on your forum

2) First Post like an article, rest of the posts look like a normal thread

3) First post like an article, rest of the posts look like comments

You can style the look of the replies yourself if you want.
 
You have three choices of how it looks...

1) Like a normal thread on your forum

2) First Post like an article, rest of the posts look like a normal thread

3) First post like an article, rest of the posts look like comments

You can style the look of the replies yourself if you want.

Thanks. So does this mean I can't have the post look like an article but not have a thread or comments? (I guess I can lock it, but I would prefer not to clutter a homer page article with
Thread Status:
Not open for further replies.

and closed thread padlock)
 
@Jaxel - I would like to know if it is possible to Make the Featured slider a COVER Slider (Full width of page). I appreciate it would probably need a custom layout. Is it possible to create layouts in such a way for XenPorta.

I think with the updated code you provided with the cover images for the Article_list_bit, If I can get the Slider to be a Cover image with the Article_bit and sidebar starting below it as normal, this is going to be a complete replacement for Wordpress for me.

Cheers,
 
@Jaxel - I would like to know if it is possible to Make the Featured slider a COVER Slider (Full width of page). I appreciate it would probably need a custom layout. Is it possible to create layouts in such a way for XenPorta.

I think with the updated code you provided with the cover images for the Article_list_bit, If I can get the Slider to be a Cover image with the Article_bit and sidebar starting below it as normal, this is going to be a complete replacement for Wordpress for me.

Cheers,

In XenPorta Options, go to where it says Relocate Slider and enter this...

"#content .mainContainer"
 
Thanks. So does this mean I can't have the post look like an article but not have a thread or comments? (I guess I can lock it, but I would prefer not to clutter a homer page article with
Thread Status:
Not open for further replies.

and closed thread padlock)

Locking is the only way I think.
 
I want to customize the Previous/Next controls for the attachments widget, plus add an additional control to access the attachments gallery.
Attachment widget uses the Responsive jQuery Content Slider (bxslider.com)
I have sprites for both the prev/next control and a NEW gallery button

please advise
 
use the RawHTML widget to stream LIVE Smooth Jazz Chicago
smoothjazzchicago.net

Code:
<script language="javascript" type="text/javascript">
<!--
/****************************************************
  Author: Eric King
  Url: http://redrival.com/eak/index.shtml
  This script is free to use as long as this info is left in
  Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
****************************************************/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>

<center>
<a href="http://player.tritondigital.com/11231', 800, 600" onclick="NewWindow(this.href,'mywin','800','600','no','center');return false" onfocus="this.blur()"><img src="/images/listen-live-button-background.png" width="200"></a>
</center>

Here is the image:

listen-live-button-background.webp
 
i mean the block side by side
That's listed in the FAQ by Jaxel:

What if I wanted to make my article list a double-column layout?

First you will want to enable the "Masonry" option in your admin control panel. To create columns, you must add some code to your EXTRA.css; an example follows.
Code:
Code:
.articlesGrid { margin: 5px -5px -5px; }
.articlesGrid .articleItem { display: inline-block; width: 50%; }
.articlesGrid .articleItem .sectionMain { margin: 5px; }
 
Top Bottom