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

[8wayRun.Com] XenPorta (Portal) v1.3.7 CHANGELOG
BEFORE installing this upgrade, you should UNINSTALL all custom modules not written by me. After you have installed this upgrade, you may then reinstall your custom modules not written by me. If you fail to do this, settings for your modules may be lost in the aether.
  • This is an important update concerning compatibility with custom modules written by OTHER people. If you want to continue using modules written by OTHER people (or yourself), I recommend you upgrade to this version as soon as possible. Looking at some of the modules other people have made thus far, I've been noticing that people just keep forgetting that unique identifies are required for ALL settings. This update addresses situations where people just can't be bothered to make unique identifiers.
    1. BEFORE installing this upgrade, you should UNINSTALL all custom modules not written by me. After you have installed this upgrade, you may then reinstall your custom modules not written by me. If you fail to do this, settings for your modules may be lost in the aether.
    2. Setting names will now automatically attach the module name to the front, should the module author forget to include them. (which is like EVERYBODY) So if you have a setting called "video_height", in a module called "youtube", when saving to the database, it will be referred to as "youtube_video_height".
    3. Settings will be accessible from both the new and the old naming conventions. So the setting for "youtube_video_height" will be accessible from both $option.youtube_video_height AND $option.video_height from within template of the specified module.
  • Users now have the option to customize their portal layout!
 
After this update, i modified the facebook module, as:
  • Can be adjusted to place it in anyway Portal block.
  • Connections point is to display more avatars.
  • Language point is to put facebook in our language.
  • I added a phrase for translations purpose (FaceBook Group is hardcoded).
    • Create a phrase called facebook_group_title and put in FaceBook Group.

Screenshots:

16.webp17.webp18.webp

It's much more customizable and meets criteria for translation.

Salud2
 

Attachments

After this update, i modified the facebook module, as:
  • Can be adjusted to place it in anyway Portal block.
  • Connections point is to display more avatars.
  • Language point is to put facebook in our language.
  • I added a phrase for translations purpose (FaceBook Groupis hardcoded).
    • Create a phrase called facebook_group_title and put in FaceBook Group.
Screenshots:


It's much more customizable and meets criteria for translation.

Salud2
Fantastic. Thank you for doing this!
 
I changed Twitter template for searchs:
Search for <a href="http://twitter.com/#search?q={$option.search}" target="_blank">Join the conversation</a> and change to
<a href="http://twitter.com/#!/search/{$option.search}" target="_blank">Join the conversation</a>

So finds tweets to a search by my username

This module has two hardcoded phrases. Please, do it in phrases for translations purposes.

Salud2
 
PortalJWPlayerAudioRSS - module addon that supports multiple audio files playback via RSS style XML playlist

Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>PortalJWPlayerAudioRSS</module_name>
  <module_cache>now</module_cache>
  <module_settings>
    <myaudioRSS_list desc="Audio playlist" format="">/audio/myaudio.xml</myaudioRSS_list>
    <myaudioRSS_autostart desc="Autostart T/F" format="">true</myaudioRSS_autostart>
    <myaudioRSS_height desc="Height" format="">24</myaudioRSS_height>
    <myaudioRSS_shuffle desc="Shuffle T/F" format="">false</myaudioRSS_shuffle>
    <myaudioRSS_width desc="Width" format="">240</myaudioRSS_width>
  </module_settings>
  <module_template><![CDATA[

            <div class="messageText ugc baseHtml">
                <div class="secondaryContent">
                    <center>
                </div></center>

                <div><h3></h3><center>

                    <div id="mediaspace">Something not set up correctly</div>

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

                    <script type="text/javascript">
                        jwplayer("mediaspace").setup({
                            flashplayer: "/jwplayer/player.swf",
                            playlistfile: "{$option.myaudioRSS_list}",
                            autostart: "{$option.myaudioRSS_autostart}",
                            repeat: "list",
                            shuffle: "{$option.myaudioRSS_shuffle}",
                            controlbar: "bottom",
                            height: "{$option.myaudioRSS_height}",
                            width: "{$option.myaudioRSS_width}"
                        });
                    </script>

                    <BR><BR></center>
                </div>
            </div>

    ]]></module_template>
</module>

example playlist for the module addon above

Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title>My Local Audio Files</title>
        <image>http://localhost//audio/album.jpg</image>
        <item>
            <title>Jefferson Starship - Miracles</title>
            <media:content url="http://localhost//audio/jefferson starship - miracles.mp3" duration="415"/>
            <media:thumbnail url="http://localhost//audio/album.jpg"/>
        </item>
        <item>
            <title>Blake Reary - Dance With Me</title>
            <media:content url="http://localhost//audio/Blake-Dance With Me.mp3" duration="283"/>
            <media:thumbnail url="http://localhost//audio/album.jpg"/>
        </item>

    </channel>
</rss>

Example audio player module addon: http://www.masterchief.com/community/
 
help with audio popout player configuration please... anybody??
I don't have that knowledge myself but I can suggest you look @ Jaxel's popout code in template: EWRmedio_MediaPopout

The one suggestion I would offer if you make a popout page is to add a "noindex" tag so neither you, nor others who use your code, get flagged for duplicate content.
 
thanx, but does not help me at all...

OR

better yet, how to let audio player continuous play without interruption while loading pages..
 
Any possibility of a 'Recent Images' module? One that pulls latest attachment and inserted images and presents them as clickable thumbnails to the thread it found them in?
 
oooooook I'm having module troubles again. :(

I'm trying to make a module which will go in the "Top" section, where Jaxel has Recent Threads on the first page of this thread.

I got one made, and it looks great, EXCEPT - the entire right side bar dropped down below everything.

This is my code -
Code:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>Welcome_visitor</module_name>
  <module_cache>now</module_cache>
  <module_settings/>
  <module_template><![CDATA[<div class="messageText ugc baseHtml">
<div class="section">
        <div class="secondaryContent">
        <h3>Welcome!</h3>
        <div align="center">

<!-- code here -->

      <div align="center"> a test module </div>

<!-- code here -->

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

sidebar drop.webp
 
Try this
PHP:
<?xml version="1.0" encoding="utf-8"?>
<module>
  <module_name>Welcome_visitor</module_name>
  <module_cache>now</module_cache>
  <module_settings/>
  <module_template><![CDATA[<div class="messageText ugc baseHtml">
    <div class="section">
        <div class="secondaryContent">
            <h3>Welcome!</h3>
                <div align="center">
  <!-- code here -->
                        <div align="center"> a test module </div>
  <!-- code here -->
                  </div>
        </div>
    </div>
</div>]]>
</module_template>
</module>

Missing last div.

Salud2
 
Back
Top Bottom