xenMiG Portal [Deleted]

Our first release candidat is in the internal testing. Some new impressions ... Relese of our portal will be next week. Before you get the xenMiG Portal for a free 14 day testing.

art01.webp art02.webp art03.webp port01.webp port02.webp
 
We will start with ~ 10 widgets and raise them weekly. Simultaneous we offer a complete documentation for creating own widgets. It is very easy.

And you can use one widget for many different requirements because you clone them

For examle: Special option parts for last / recent threads
001.webp

or for news
004.webp

and every widget got this automatically
002.webp 003.webp
 
It should be possible to display widget but for last X days.
For exemple, top thread ranked by view count last 7 days etc.
 
The release will be this week-end? Tx
A new version with all features for version 1.0.0 is ready. It will be here today or tomorror.

For exemple, top thread ranked by view count last 7 days etc.
This isn't good for the design. Last 5/10/15 threads is a fix definition, but some days you got many new threads and sometimes zero. This isn't good for design ;)
 
A new version with all features for version 1.0.0 is ready. It will be here today or tomorror.


This isn't good for the design. Last 5/10/15 threads is a fix definition, but some days you got many new threads and sometimes zero. This isn't good for design ;)
Well, the TOP 10 threads this week, will be always 10 threads (except for small forum, but this is not a mandatory to use this option).
TOP 10 Threads most view this day, this week, this month etc. I thinkg it would be a great option.
 
Hi, I'm trying to do a few things:

- top align the avatar picture in the sidebar "recent posts"
- have a slider widget in the middle between the video column and the sidebar

Thanks!

6b523c889bbb68990275e8eb28a332fe.webp
 
Yes, I had tried a few times but it didn't work. But yesterday it worked!

WOWslider:

1- unpack the zip file
2- start Wow and create your carousel/slider per their instructions
3- save your project
4- now click PUBLISH, and then PUBLISH TO FOLDER.
(see Method 2: Save as HTML instructions: http://wowslider.com/help/add-wowslider-to-page-2.html)
5- It will ask you to create a destination folder. Create it.
6- Wow will put 2 folders and 3 files into that folder.
7- Upload those 2 folders via FTP to your Xenforo root folder.
8- Following the instructions, copy the proper code from the header (you don't need the CSS) as well as the code within the body. There is a comment showing you where to start copying and ending in the HTML file created.
9- PASTE that code into a PureHTML widget in XenMiG, making sure the "permissions" are set properly, make your selection of options as usual, and after saving, you should see your slideshow on your portal page!

Hope this helps someone else,

Andre
 
Yes the WOW Slider is the same that i use.
Where did you put in the code between <head></head>
It should be placed in the template "page_container" for me.
 
I put it in a widget "Pure HTML" and for some reason it's overtaking the links on the page - I can't click anything. I'll try the PageContainer, though. So it's not going to show on every page then? I find it confusing... :)
 
I can't get things to work properly...

1- I want the slider only on the homepage.

2- No header, but a custom menu.

It shouldn't have to edit files that are used site-wide. Any idea what I am missing?
 
I'll try the PageContainer, though.
I copy the code before </head> and it´s ok so.

Code:
<head>
<xen:hook name="page_container_head">
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <xen:if is="{$isResponsive}">
        <meta name="viewport" content="width=device-width, initial-scale=1" />
    </xen:if>
    <xen:if is="{$requestPaths.fullBasePath}">
        <base href="{$requestPaths.fullBasePath}" />
        <script><xen:comment>/* Chrome bug and for Google cache */</xen:comment>
            var _b = document.getElementsByTagName('base')[0], _bH = "{xen:jsescape $requestPaths.fullBasePath}";
            if (_b && _b.href != _bH) _b.href = _bH;
        </script>
    </xen:if>

    <title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
  
    <noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>
    <link rel="stylesheet" href="css.php?css=xenforo,form,public&amp;style={xen:urlencode $_styleId}&amp;dir={$visitorLanguage.text_direction}&amp;d={$visitorStyle.last_modified_date}" />
    <!--XenForo_Require:CSS-->  
    {xen:helper ignoredCss, {$visitor.ignoredUsers}}

    <xen:include template="google_analytics" />
    <xen:include template="page_container_js_head" />
  
    <link rel="apple-touch-icon" href="{xen:helper fullurl, @ogLogoPath, 1}" />
    <link rel="alternate" type="application/rss+xml" title="{xen:phrase rss_feed_for_x, 'title={$xenOptions.boardTitle}'}" href="{xen:link forums/-/index.rss}" />
    <xen:if is="{$pageDescription.content} AND !{$pageDescription.skipmeta} AND !{$head.description}"><meta name="description" content="{xen:string wordTrim, {xen:helper stripHtml, {xen:raw $pageDescription.content}}, 200}" /></xen:if>
    <xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
</xen:hook>
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
</head>
 
At the moment we did some rework for our widgets and build some new. We got some questions why we offer only a few widgets and I try to explain.

Our widgets are very easy to customize. This demo is based only on our top thread widget. So you only need one widget for all of this and more ...

The portal
thread01.webp
thread02.webp

Only one kind of widget is needed for all this
thread03.webp

And you will be able to customize this in the style editor (the common parts, the rest is included into a css file :))
thread04.webp
 
At the moment we did some rework for our widgets and build some new. We got some questions why we offer only a few widgets and I try to explain.

Our widgets are very easy to customize. This demo is based only on our top thread widget. So you only need one widget for all of this and more ...

The portal
View attachment 106613
View attachment 106614

Only one kind of widget is needed for all this
View attachment 106615

And you will be able to customize this in the style editor (the common parts, the rest is included into a css file :))
View attachment 106616

Hi,

It looks like "the widget to rule them all..." :)

OK, what I see here is how to present different forum content.

Now a question: What if I don't want to show the header (a XenMiG option), but replace it with something else, like a slider? So far everything I have entered only shows inside the content location. I can't put a widget on top, outside the content. So in order to show the slider, I have to use negative margins and play with another setting in my child-theme, which messes up the regular forum.

Thanks! So much potential!

Andre
 
Thanks @creativeforge for the intro to XenMig Portal. First time I've heard of it, as we discussed. But I'll certainly be watching this thread for future developments and when I get a bit of free time, will test the script on my XF testboard. Much appreciation. And wow @Alluidh - This portal solution certainly looks interesting. I wonder how easy/difficult it will be to style?... Will have more to say and ask when I'm sober :P

J.
 
Back
Top Bottom