Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 09:28 am EST

Geeklog Forums

Forum image problems


Status: offline

ltcolumbo

Forum User
Regular Poster
Registered: 12/17/01
Posts: 91
I can't use the IMG tag successfully, it doesn't add the image in the message. Is there a special way I need to do this?

Here is my image:


and it doesn't work here either
 Quote

MrSparkle

Anonymous
I think the config.php has some settings in it for user_html and admin_html that need to be modified.

Text Formatted Code

/* This is a list of HTML tags that users are allowed to use in their posts.
 * Each tag can have a list of allowed attributes (see 'a' for an example).
 * Any attributes not listed will be filtered, i.e. removed.
 */
$_CONF['user_html'] = array (
    'p'    => array(),
    'b'    => array(),
    'i'    => array(),
    'a'    => array('href' => 1, 'title' => 1),
    'em'   => array(),
    'br'   => array(),
    'tt'   => array(),
    'hr'   => array(),
    'li'   => array(),
    'ol'   => array(),
    'ul'   => array(),
    'code' => array(),
    'pre'  => array()
);

 
 Quote

Status: offline

ltcolumbo

Forum User
Regular Poster
Registered: 12/17/01
Posts: 91
I tried that, but it just shows a broken image link.

see here:

http://www.radiationangel.org/forum/viewtopic.php?forum=15&showtopic=131&lastpost=true
 Quote

Status: offline

ltcolumbo

Forum User
Regular Poster
Registered: 12/17/01
Posts: 91
I fixed it, had to add src as well as img.
'img' => array('src' => 1),
Thanks.
 Quote

All times are EST. The time is now 09:28 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content