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

I wanted to get my welcome message into a module and out of a template called in the page_container template.
It looks mucho better now.
I've been rearranging my homepage.
 
I added a twitter widget to the sidebar on my forum, but when i look at it in the portal it looks really bad for some reason.
Can this be fixed in the next version?
 

Attachments

  • twitter.webp
    twitter.webp
    11.4 KB · Views: 27
I added a twitter widget to the sidebar on my forum, but when i look at it in the portal it looks really bad for some reason.
Can this be fixed in the next version?
The portal has a twitter block, and it looks fine. You can see it on my site. Why would you create another twitter block?
 
Minor tweak - can you get the Recent Posts block to have a scroll bar? Or alternatively, cycle through?

Many thanks again!
 
Ok, that has nothing to do with this add-on. You may want to check for another add-on or ask in the general questions thread.
It has to do with this add-on since its something in it that messes with the twitter widget design. It looks perfectly normal on all pages except the portal page.
 
It has to do with this add-on since its something in it that messes with the twitter widget design. It looks perfectly normal on all pages except the portal page.
The XenPorta add-on was designed with a single purpose, to offer a portal page to XenForo sites.

The XenPorta add-on module thread (this thread) exists to discuss adding custom module blocks to the portal page using XenPorta.

You are seeking to modify your forum page. Good luck.
 
The XenPorta add-on was designed with a single purpose, to offer a portal page to XenForo sites.

The XenPorta add-on module thread (this thread) exists to discuss adding custom module blocks to the portal page using XenPorta.

You are seeking to modify your forum page. Good luck.
Please read again. Im asking why the portal is messing with the twitter widget and how to fix it. It looks perfectly find on all pages except the portal page. So it has to do with the portal css.
 
ImageRotator module addon, saveas ImageRotator.XML
http://www.masterchief.com/community/

Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
    <module_name>ImageRotator</module_name>
    <module_cache>now</module_cache>
    <module_settings />
    <module_template><![CDATA[<div class="messageText ugc baseHtml">

        <div class="secondaryContent">

            <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>

            <script type="text/javascript" src="/rotator/swfobject.js"></script>

            <script type="text/javascript">
                var s1 = new SWFObject("/rotator/imagerotator.swf","rotator","240","240","7");
                s1.addParam("allowfullscreen","true");
                s1.addVariable("file","/rotator/madrid.xml");
                s1.addVariable("width","240");
                s1.addVariable("height","240");
                s1.write("container");
            </script>

        </div>

    </div>]]>
    </module_template>

</module>

accompanying XML file list, saveas madrid.XML:

Code:
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <trackList>

        <track>
            <title>Picture #1</title>
            <creator>Jeroen Wijering</creator>
            <location>/rotator/madrid1.jpg</location>
            <info>http://www.jeroenwijering.com</info>
        </track>

        <track>
            <title>Picture #2</title>
            <creator>Jeroen Wijering</creator>
            <location>/rotator/madrid2.jpg</location>
            <info>http://www.jeroenwijering.com</info>
        </track>

        <track>
            <title>Picture #3</title>
            <creator>Jeroen Wijering</creator>
            <location>/rotator/madrid3.jpg</location>
            <info>http://www.jeroenwijering.com</info>
        </track>

    </trackList>
</playlist>
 
ImageRotator Module:

Here's a screenshot of it. I thought it enabled you to rotate images but it is actually a "Image Slideshow".
Cool.
 

Attachments

  • xenforo.addon.ImageRotator.module.addon.XML.webp
    xenforo.addon.ImageRotator.module.addon.XML.webp
    47 KB · Views: 57
I'm looking for two things. I want the recentnews block on the sidebar, but just the links, under each other without anything else. Something like this:

2mJM


And then with the normal 'news' block, when there is no picture it displays the avatar of the poster. How can that be removed? That when there is no image there is no box in each post.

Thanks in advance :)

EDIT:

Also a 'Customize this page' button appeared for all users. How do I disable that? At least, how do I block them from removing the 'AdSense' block?
 
Use module configurations: double click in module name. Place it wherever you want.


Salud2
You're missing the point. People can drag that block away, and I don't want that. Ryan Kent told me to use the ad template, but that shows on all pages, not just the frontpage. I guess the easiest way to get it to work properly is for the maker to add an option to disable it ;)
 
Top Bottom