TinyPortal

Development => Support => Installation => Topic started by: mgf on September 07, 2008, 11:49:28 PM

Title: I cant run modules.Please help.
Post by: mgf on September 07, 2008, 11:49:28 PM
When I turn them on and click on links none of them except downloads.

Gallery, Link, Teampage ones gives the error : Not implemented


Also i know how to code up in html.When i turn on html+bbc and put a link button code the link is seperated from image and looks glitchy.
How to make stuff like Links and Donate on this site?


I will be grateful if anyone helps.
Thanks from now.
Title: Re: I cant run modules.Please help.
Post by: IchBin on September 07, 2008, 11:57:31 PM
Don't forget to use the search. The Not implemented has been mentioned many, many times.

As for the HTML+BBC, that is often caused by the editor from what I understand that you're saying. Look at the source code and see what additional HTML it is adding. Or, just try a scriptblock with your code instead to see if it does the same.
Title: Re: I cant run modules.Please help.
Post by: mgf on September 08, 2008, 12:06:15 AM
Quote from: G6 on July 07, 2008, 05:11:30 PM
Not implemented means just that :)
They are not in the code yet, they are just added ( text wise ) as dummies for a future release of TP :)

Sorry about not searching.
Scriptblock may work.I will give it a try.
Thanks for the help! :)

Edit :
It still gets messed up after using html. :D
When it is bbcode it is just fine.
So this url may help if anyone gets into same trouble.
http://www.seabreezecomputers.com/html2bbcode/

Title: Re: I cant run modules.Please help.
Post by: JPDeni on September 08, 2008, 01:10:18 AM
I think they should change the names of a couple of the blocks.

Think if the "bbc/htmlbox" as a "bbc" block. Do not use html here.

Think of the "scriptbox" as an "html" block. If you want to use any html, put it in one of these.
Title: Re: I cant run modules.Please help.
Post by: Rumbaar on September 08, 2008, 05:34:45 AM
Yeah I had a lot of troubles with my custom HTML blocks in bbc/htmlbox, specially with things like Donate button and links.

Changed them to scriptbox, from a search here, and was okay.  Make sure you're HTML is correct if you're still getting issues with layout and functionality.
Title: Re: I cant run modules.Please help.
Post by: Bluto on September 08, 2008, 12:53:00 PM
I'll often use the bbc/html block to add what I want, as it is easier for this dummy to get the code right, for images,links,frames,alignment,etc....
Then I switch it to a script block for it to work. Seems to work for me,.. ;)