

Neil.H
Members-
Content count
18 -
Joined
-
Last visited
Profile Information
-
Real Name
Neil Harvey
-
Location
uk
-
[contribution] Simple Template System (sts)
Neil.H replied to DiamondSea's topic in Templates and Images
Hi Sorry if this has been asked before, I did search this thread but couldn't find an answer.. I have STS 2.01 installed and using the product_info.php.html which works fine, but I can't get QTpro 4.2 working using the product_info template! QTpro works if I use the default sts_template. Has anyone else had this problem and find a solution? Thanks Neil -
I've not found any other issues, I've been testing for a week or so and all seems to be working fine. Neil
-
Bobby, any ideas why I receive the above error? do i have code missing in another file? Thanks Neil
-
Hi Bobby The error received: Fatal error: Call to undefined function: tep_get_parent_topics() in /home/8183/script1/*****/public_html/includes/seo_cache.php on line 280 Regards Neil
-
Just to reply to my own question, if anyone else has the articles manager contrib and wants ultimate seo to convert the links. I just found this: http://www.oscommerce.com/community/contributions,2921 I now have ultimate seo working with articles manager and it seems to be working fine. Apart from one error in the code added to seo_cache.php: # Get the topic path #tep_get_parent_topics($c, $record['id']); I've deleted the above line and it's working.. Anyone know the reason for the above error and could it cause any major problems not having it? Thanks Neil
-
Hi I've installed Ultimate SEO and the cats and product pages are working perfectly. I also have the latest version of article manager. The problem i have is the article pages are not converting! I've tried adding this to the htaccess file: RewriteRule ^(.*)-a-(.*).html$ articles_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} and this to application_top file: if ( isset($HTTP_GET_VARS['tName']) && defined(urldecode($HTTP_GET_VARS['tName'])) ) { $tPath = str_replace( 'tPath=', '', constant(urldecode($HTTP_GET_VARS['tName'])) ); $HTTP_GET_VARS['tPath'] = $tPath; } if (isset($HTTP_GET_VARS['aName']) && defined(urldecode($HTTP_GET_VARS['aName'])) ) { $aid = str_replace('articles_id=', '', constant(urldecode($HTTP_GET_VARS['aName']))); $HTTP_GET_VARS['articles_id'] = (int)$aid; } I've also now have the Ultimate SEO 301 headers contrib, but without any luck. So I just wanted to ask is there anything in the above code I need to add/change? and I'm thinking I need to edit the html_output.php file but I'm unsure what to add? Can anyone help me resolve this issue? Thanks Neil
-
Hi Does anyone have ideas how to limit the amount of articles per page in each topic folder and also the articles_xsell.php page within admin? I've tried using code taken from the catalog/articles.php file but without any luck, I have 10000+ articles and it's causing problems especially when trying to view the cross-sell page as it's loading every article! I also just found this contribution for paging the products in admin: http://www.oscommerce.com/community/contributions,1965 I thought I'd include this incase someone is willing to help and maybe use some of the code, as I have no idea where to begin.. Any help would be much appreciated. Thanks Neil