PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 2nd, 2005, 04:38 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 259
Send a message via ICQ to dontom
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.
dontom is offline   Reply With Quote
Old 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.
Michael P is offline   Reply With Quote
Old 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.
dutchbb is offline   Reply With Quote
Old July 26th, 2005, 11:08 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Same here as Michael posted above do you have vb3 enhanced ON?

http://www.reeftalk.com/gallery/showphoto.php?photo=258
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 26th, 2005, 11:12 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: May 2004
Posts: 180
We use the vb enhanced version yes.
dutchbb is offline   Reply With Quote
Old July 26th, 2005, 11:25 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
and the url to your install and test login?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 26th, 2005, 11:43 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: May 2004
Posts: 180
url example: http://www.dutchbodybuilding.com/gal...php/photo/1557
test login:

tester
0000
dutchbb is offline   Reply With Quote
Old July 26th, 2005, 12:13 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Okay well have you tried upgrading to 5.13?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 26th, 2005, 12:20 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: May 2004
Posts: 180
yeah i'm running it
dutchbb is offline   Reply With Quote
Old July 26th, 2005, 12:28 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Reupload all the files and then try turning on WYSIWYG as well as enhanced
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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
dutchbb is offline   Reply With Quote
Old July 26th, 2005, 03:11 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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??
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 26th, 2005, 03:16 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 259
Send a message via ICQ to dontom
Hi Chuck,
yes and yes, still doesn't work
Thomas
dontom is offline   Reply With Quote
Old July 26th, 2005, 03:25 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 26th, 2005, 03:31 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 259
Send a message via ICQ to dontom
we run vb 3.06
dontom is offline   Reply With Quote
Old July 26th, 2005, 03:36 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
dutchbb is offline   Reply With Quote
Old 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.
dutchbb is offline   Reply With Quote
Old July 27th, 2005, 08:49 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Check your vbulletin path.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
dutchbb is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
More Smilies SomeName Installs and Upgrade - vBulletin 3.5.X 1 January 24th, 2006 06:59 PM
smilies in gallery linking to gallery/images/smilies? Da GoTTi Installs and Upgrade - vBulletin 3.0.X 2 September 3rd, 2005 04:58 AM
Have link in 1 extra field non parsed? mjm Photopost Pro How Do I...? 0 July 29th, 2005 10:35 AM
smilies Wasabe Photopost Pro How Do I...? 0 May 28th, 2005 10:20 PM


All times are GMT -5. The time now is 09:38 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0