Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 3 Hours, 56 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Trying to get a module running for Rocket Themes -
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Trying to get a module running for Rocket Themes -
#47
Trying to get a module running for Rocket Themes - 3 Years, 7 Months ago  
Hello -

I have been working to get a module up and running - the editor seems to be playing havok with the code. I must say that after putting the code in via Sourcerer! it is closer than it has been. Just wondering if I might be missing taging that is necessary for Sourcerer! - could you advise me? I am very new to Joomla! though I am learning quickly... I was trying to find where to put this code in say PHP file in a directory so that I could put it in without an editor - this seems to be outside my point of reference. Here's my code -

<script src="templates/rt_replicant_j15/js/rokflow.js"  type="text/javascript"  
charset="utf-8">
</script>
    window.addEvent('load', function() {
        new RokFlow('rokflow');
    });
</script>
<div id="rokflow">
    <div id="loader"></div>
    <div>
        <a href="images/pix/pic1.jpg" title="Picture 1">
            <img src="images/pix/pic1.png" alt="Picture 1" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic2.jpg" title="Picture 2">
            <img src="images/pix/pic2.png" title="Picture 2" alt="Picture 2" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic3.jpg" title="Picture 3">
            <img src="images/pix/pic3.png" title="Picture 3" alt="Picture 3" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic4.jpg" title="Picture 4">
            <img src="images/pix/pic4.png" title="Picture 4" alt="Picture 4" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic5.jpg" title="Picture 5">
            <img src="images/pix/pic5.png" title="Picture 5" alt="Picture 5" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic6.jpg" title="Picture 6">
            <img src="images/pix/pic6.png" title="Picture 6" alt="Picture 6" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic7.jpg" title="Picture 7">
            <img src="images/pix/pic7.png" title="Picture 7" alt="Picture 7" />
        </a>
    </div>
    <div>
        <a href="images/pix/pic8.jpg" title="Picture 8">
            <img src="images/pix/pic8.png" title="Picture 8" alt="Picture 8" />
        </a>
    </div>
</div>

Any suggestions would help! Thank you in advance!
bmunkres
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#48
Trying to get a module running for Rocket Themes - 3 Years, 7 Months ago  
I think you only need Sourcerer! for the scripts. The rest should be fine through your editor (if you paste it into the HTML view).

If not, you can also put that into the Sourcerer! tags.

But you do need to place the Sourcerer! tags to let Sourcerer! handle it. Also, it is safest to use the double bracket syntax for the html tags, to prevent your editor from stripping the stuff.

Anyway, that would result into this:
{source}
    [[script src="templates/rt_replicant_j15/js/rokflow.js"  type="text/javascript" cha
rset="utf-8"]]
    [[/script]]
        window.addEvent('load', function() {
            new RokFlow('rokflow');
        });
    [[/script]]
    [[div id="rokflow"]]
        [[div id="loader"]][[/div]]
        (... etc ...)
    [[/div]]
{/source}

Peter van Westen
Admin
Posts: 9169
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#49
Trying to get a module running for Rocket Themes - 3 Years, 7 Months ago  
Thank you for this great response - I am even (a bit painfully) closer - just isn't quite loading in totally - it seems that as editors add in MCE tags it kills RokFlow - I need to figure out how to build a back end module for this thing once I get through all this.

Is there any place in the Joomla structure to just add a simple PHP file so it will be read as a custom module? Sorry - I have been working on this thing two days straight and it is getting to me ... Lord willing I will find the solution.

Thanks again!
bmunkres
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#51
Trying to get a module running for Rocket Themes - 3 Years, 7 Months ago  
First off, try to find out why it is not working. Is your final output source different then you expect? What is different. Etc...

You can also use an external file, see www.nonumber.nl/forum/index.php?action=v...;forum=7&topic=3
Peter van Westen
Admin
Posts: 9169
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#94
Trying to get a module running for Rocket Themes - 3 Years, 7 Months ago  
Did it all work out?
Peter van Westen
Admin
Posts: 9169
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 1
Moderators: Peter van Westen
hosting joomla
Open Source Training | Online Joomla! Training and Support
MaxCDN | Content Delivery Network | Accelerate your site to the max