hi, I have HTML enabled in my reviews module
but when adding the embed tags it displays nothing.
I've used the same tags to display flash in my site, but when it comes to reviews module, its nothing.
Different modules / functions check HTML in different ways. If the reviews module uses the check_html function in the mainfile.php, you might need to defined that these tags are valid in your config.php file.
I don't use reviews, so I'm not sure if it uses the check_html function. If it does, you will need to add an object tag to the allowableHTML array.
The => assigns how may items are associated with the tag. For example, b, i, u, em, br, strong, blockquote, tt, li, ol and ul tags only have the tag - no additional qualifications. However, img, for example, requires a src= qualifier, and a usually requires an href= qualifier. Make sense?
by the way, it does makes sense in your explaination, thanks
by the way, im the only poster in my site, so I think it will be pretty secure
and my site doesnt do any financial transcations in anyway, so If ever there is a security issue, only thing will affect me is my time consumed restoring the site. heh
Glad that did the trick. What I mean by secure was that someone could potentially use a flash file to gain unauthorized access to or to deface your site. If you limit posting to yourself, then you should be fine.
Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
Posted:
Tue Jun 13, 2006 9:39 pm
Something I do is have an exact replica of my site running on my local PC that is a "test/qa" kind of system. As I test changes to things and prove them out, I then publish to my production site. It almost guarantees that that my files are the same, plus I get to test everything out first!
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum