Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

www.in.no

Pioneers
  • Posts

    361
  • Joined

  • Last visited

Everything posted by www.in.no

  1. Support tread for CKEditor [wyswyg] Contribution can be found here. CKEditor Thanks goes to escri2 for adding this contribution and make it working in other contribution. I create this forum tread where we can discuse and helteach other to integrate this editor into more contribution. I am not a coding guru, but together we may be able to get this cotribution to work with the major contribs where a wyswyg editor is needed. Today it is used in theese contribution / functions. Information Pages Unlimited v2.07 -> Link Products descriptions. (instructions in CKEditor contribution.) It is a greate editor buildt on and replaceing the old FCKEditor. There is still some functions that can be improved / added. -File / image uplade function. -Image browsing. -Needed code change to other contribution. -Function to not load javascript if not needed. (same function as for tinyMCE) - Adjust ckeditor pack fore OSC. Remove unneeded files in pack. - Configuration changes to better work in OSC -?? If you have this contribution installed and/or got it working with other contribution and want to help. Please post the code changes here or make a uplod to the contribution page with instruction.
  2. heading and sub heading is changing when i change language. If i press the letter for the one product it shows as it should and change with language. If i use FULL or "View All Products" link it show the product as two seperate (both language) and heading and subheading change when i switch language but both products still there. I can send you a PM with url so you can see..
  3. I have duplicate entries for language showing in allproducts(latest by Jack). I have one product and language English and Norwegian installed. When i click the View all products link or the FULL link it shows the product twice, one for each language. When i click the letter for the product it show only one product and change when i change language. Is this a error in the system or is it supposed to be like this. Is it an idea to add links to country spesific all products pages also at the top with the rest of the sorting. For example after FULL show | en | no| gb | .... and regenerate the full list in each language.
  4. Hi, having a vierd problem with Header Tag seo and TinyMCE anywhere. Se post 3591 in HT SEO forum. I just want to hear if any other have had the same issue. It only affect categori description in HT SEO and IE(firefox ok). It adds and replace / change text when saving and the only time it works normal is when i save the first text for the firs time. When editing after it all ends up in garbage(se limnk to other post at top) I have tryed mayn variants to fix it but with no luck. Even if i reinstall and only add HT SEO and TinyMCE it fails. Can you try to edit the categori description and se if you get the error. In firefox it all works as expected. I have tryed to get some ansvers in HT SEO tread but none that helps fix the problem. Inn all other places the editor is working as expected.
  5. It the german language is not in the package you have to take it from the include/language/english catalog and translate..
  6. Tryed that, no luck. I can add the cat. des. first time, but when i edit again it chops the new text away..
  7. I have checkt that one out. I have tryed with the categories file from 3.1.8 RC2 folder, i have checked all changes in install admin and compared to the RC2 file in 3.1.8 and there is onlu minor different as empty lines and different commenting... You can se the categories.php file her I still cant enter more than a few character in cat des. it crops at a fixed length as far as i can se. And it is only with categori descriptions.
  8. As you can se it is putting in some garbage text from somewhere. And it is only in categori description. I have the old shop doing it, and i set up a new one from scratch with same problem. I think it have to do somthing about the update function to categori descriptions. If you want to look more close i can give you the IP adresss and login to check. Sorry for letting this over 2 msg. but pressed the wrong button..
  9. Regarding my save HT SEO categori description error i am not sure it is tinymce editor error. Because the editor work as expected all other places. In products, in information pages unlimited, .... If i take this up in Tinymce forum they will only direct me back here, as it is only HT SEO that have the error. I have tryed to make some picture showing the error to you. 1. If i go into admin in IE and make this text and save. 2. Then i show in shop. 3. Show in admin again. 4. If i go in IE and delete wast text and save again it will show up with this in shop again. In edit it show this text. some more..
  10. I am using that.. I have installed thees contribs only. oscommerce-2.2rc2a.zip norwegian_2.2_RC2a.zip Language files. HeaderTags_SEO_V_3.1.8.zip tinyMCE Anywhere.zip with the updated ibrowser update 20070917.zip (the other ones was for mail/news) What i found out so far is. In firefox it is working. In IE 8 it is not working(set site as trusted site dident help.) Any suggestion to what settings i have to change in IE to get it to work.
  11. i have Header Tags SEO, Sorry for not makeing the version showing more clearly. But i asumed that in the Header Tags SEO tread and mention latest would be enough.
  12. if i add second languaga and edit, i can add text to the new language but not edit after. The old language dont get updated. I also tryed with the file in RC2 folder with same problem.
  13. Having a save error with latest HTC and tinymce. It started out on my last shop where i could not save the data that was inputed in tinymce editor window for categorie description, and a lot of funny text was showing up in there. There i had to many mods install so i start from scratch. I have install a clean RC2A shop with latest HTC, and added the tinymce editor and used the code from HTC in the categories.php file. The text allready in DB show up in editor, but any text entered is disapering. All fields that dont have tinymce editor is saved. Any suggestion where to look to get the saving to work. Or is there any other editor thats recomended to use.
  14. The error is in the SEO class file. But i dont know if it is one part missing or and/ one part wrong in this section: from the latest release seo.class file. $x++; $this->default_config['SEO_ADD_CPATH_TO_PRODUCT_URLS'] = array('DEFAULT' => 'false', 'QUERY' => "INSERT INTO `".TABLE_CONFIGURATION."` VALUES (NULL, 'Add category parent to product URLs?', 'SEO_ADD_CPATH_TO_PRODUCT_URLS', 'false', 'This setting will append the category parent(s) name to the product URLs (i.e. - parent-some-product-p-1.html).', GROUP_INSERT_ID, ".$x.", NOW(), NOW(), NULL, 'tep_cfg_select_option(array(''true'', ''false''),')" ); $x++; $this->default_config['SEO_ADD_CAT_PARENT'] = array('DEFAULT' => 'false', 'QUERY' => "INSERT INTO `".TABLE_CONFIGURATION."` VALUES (NULL, 'Add category parent to begining of URLs?', 'SEO_ADD_CAT_PARENT', 'false', 'This setting will add the category parent(s) name to the beginning of the category URLs (i.e. - parent-category-c-1.html).', GROUP_INSERT_ID, ".$x.", NOW(), NOW(), NULL, 'tep_cfg_select_option(array(''true'', ''false''),')" ); The config key 'SEO_ADD_CPATH_TO_PRODUCT_URLS' looks correct but not the description. "Add category parent to product URLs?" "This setting will append the category parent(s) name to the product URLs (i.e. - parent-some-product-p-1.html" Is this description for another entry or is it only wrong??
  15. Regarding the missing cpath in admin ref. post I have no gone through all changes in install for the newest version and change the code, but still missing the cpath entry. I cant even find the reference in the seo class file. As far as i can se this is the only place the entries coming from. After what i can se there is a mistake in the second entry as the placeholder may fit with the cpath option in admin, but text is different. I am not sure if one entry is missing or one of thees 2 should not be there. (Add category parent to product URLs? - Add category parent to begining of URLs?) I fint the correct entry in older version of Ultimate SEO URLs v2.1x like Ultimate_SEO_URLSv21d_UPDATED-23-NOV-2008 but there is only one of the entries (Add category parent to product URLs? - Add category parent to begining of URLs?) What is the correct code. Bothe entries and cpath or only one + cpath. $x++; $this->default_config['SEO_ADD_CPATH_TO_PRODUCT_URLS'] = array('DEFAULT' => 'false', 'QUERY' => "INSERT INTO `".TABLE_CONFIGURATION."` VALUES (NULL, 'Add category parent to product URLs?', 'SEO_ADD_CPATH_TO_PRODUCT_URLS', 'false', 'This setting will append the category parent(s) name to the product URLs (i.e. - parent-some-product-p-1.html).', GROUP_INSERT_ID, ".$x.", NOW(), NOW(), NULL, 'tep_cfg_select_option(array(''true'', ''false''),')" ); $x++; $this->default_config['SEO_ADD_CAT_PARENT'] = array('DEFAULT' => 'false', 'QUERY' => "INSERT INTO `".TABLE_CONFIGURATION."` VALUES (NULL, 'Add category parent to begining of URLs?', 'SEO_ADD_CAT_PARENT', 'false', 'This setting will add the category parent(s) name to the beginning of the category URLs (i.e. - parent-category-c-1.html).', GROUP_INSERT_ID, ".$x.", NOW(), NOW(), NULL, 'tep_cfg_select_option(array(''true'', ''false''),')" );
  16. I upgraded from Ultimate_SEO_URLSv21d_UPDATED-23-NOV-2008 to Ultimate_SEO_URLSv22d_5 and the only step nessesary was to upload the new class file. But after upgrade i am missing the Add cPath to product URLs? option in admin. Is there some optional steps that have to be done. Here is the options that are in admin. Enable SEO URLs? true Add category parent to product URLs? false Add category parent to begining of URLs? false Filter Short Words 3 Output W3C valid URLs (parameter string)? true Enable SEO cache to save queries? true Enable product cache? true Enable categories cache? true Enable manufacturers cache? true Enable all products seo cache? true Enable articles cache? true Enable topics cache? true Enable information cache? true Enable link directory cache? true Enable automatic redirects? true Enable use Header Tags as name? false Choose URL Rewrite Type Rewrite Enter special character conversions Remove all non-alphanumeric characters? false Reset SEO URLs Cache false Uninstall Ultimate SEO
  17. The percent sign in MySQL is interpreted as a wild card which means "anything or nothing". To uninstall you also have to revert the sql changes made by that contrib and all steps from the install text. Look through the documentation and se if you find the sql inserts and remove or alter the tables involved. The admin side is in the configurating table (maybe in the configuration groupe to)
  18. Many of the contrib have made change to the same part of code. You have to check that the code you are supposed to replace is correct and not that any other contrib have changed it. Manytimes you have to alter the alteration due to different contrib is changing the same lines. I always check the code i am to replace with what the contrib says it should be. Maybe you have overlooked something..
  19. You se post number in upper right corner of post. your post is 3659 If not you find it here. A few post up.. http://www.oscommerce.com/forums/index.php?sho...t&p=1384860
  20. If yopu go to page controle and select the file from the drop down menu, you get the form for how to handle the different options for SEO one is named root in the lower right corner. I have to check this to get it working correctly on the pseudo page - information page unlimited.
  21. I have Information Pages unlimited v 2.044 installed with HTC and working as a dream. Must use pesudo pages and add meta tags for each id. If i find time i will update to latest 2.05 and try... The only thing is that i have to check "root" to get information to show. If i uncheck "root" it goes blank. Just a feature request sins we are into this contrib witch use pseudo pages.: One option i would like is to have names on the pseudo files insted of information.php?info_id=x where id x may be my privacy page. Example: information.php?info_id=1 --> delivery information.php?info_id=2 --> Privacy information.php?info_id=5 --> Payment
  22. A search on this should have solved your problem... but normaly you have access to phpmyadmin through your hosting control panel and can use this to insert the mysql to the database.
  23. Hi, i have the same problem with FCK and the HTC 3.0.9 categori description. I have tryed many different variant of the code but no luck get it working. I found out hov to modyfi the design so that all input field use whole width under the categori list. Se this post for the solution to that. FCK willl show the description if there is already in DB, but when save it become empty. I am not sure it is the FCK code that are wrong, maybe it is the save function that can not handel the input from FCK. But i am not that mutch of a php coder to fully understand everything. Hopefully we can get this to work..:-)
×
×
  • Create New...