User Tag List

Results 1 to 5 of 5

Thread: Java applet and Joomla 1.5

  1. #1
    Clicker SWF Export Module

    Join Date
    Oct 2008
    Posts
    71
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Java applet and Joomla 1.5

    Hi,

    first of all I would like to say that this Java applet is great. When I was inserting it into my regular web page it worked with no problems. Now I am switching my site to Joomla 1.5 and when I insert the <applet...> </applet> tags into an article it just deleet's the code. So does enyone know how to embed a Java applet into Joomla 1.5?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Java applet and Joomla 1.5

    Hi Pnekdo

    I was messing around with Joomla a few weeks ago, and the editor does not like applet tags.. if you do a google search you should find some information on it.

    Thanks

    Jason

  3. #3
    Clicker SWF Export Module

    Join Date
    Oct 2008
    Posts
    71
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Java applet and Joomla 1.5

    I found the solution, so if enybody has the same problem, here is what to do. You have to go to the User manager, select your profile, and edit. In the User [Edit] you will see the Parameters setings box, and in there is a User Editor section. You have to select the Editor - No Editor and save the setings. Whit this you disable the TinyMCE 2.0 editor, which doesen't like the <applet> tag. With No Editor selected, you can add any html code and it won't be deleted. But you have to be careful if you switch back to TinyMCE and go back to edit the article wher you have put the applet, becaus TinyMCE could delet the applet tags. So that's it.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Java applet and Joomla 1.5

    I didn't like joomla and opted for xoops, but you may be able to do something like this. If you can insert PHP code into your block you can insert a print/echo <applet...> (insert code here)</applet> So basically the php interpereter will echo the text and this should then display your aplet correctly.

    I'm not too hot on PHP either but remember reading an article fro inserting html using the php echo or print command to render the text corretly.

  5. #5
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Java applet and Joomla 1.5

    By default Joomla blocks a lot of HTML coding as well as blocks tags for Java and so forth. It's a security measure for when you have more than one author. Many sites have more than just the admin publishing articles. If you are the only one publishing articles or you manually publish articles then setting to No Editor is not really an issue.

    If you want to insert PHP code in to an articles and have issues with it then there are extensions that will allow you to easily insert PHP, JavaScript and so forth in to them. Check it out @ http://extensions.joomla.org.

    A more integrated method would be to create a component or module that would work directly with Joomla so that your user database could communicate. This way each user on Joomla could have their settings/scores stored in the Joomla database.

    I've used XOOPs before but it's been quite a few years. Every new upgrade things would break. Since then I've used Joomla almost exclusively when designing community websites.

Similar Threads

  1. Applet Java
    By markymoniom in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd June 2013, 02:38 PM
  2. Java applet
    By markymoniom in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 21st June 2012, 06:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •