Author |
Message |
minipucchi
New Member


Joined: Jul 09, 2006
Posts: 9
|
Posted:
Sun Jul 30, 2006 3:55 am |
|
How to get images load properly in PHP-Nuke Content module?
[img][/img] - its doesnt work
any advice? |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Sun Jul 30, 2006 4:51 am |
|
Try to add "img"=>2 to your Allowable HTML in config.php file...see if that works.. |
|
|
|
 |
minipucchi

|
Posted:
Sun Jul 30, 2006 4:56 am |
|
thanks, its works now ^-^ |
|
|
|
 |
hitwalker

|
Posted:
Sun Jul 30, 2006 4:57 am |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sun Jul 30, 2006 5:02 am |
|
Great work!
I'm a little confused though, you post indicated you are using BBCode but adding the image tag to the allowable html array fixed it?
Were you using BBCode or html to display the image? |
|
|
|
 |
gregexp
The Mouse Is Extension Of Arm

Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Sun Jul 30, 2006 10:17 am |
|
Guardian, I do believe bbcode works throughout the whole nuke site but non the less it still requires 2 img tags either wrapped in standard <> or [].
I had to apply this fix to a few clients of mine as well. |
_________________ For those who stand shall NEVER fall and those who fall shall RISE once more!! |
|
 |
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Sun Aug 13, 2006 8:55 am |
|
I've seen no flavor of phpNuke that handles BBCode.. only the phpBB forums |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
bugsTHoR
Involved


Joined: Apr 05, 2006
Posts: 263
|
Posted:
Sun Aug 20, 2006 12:37 pm |
|
can someone please point me to were i can learn the <> </> <div> and so forth tags please i want to learn all this stuff. |
_________________ LUV RAVEN DISTROBUTION BEBE
Clanthemes.com are great (free advertisements for now until i get to 20,000 posts LoL) |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Aug 20, 2006 1:43 pm |
|
|
|
 |
Guardian2003

|
Posted:
Sun Aug 20, 2006 1:43 pm |
|
A google search for HTML 4 tags should start you off  |
|
|
|
 |
bugsTHoR

|
Posted:
Sun Aug 20, 2006 6:22 pm |
|
god i luv this site and U guys , would have looked for HTML 4
if i knew that is what there called gaurdian 2003 , i hate being a noob ...i`m learning alot this past 8 months since i volantierd <<(my spelling needs pratice to it seems)  |
|
|
|
 |
foofighter
New Member


Joined: Nov 01, 2007
Posts: 20
Location: Bonny Scotland
|
Posted:
Wed Nov 14, 2007 8:06 pm |
|
Hope you can help - have tried to work out the same issue reported here but cannot enable images... examples from my config.php are below - are these correct?
$AllowableHTML = array(.....
'img' => array('alt' => 2, 'src' => 2, 'hspace' => 2, 'vspace' => 2, 'width' => 2, 'height' => 2, 'border' => 2, 'align' => 2),
and
$AllowableHTML = array('img'=>2,....... |
|
|
|
 |
Guardian2003

|
Posted:
Thu Nov 15, 2007 3:03 am |
|
This thread is over a year old.
Which version of nuke are you using? |
|
|
|
 |
foofighter

|
Posted:
Thu Nov 15, 2007 12:32 pm |
|
|
|
 |
Guardian2003

|
Posted:
Fri Nov 16, 2007 12:47 am |
|
You need to be logged in as the site admin - then the 'insert image' icon will be available in the wysiwyg editor. |
|
|
|
 |
|