How to insert HTML code into phbb forums

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How to insert HTML code into phbb forums
tonyp
CZ Active Member
tonyp has been a member for over 20 year's 20 Year Member
Occupation: IT/IS
Gender: Male
Fav. Sports Team: Chicago Bears
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 115
Points: 7,277
AIM Address Yahoo Messenger MSN Messenger ICQ Number
I cannot seem to post in html format even though the forums have HTML enabled

Is there another location that this has to be setup outside of the forums configuration?

I have seen this in both of my sites.

Thanks in advance...




_________________
Looking for a local LAN party? that is if you live in Atlanta, GA Visit [ Register or login to view links on this board. ]

email: [ Register or login to view links on this board. ]
"We Put The LAN in AtLANta"
Back to top Reply with quote
#2   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
some phpbb (most) support only basic html , what html u trying to use?



Back to top Reply with quote
#3   re: How to insert HTML code into phbb forums
tonyp
CZ Active Member
tonyp has been a member for over 20 year's 20 Year Member
Occupation: IT/IS
Gender: Male
Fav. Sports Team: Chicago Bears
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 115
Points: 7,277
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Just standard HTML code, Colored text, font size, URL links...




_________________
Looking for a local LAN party? that is if you live in Atlanta, GA Visit [ Register or login to view links on this board. ]

email: [ Register or login to view links on this board. ]
"We Put The LAN in AtLANta"
Back to top Reply with quote
#4   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
What phpbb u using? or nuke?



Back to top Reply with quote
#5   
tonyp
CZ Active Member
tonyp has been a member for over 20 year's 20 Year Member
Occupation: IT/IS
Gender: Male
Fav. Sports Team: Chicago Bears
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 115
Points: 7,277
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Hey there...

This is what is installed

Powered by phpBB 2.0.6 © 2001 phpBB Group
phpBB port v2.0.5 based on Tom Nitzschner's phpbb2.0.6 upgraded to phpBB 2.0.5 standalone.
Ported and tested by:
Nuke Cops

BBtoNuke 2.0.5 by Nuke Cops © 2003 [ Register or login to view links on this board. ]

Hope this helps...




_________________
Looking for a local LAN party? that is if you live in Atlanta, GA Visit [ Register or login to view links on this board. ]

email: [ Register or login to view links on this board. ]
"We Put The LAN in AtLANta"
Back to top Reply with quote
#6   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
im really not sure whats wrong, just check in your modules/Forums/posting.php

if there is

//
// Set toggles for various options
//
if ( !$board_config['allow_html'] )
{
        $html_on = 0;
}
else
{
        $html_on = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['disable_html']) ) ? 0 : TRUE ) : ( ( $userdata['user_id'] == ANONYMOUS ) ? $board_config['allow_html'] : $userdata['user_allowhtml'] );
}


that somewhere, im not sure if that has ne thing to do wit it :-/


Back to top Reply with quote
#7   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
what i would do is replace some of the files, the same files, as the version you got with new ones, if you have any mods installed install them again, might be common.php or posting.php , most likely posting.php if it isn't any of them then i cant be of help no more :-/



Back to top Reply with quote
#8   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
try replacing includes/bbcode.php with this one, if you have never edited it, might be summit

MAKE A BACKUP OF ALL FILES YA EDIT :-/ if ya brake it not my fault, backup ;-)



Back to top Reply with quote
#9   re: How to insert HTML code into phbb forums
tonyp
CZ Active Member
tonyp has been a member for over 20 year's 20 Year Member
Occupation: IT/IS
Gender: Male
Fav. Sports Team: Chicago Bears
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 115
Points: 7,277
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Well here is my posting.php, I looked through it and it seems to show that HTML is enabled for posting, I may be missing something.

I also copied the bbcode file into /forums

There was not one already there except for bbcode.tpl

Thanks for the help...



Attached Files
posting.txt (46.72 KB, Downloaded: 5232 Time(s))



_________________
Looking for a local LAN party? that is if you live in Atlanta, GA Visit [ Register or login to view links on this board. ]

email: [ Register or login to view links on this board. ]
"We Put The LAN in AtLANta"
Back to top Reply with quote
#10   re: How to insert HTML code into phbb forums
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
hey m8 , i'l wait till my sites back up, cause im running phpnuke on that and i was getting the file stuff from there to see if it was the same as urs, but as its down i cant access the water ftp, so i'l reply when its back up again :-/ my host is having server problems lol



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum