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 Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 29th, 2005, 09:12 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
2 level cat display problem(FIXED)

When I am creating a second level catergory the name displays to the left with a divider in the middle.


www.amitymama.com/marketplace

how is that fixed?


on a side
** i was looking at the catergories.tmpl template in the class admin control panel and changed nothing, but did hit save and it inserted a ton of these (///) now when you click on catergory to display and add you get this error,

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/amitymam/public_html/marketplace/templates/categories.tmpl on line 2

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/amitymam/public_html/marketplace/templates/categories.tmpl on line 2

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/amitymam/public_html/marketplace/templates/categories.tmpl on line 2

Parse error: parse error, unexpected $ in /home/amitymam/public_html/marketplace/templates/categories.tmpl on line 148

I had to fix the fix outside of the admin program, but why did this happen?****

thanks

brian

Last edited by justb; August 29th, 2005 at 09:57 AM.
justb is offline   Reply With Quote
Old August 29th, 2005, 10:25 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
3 instances of this in adm-misc.php

$body = (ini_get("magic_quotes_gpc")) ? addslashes(stripslashes(trim($body))) : addslashes(trim($body));
$body = preg_replace("/\r/","",un_htmlspecialchars(stripslashes($body)));

need to be this

$body = (ini_get("magic_quotes_gpc")) ? stripslashes(trim($body)) : trim($body);
$body = preg_replace("/\r/","",un_htmlspecialchars(stripslashes($body)));
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2005, 10:31 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
thanks

I will look into that php file,

what about the catergory display problem??
justb is offline   Reply With Quote
Old August 29th, 2005, 10:43 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
As far as that one category being to the right. Do you have any html cat desc in there? Seems pretty interesting its just one category name
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2005, 10:49 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
it's not just one catergory, it's does this for any sub catergory that I add under the main for sale header that doesn't have ads. I just happen to have only one created right now.

where would i look for cat desc??

Brian

Quote:
Originally Posted by omegatron
As far as that one category being to the right. Do you have any html cat desc in there? Seems pretty interesting its just one category name
justb is offline   Reply With Quote
Old August 29th, 2005, 11:02 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
You need to tell me what I am looking at here when I look at your site

If your talking about mama clothing it should correctly be indented a coupld spaces from its parent. This would be correct.

I do have one suggestion on the tdnothumbs class

In categories.tmpl

Lines 189

<td>

should be

<td align="left">
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2005, 11:06 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
Sorry,

I am talking about the green catergory titles, the FOR SALE is displayed in the center, but right above mama clothes is CLOTHINGwhich is way to the right. That's the problem.

the mama clothes being indented a little is fine, it's the clothing header that is way off.

Brian

Quote:
Originally Posted by omegatron
You need to tell me what I am looking at here when I look at your site

If your talking about mama clothing it should correctly be indented a coupld spaces from its parent. This would be correct.

I do have one suggestion on the tdnothumbs class

In categories.tmpl

Lines 81 and 127

<td>

should be

<td align="left">

Last edited by justb; August 29th, 2005 at 11:14 AM.
justb is offline   Reply With Quote
Old August 29th, 2005, 07:29 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
In the categories template in the templates/vb3enhanced folder try this adding the bold line 133

<td class="tcat" align="left colspan="6">
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2005, 11:09 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
I added that line with the missing ending" and it affected nothing.

B

Quote:
Originally Posted by omegatron
In the categories template in the templates/vb3enhanced folder try this adding the bold line 133

<td class="tcat" align="left colspan="6">
justb is offline   Reply With Quote
Old August 30th, 2005, 12:23 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
well if you spotted my html goof you should fix it

<td class="tcat" align="left" colspan="6">

that should do it
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Navigation to previous level problem Rids Photopost Pro Bug Reports 2 October 22nd, 2005 09:16 AM
Albums in assigned cat don't add to cat index count(FIXED) mjm Photopost Pro Bug Reports 26 August 25th, 2005 01:01 PM
Member Galleries Top Level Cat?? thirtytwo16 Photopost Pro How Do I...? 4 July 14th, 2005 10:58 AM
Can showgallery.php display sub-cat thumbs? dollman Photopost Pro How Do I...? 0 March 18th, 2005 04:44 PM


All times are GMT -5. The time now is 01:01 PM.

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