Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

daithi

Archived
  • Posts

    147
  • Joined

  • Last visited

Everything posted by daithi

  1. you are right sorry, just hate seing contribs bumped with no reason except to advertise the person who created it....
  2. excellent, thanks for the updates on this contrib... one problem i have is when doing faq searches - i get the following error - any ideas? 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*) as total from faqdesk p, faqdesk_description pd, faqdesk_ca select count(distinct *) as total from faqdesk p, faqdesk_description pd, faqdesk_categories c, faqdesk_to_categories p2c where p.faqdesk_status = '1' and p.faqdesk_id = pd.faqdesk_id and pd.language_id = '1' and p.faqdesk_id = p2c.faqdesk_id and p2c.categories_id = c.categories_id and ( (pd.faqdesk_question like '%acc%' or pd.faqdesk_answer_short like '%acc%' or pd.faqdesk_answer_long like '%acc%') )
  3. hi all, does anyone know how i add extra pages to what admins can access using the above contrib? the contrib changes your admi/includes/column_left.php to: //Administrators start if (CanShowBox('configuration.php')) { include(DIR_WS_BOXES . 'configuration.php'); }; if (CanShowBox('modules.php')) { require(DIR_WS_BOXES . 'modules.php'); }; if (CanShowBox('catalog.php')) { require(DIR_WS_BOXES . 'catalog.php'); }; if (CanShowBox('customers.php')) { require(DIR_WS_BOXES . 'customers.php'); }; if (CanShowBox('taxes.php')) { require(DIR_WS_BOXES . 'taxes.php'); }; if (CanShowBox('localization.php')) { require(DIR_WS_BOXES . 'localization.php'); }; if (CanShowBox('reports.php')) { require(DIR_WS_BOXES . 'reports.php'); }; if (CanShowBox('tools.php')) { require(DIR_WS_BOXES . 'tools.php'); }; if (CanShowBox('administrators.php')) { require(DIR_WS_BOXES . 'administrators.php'); }; //Administrators end ?> but now that i have added more contribs I need to expand on this list and using the same format to add the php files doesn't work - any ideas?
  4. hi all, i get the following error when the using the 'Show Me WHOIS Output' button on Domain Search by Matt Warning: fsockopen(): unable to connect to whois.opensrs.net:43 in /var/www/html/mwhois/mwhois.php on line 414 anyone else have this problem or better a solution?
  5. just confirmed that for my install - ie. i removed: and a.authors_id = au.authors_id from line 74 of article_info.php and now the articles display as expected - not sure what issues removing this will cause though.... again, thanks for a super contrib - if anyone following this thread wants a cms for osc or wants to replace the excellent faqdesk & newsdesk with an MS2 compliant easy install - go for this! dave.
  6. the only mod that i know of that changes this page is the 'also tell admin of tell a friend use' not sure what it is called... but if you find it it could also be good to add this feature to tell a friend about article... yeah, that is filled in. yeah, that also seems fine. I just added an author (previously had no authors) and the page displays fine - so looks like it could be an sql query issue if the article has no author assigned to it? dave.
  7. TEXT_EMAIL_LINK_ARTICLE should have been added as part of the install, i.e. In includes/languages/english/tell_a_friend.php: Look for: define('TEXT_EMAIL_LINK', 'To view the product click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s'); Add this immediately below: define('TEXT_EMAIL_LINK_ARTICLE', 'To view the article click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s'); This should fix the e-mail problem (unless it's something else!). Regards, Rob sorry, missed that bit in the install instructions.... as the tell_a_friend.php is a rarely modified page, it might be no harm in including your updated version in the contrib as a straight replacement - it would cut down on the install instructions quite a bit... anyway, that bit now works as expected, thank you. still need to sort out why the article and date aren't displaying though - i am also using a fairly stock 2.2MS2 but as i missed that previous step could i have missed something else???? not sure as there is nothing to change in relaton to the article_info.php page. Yes, this does now make sense - as it is titled as meta description in admin, i just presumed it was to be hidden text just for search engines... again, thanks for a super contrib, dave.
  8. also just noticed when viewing the New Articles/All Articles/Category page, the Meta Description field is displayed as Article Abstract. nyone else have this issue?
  9. playing around with it and noticed i have a couple of issues...maybe my install? when i click on the article name to view the full article, it calls article_info.php?articles_id=1 but the page displays with: This article was published on . Current Reviews: 0 ie. no article and no date. also, when i use the tell a friend, the email arrives with: TEXT_EMAIL_LINK_ARTICLE instead of the link. I have searched all files in the contrib for this define but it is only mentioned in your readme.txt as an addition to tell_a_friend.php - should it be defined somewhere?
  10. now that is a class contrib! well done & thank you...
  11. I have the same on my Linux browsers until I disable HTML WYSIWYG Editor... works fine on my windows browsers.
  12. can anyone post the corrected file here?
  13. Also, the first image (original product image) does not show when I 'click to enlarge' - the popup page just displays the product name - all other additional images work fine, any ideas?
  14. I also have this problem, any ideas of where to fix?
  15. sorry, i am confused here... the mod shows fine on the front page, when i click on a categories link it does not show. there is a product listing on that page because there are products in that category, if there were no products in the category, there would be no product listing and also no products to display under featured... so when should it show on a categorys page? have you a working site i can see the mod on? thanks again for the help, daithi.
  16. yeah, i know this is how it is supposed to work, bit for some reason it doesn't for me... you can see here. Shouldn't the featured products in this category show above the list of products in the category? thanks, daithi.
  17. On the main default page of osCommerce, a selection of ALL the featured products will be display, and in top-level categories, only featured products that belongs to that category. For example, "A Bug's Life" is a DVD movie in the sub-category "Cartoons", and "Cartoons" is a sub-category of "DVD Movies". If "A Bug's Life" is made a featured product, it will appear on the main osCommerce page, and also on the DVD Movies category page, but not on the Hardware page. If there are more featured products than the maximum allowed to be displayed, a random selection will be shown. yes, i saw that but this part doesn't work for me so was unsure if this was still correct... any ideas why this wouldn't work for me? no errors, just the featured box does not display on the categories pages...
  18. does this mod work when in ategories - ie. show only featured products from that category?
  19. excellet, thanks for fixing this, but i am a bit lost as to where to place this fix - i presume in includes/modules/family_products.php? any chance you can post the fixed file here? and also, does this work with both Search Engine Safe on and off? daithi.
  20. ok, thanks, i got this one... a bit confused here, maybe i am not seeing this as i am using mozilla on linux?? all i see is: Products Status: In Stock Out of Stock FeatredProducts Status: In Stock Out of Stock Date Available: (YYYY-MM-DD) Products Manufacturer: Products Name: daiti.
  21. am i missing something here? i can't see the featured until date... where should this be? I am using your admin/categories.php from 11/03/2003 - cieto Featured Products v2.51 MS2 thanks, daithi.
  22. Hi all, I have just installed the latest Family Products v3.3 and am getting the SQL error mentioned many times here if Family Display Format is set to Random. I have Use Search-Engine Safe URLs set to true. If I replace the / in the URL the SQL error disappears and the Family Products module works as expected... ie. replace: product_info.php/products_id/31 with: product_info.php?products_id=31 and all works well in Random mode. Also, with Search-Engine Safe URLs set to true and Display Format (for family products) set to Seperate, the SQL error disappers but no family products show! again, if i view the page as if Search-Engine Safe URLs was false, the family shows... So, any idea what I need to do to get this mod working with Search-Engine Safe URLs??
  23. great mod, i offered to help testing but didn't get a reply! anyway, it works great... followed your latest install instructions and only had issues with: the section: ### Catalog ### [ Step 1 ] ################## ### File : includes/languages/xxxx/index.php Cut and paste it before the end of file: define('TABLE_HEADING_PRICE', .... define('TABLE_HEADING_BUY_NOW', .... Then add (check what to add for each language): For english add: define('TEXT_NO_FEATURED_PRODUCTS', 'There are no featured products'); define('TEXT_MORE_INFO', 'More information'); the above: define('TABLE_HEADING_PRICE', .... define('TABLE_HEADING_BUY_NOW', .... should be: define define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_BUY_NOW', ''); I left the define-buy_now blank as this is where the More Information link shows. Also I had to add a define in admin/includes/languages/english.php as: define('TABLE_HEADING_FEATURED', 'Featured'); other than that, i'd recommend adding featured products above your whats new rather than replacing it but that's just my opinion... also, this doesn't show as a normal infobox on your main page - ie. doesnt have the title bar and borders so if you limit the featured products display to under the amount of featured products there is no link to a page with all featured products. to see what i mean, have a look at: http://193.193.168.63/store.php (a test site) i'd like the featured box to look like the whats new box with a title bar and border and also include a link in the title bar to all featured products... and finally, it doesn't seem to work under categories - ie. shouldn't it show featured products from a given category when viewing that category?
  24. if was a first install for me so didn't have to replace the family_products.php. the fix that frap posted on the previous page worked for me. Also, is this supposed to replace the also purchased all together - it doesn't show up an any of my pages including those withut a family anymore?
×
×
  • Create New...