Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 82
8 members and 74 guests
achtso4illesttj, getzw5tridofy6n, horbd4aseracidn, howsztoge2xwtp, hypye4notherape, makaa3emoneywit, res3sawumewotg4, watpperpr
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
Using HTML in reviews module
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 39
Join Date: Mar 2003
Using HTML in reviews module - 12-29-2005, 09:29 PM

How can I use html to format my reviews in the reviews module? I am running raven's 7.6 pack.


- Cyberkiller
http://www.jerlabs.net
Php-Nuke 6.5
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
12-30-2005, 04:16 AM

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.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
12-30-2005, 12:20 PM

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.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 39
Join Date: Mar 2003
12-30-2005, 05:17 PM

Here's the review on my old 6.5 install,
http://www.jerlabs.net/modules.php?n...wcontent&id=10

Here's the review on my new 7.6 install to make the site more secure,
http://www.worldofwarcraftforums.net...owcontent&id=5

Copy/pasted it directly but its not intepreting the
Code:
, 


[img]http://www.worldofwarcraftforums.net/securejerlabs/images/reviews/ceramique/1.jpg[/img]
Among other things.


- Cyberkiller
http://www.jerlabs.net
Php-Nuke 6.5
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 39
Join Date: Mar 2003
01-01-2006, 04:30 AM

Got it working correctly,

Thanks!


- Cyberkiller
http://www.jerlabs.net
Php-Nuke 6.5
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-01-2006, 01:00 PM

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:

[ = <

] = >
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
01-01-2006, 03:54 PM

Quote:
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.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 39
Join Date: Mar 2003
01-01-2006, 04:12 PM

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.


- Cyberkiller
http://www.jerlabs.net
Php-Nuke 6.5
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Oct 2005
Location: Chicago
01-04-2006, 12:21 AM

Quote:
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);
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Oct 2005
Location: Chicago
01-05-2006, 02:18 PM

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
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reviews module name asdfghh Nuke 6.5 to 6.9 - Modules 4 10-11-2004 12:51 PM
Reviews module with search Polo Open topics 1 07-08-2003 05:32 AM
Easy fix on the Reviews module? Kristic Site design 2 06-14-2003 12:44 AM
Reviews Module needed to be modified Kristic Nuke 6.5 to 6.9 - Modules 2 06-13-2003 12:35 PM
reviews module, hack? reino4 Site design 11 05-26-2003 08:19 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31