| Author |
Message |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Wed Mar 05, 2003 7:35 pm |
  |
im trying to add pics to my sig but its not working on my site and neither is the signiture can you help? |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Wed Mar 05, 2003 7:44 pm |
  |
|
   |
 |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Wed Mar 05, 2003 7:59 pm |
  |
i dont even know what bb coding is lol |
|
|
    |
 |
UG_Devildog
Nuke Cadet


Joined: Mar 03, 2003
Posts: 2
|
Posted:
Wed Mar 05, 2003 8:27 pm |
  |
Well myself and playboy69 working on same site, and are php noobs, we wanted to post a picture with our signature and not sure how to do it. We tried HTML coding and the box was there but no picture? |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Wed Mar 05, 2003 9:13 pm |
  |
bb codes http://nukecops.com/modules.php?name=Forums&file=faq&mode=bbcode
Give that a try. It really makes a difference which forum your using the PHPNuke RC2 default BBtoNuke forum has extra filtering which prevents image tags from working without specifically removing the filter from the Your Account/index.php code $user_sig = htmlspecialchars($user_sig); would have to be changed (at your own risk!) to something like $user_sig = $user_sig; Maybe someones got a better option here.
But before you worry about anything like that check to be sure you have bb code or html enabled for signatures in the forums administration area. |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Tim
Private


Joined: Feb 09, 2003
Posts: 48
Location: Hegelsom, The Netherlands
|
Posted:
Fri Mar 07, 2003 8:09 am |
  |
Like sixonetonoffun said you could try:
instead of
<img src="http://yourlinktoyoursite.com/images/yoursigimage.gif"> |
|
|
     |
 |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Fri Mar 07, 2003 9:22 am |
  |
i still cant seem to figure this out on the sig |
|
|
    |
 |
ravernews
Premium


Joined: Jan 26, 2003
Posts: 230
Location: USA
|
Posted:
Fri Mar 07, 2003 1:22 pm |
  |
| Code: |
| try this <img> </img> or [img] [/img] TRY IT |
|
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power" |
|
      |
 |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Fri Mar 07, 2003 1:45 pm |
  |
tried them both and still nothing but i got it figured out now i just opened a html editor and hit insert then took that code and pasted it in my sig with of course the right addy were to get the pic and now it works but thanks for such great help on trying bud |
|
|
    |
 |
ravernews
Premium


Joined: Jan 26, 2003
Posts: 230
Location: USA
|
Posted:
Fri Mar 07, 2003 1:47 pm |
  |
n/p  |
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power" |
|
      |
 |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Fri Mar 07, 2003 2:13 pm |
  |
i am new too only been doing this for 4 days lol but thanks |
|
|
    |
 |
Tim
Private


Joined: Feb 09, 2003
Posts: 48
Location: Hegelsom, The Netherlands
|
Posted:
Sat Mar 08, 2003 12:20 am |
  |
Just curious.. but that html editor couldn't give you another code then the ones stated above.. Your problem is solved now, so no problemo.. but thought you'd like to know..
Probably was this:
< img src="http:LINK TO IMAGE"> |
|
|
     |
 |
playboy69
Private


Joined: Feb 01, 2003
Posts: 40
Location: USA
|
Posted:
Sat Mar 08, 2003 12:23 am |
  |
yes that was it but i was told to use <img> </img> or [img] [/img] not < img src="http:LINK TO IMAGE"> but yes it is fixed and thanks for all the help |
|
|
    |
 |
Tim
Private


Joined: Feb 09, 2003
Posts: 48
Location: Hegelsom, The Netherlands
|
Posted:
Sat Mar 08, 2003 12:48 am |
  |
Oh dude i see.. i used the full html code and html was enabled, which gave an image error (becuz' it was just st like yoursite.com/blah..) ok! |
|
|
     |
 |
|
|