|
» Online Users: 89 |
| 0 members and 89 guests |
| No Members online |
| Most users ever online was 611, 03-21-2008 at 10:10 PM. |
|
» .::. |
Web Hosting - web hosting, dedicated servers and web design services
|
Online Degree - search for 1000+ online degrees, online colleges & online universities.
|
tattoo - we are a group of tattoo enthusiasts
|
Gexa Energy - your absolute best choice in electric service
|
|
|
|
|
|
|
|
|
Poker Chips - Clay and composite poker chips for home games.
|
|
|
About this Page This is a discussion on Using HTML in reviews module within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; How can I use html to format my reviews in the reviews module? I am running raven's 7.6 ... |
|
 |
|
 |
|
 |

12-29-2005, 08:29 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 39
|
|
|
Using HTML in reviews module
How can I use html to format my reviews in the reviews module? I am running raven's 7.6 pack.
|

12-30-2005, 03:16 AM
|
 |
Super Moderator
|
|
Join Date: Jan 2002
Location: USA
Posts: 618
|
|
|
Hi Cyber. I typed up a test review in Dreamweaver, pasted it into the reviews module and all the HTML worked fine. What problem are you having with it?
__________________
The more we learn... the more we realize how little we actually know.
|

12-30-2005, 11:20 AM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,001
|
|
|
The only thing I can think of is maybe he wants to create tables inside of the module, other than that, I'm drawing a complete blank.
|

01-01-2006, 03:30 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 39
|
|
|
Got it working correctly,
Thanks!
|

01-01-2006, 12:00 PM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,001
|
|
|
If your looking for a way to get text to wrap around your image, here's some handy little code that I use on my newspage at Lifesupporters.net all the time:
[TABLE][TBODY][TR][TD]
[a href="http://www.______________"target=_blank][IMG height=? alt="?" src="http://www.________________.gif" width=? border=0][/A][/TD]
[TD]
[P]Description goes here…
[/P][/TD][/TR][/TBODY][/TABLE]
I use it in my weblinks area as well so I can add a small 110 x 56 banner of the site with text to the right of it. Using this code saves space and leaves far less empty areas on your pages.
LEGEND:
Replace:
[ = <
] = >
|

01-01-2006, 02:54 PM
|
 |
Super Moderator
|
|
Join Date: Jan 2002
Location: USA
Posts: 618
|
|
|
Originally Posted by Cyberkiller
|
Got it working correctly,
Thanks!
|
If you get a moment, could you post your solution so others with the same problem can find it?
__________________
The more we learn... the more we realize how little we actually know.
|

01-01-2006, 03:12 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 39
|
|
|
In config.php
I had to add
"p"=>1
"img"=>2
To the allowed html part
This allows the
& <img source> tags too be used, which is why my reviews weren't formatting properly.
|

01-03-2006, 11:21 PM
|
|
Junior Member
|
|
Join Date: Oct 2005
Location: Chicago
Posts: 11
|
|
|
Originally Posted by Cyberkiller
|
In config.php
I had to add
"p"=>1
"img"=>2
To the allowed html part
This allows the
& <img source> tags too be used, which is why my reviews weren't formatting properly.
|
I'm having the same problem, I added "p"=>1 "img"=>2 like he said, Now my reviews "Preview" correctly, but once their posted they return to the jumbled formatting and you can see all the html.
Check it out here:
http://rottenzombie.com/nuke/modules...owcontent&id=3
Like I said, it previews fine... I'm stumped. Below is my allowable html, let me know if anything's wrong. Feel free to try to post something so you will see what I mean about it previewing right. Thanks for any help
|
Quote:
|
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"p"=>1,
"img"=>2,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
|
|

01-05-2006, 01:18 PM
|
|
Junior Member
|
|
Join Date: Oct 2005
Location: Chicago
Posts: 11
|
|
Is there another review module that anyone can recommend? I'm running phpnuke version 7.8
Apparently I'm the only one having the above problem after updating my allowed html 
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|