 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
June 2nd, 2005, 04:38 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 259
| Smilies get not parsed...
Hi,
I run 5.03 vb3enhanced
during reply users can click the smilie images from vb. when I goto the image the smilie does not get displayed as image, just the text is displayed (e.g. :) )
Example: http://www.rennrad-news.de/fotos/sho...php?photo=3586
:D should be a smilie
Is this a bug or is there just a setting missing somewhere?
thanks
Thomas
Last edited by dontom; June 2nd, 2005 at 04:44 AM.
|
| |
June 2nd, 2005, 09:47 AM
|
#2 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,860
| http://www.photopostdev.com/photopos...to/300/cat/505
I tried this on a test on my site, but the smileys are getting converted. With the vB3Enhanced mode enabled, we're calling the vB3 parse functions to convert bbcode, so I'm not sure why that smiley wouldnt be converted by vB.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
July 26th, 2005, 05:06 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
|
Same problem here, smilie box is there but smilies don't show in posts
Last edited by dutchbb; July 26th, 2005 at 05:10 AM.
|
| |
July 26th, 2005, 11:12 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
|
We use the vb enhanced version yes.
|
| |
July 26th, 2005, 11:25 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
and the url to your install and test login?
|
| |
July 26th, 2005, 11:43 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
| |
| |
July 26th, 2005, 12:13 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Okay well have you tried upgrading to 5.13?
|
| |
July 26th, 2005, 12:20 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
|
yeah i'm running it
|
| |
July 26th, 2005, 12:28 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Reupload all the files and then try turning on WYSIWYG as well as enhanced
|
| |
July 26th, 2005, 12:54 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
|
hm tried all that still no luck , i wonder what it could be
|
| |
July 26th, 2005, 03:11 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
In your vb3.php do you have this?
if ( VB3_ENHANCEDINT == "on" && function_exists('convert_url_to_bbcode') ) {
$vboptions['allowhtml'] = 1;
$markup = fetch_censored_text($markup);
$markup = convert_url_to_bbcode($markup);
$newmarkup = parse_bbcode($markup);
$newmarkup = str_replace("\"images", "\"{$Globals['vbulletin']}/images", $newmarkup );
return($newmarkup);
}
Is your vbulletin path right in forum options under admin??
|
| |
July 26th, 2005, 03:16 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 259
|
Hi Chuck,
yes and yes, still doesn't work
Thomas
|
| |
July 26th, 2005, 03:25 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Well we can not replicate this so if things are set correctly the only thing it can be is improper files uploaded
Look at the if statement it states if vb3 enhanced is on and the function exists so is that function being found.
if ( VB3_ENHANCEDINT == "on" && function_exists('convert_url_to_bbcode') ) {
WHAT VERSION OF VBULLETIN IS THIS?
|
| |
July 26th, 2005, 03:31 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 259
| |
| |
July 26th, 2005, 03:36 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
HMM just asking cause I know some people jumped ship to 3.5 which is unsupported
|
| |
July 27th, 2005, 04:30 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
| Quote: |
Originally Posted by omegatron In your vb3.php do you have this?
if ( VB3_ENHANCEDINT == "on" && function_exists('convert_url_to_bbcode') ) {
$vboptions['allowhtml'] = 1;
$markup = fetch_censored_text($markup);
$markup = convert_url_to_bbcode($markup);
$newmarkup = parse_bbcode($markup);
$newmarkup = str_replace("\"images", "\"{$Globals['vbulletin']}/images", $newmarkup );
return($newmarkup);
}
Is your vbulletin path right in forum options under admin?? | I have this in vb3.php Quote:
if ( VB3_ENHANCEDINT == "on" && function_exists('convert_url_to_bbcode') ) {
$vboptions['allowhtml'] = 1;
$markup = fetch_censored_text($markup);
$markup = convert_url_to_bbcode($markup);
$newmarkup = parse_bbcode($markup);
$newmarkup = str_replace("\"images", "\"{$Globals['vbulletin']}/images", $newmarkup );
return($newmarkup);
}
| This code is the same to me.
Path looks correct.
I am running vbulletin 3.00, could that be a problem?
Last edited by dutchbb; July 27th, 2005 at 04:36 AM.
|
| |
July 27th, 2005, 04:44 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
|
Just thinking about some things:
The smiliebox shows all the smilies from the vb images folder on comments.php so that works on another page. The url is correct. But on showphoto.php the quick reply box has this as url for buttons
http://mydomain.com/forum //images/editor/underline.gif
It's a double slash there, but even so they do show up, but the smilies don't
Last edited by dutchbb; July 27th, 2005 at 04:47 AM.
|
| |
July 27th, 2005, 08:49 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Check your vbulletin path.
|
| |
July 27th, 2005, 08:51 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: May 2004
Posts: 180
| Quote: |
Originally Posted by omegatron Check your vbulletin path. | This is in Edit Integration:
/home/xch1295/domains/dutchbodybuilding.com/public_html/forum
And in Forum Settings:
http://www.dutchbodybuilding.com/forum
(removed the extra slash on the end there but this didn't help for the smilies)
Last edited by dutchbb; July 27th, 2005 at 09:01 AM.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:38 AM. | |