![]() |
Quote:
Found that little sucker at the end of line 34 works properly now. <textarea cols=65 rows=15 name=description> Thanks for the guided tour. dlee |
This is a great mod! Thanks for helping us out!
I have a suggestion/request. :) Is there a way to have the products within the category use the same meta title, descriptions and keywords as the category that it resides in? Thank you! |
First of all, awesome work Funkydunk and thanks for the generosity by posting the code up. Thank you!
I got a question that maybe funkydunk or Dlee can answer...I'm haivng that problem where it inserts a space/line break in the description box when I go to edit a category. Now Funkydunk said to edit the category_modify.tpl and can locate the file...but what is the exact change I have to make?? I'm no programmer (as you can tell)..how do I remove the line break? Thanks in advance |
wlekoh,
If you can locate the file you are almost done. Open this file in a text editor like notepad. I use TextPad and I recommend it, it is very easy to use. Look for the line or do a search in the document via your text editor for this line of code. <textarea cols=65 rows=15 name=description> at the end of this line is where the problem is. Their is an extra space there and needs to be deleted. Don't let the line wrap, just delete the space. Here is the corrected version of category_modify.tpl Code:
{* $Id: category_modify.tpl,v 1.20 2002/11/10 09:26:46 ndv Exp $ *} That should do it. Just paste this code in to category_modify.tpl and your done. dlee |
Thanks Dlee, that fixed it up sure enough! :D
Has anyone had any problems using webmaster mode after this mod was installed? I can't seem to use that feature of X-cart anymore after installing this. :cry: |
SQL Patch
When I try to apply the patch...I get the following error
INVALID SQL: 1062 : Duplicate entry 'meta_title' for key 1 SQL QUERY FAILURE: INSERT INTO xcart_config VALUES ('meta_title', 'Meta Title', '', 'Company', 600, 'text') Quote:
Using MSQL VER 4.0.16 Any Ideas? Thank's Censat |
I Think it means you have tried or have successfully ran and patched the SQL database using that query. Try going to general settings then "company setting" and have a look if there's fields there for meta tags.
|
Meta Mod installed..category icons not working
Did you guys realise that by installing Funkydunk's meta mod it creates some problems with the category icons?? You can't add any category icons whatsoever...
Anyone figured out a soltion around this problem?? |
Quote:
Same problem on my site. I cannot add any subcategory Icons anymore :( . |
Figured it out ... see page 2
|
But those modifications are for 3.4.4 and I am running 3.4.8
Will it still work ok? |
Works fine. Use the category_modify.php for 3.4.8 (posted by funkydunk page 3) Use the category_modify.tpl listed on Page 2 (posted by eleven). Everything else is the same as listed on page 1. I also used the updated meta.tpl and the new bit in home.tpl to transfer metas to product pages.
There seems to be a space that needs to be deleted in the category_modify.tpl ... still searching for it. |
Has anyone tried this mod on 3.5 yet?
If so how were your results |
Took a little reading and re-reading, but I got it done.... WAY COOL MOD!!! :D
FunkyDunk, gotta love that guy! :wink: |
Hmm I still seem to have problems with the category icons not showing up at all after installing this mod on x-cart 3.4.8. I followed all the instructions as mentioned but still no go...anyone else having this problem?
|
Wlekoh--
Sorry, I'd like to help, but I'm not using category icons. Perhaps I should try it, but I'm still trying to get all the little things that don't work for me fixed up before launch. |
Does this work with 3.50?
I will like to know
|
I tried this mod on v3.5.1 and now when I try to Modify a category I get an error message "Can't to find template engine!" :(
Looking at the category_modify.php file for v3.5.1, it looks like there are some major differences from 3.4.8 and earlier. Does anyone have any ideas on what needs to be done to get this mod to work with 3.5.1? |
Search for this, i know that Boomer detailed informaton on this board about what is required to get these mods to work in 3.5.x.
|
Thanks adpboss. I found the post, where Boomer suggests replacing all include .. strings with $xcart_dir."/ . I ammended the category_modify.php file as Boomer suggested. Got the same error message. Then I saw that the lines
require "../smarty.php"; require "../config.php"; require "./auth.php"; require "../include/security.php"; all used the same relative linking format, so I replaced them with the $xcart_dir."/ too. There were a couple of other instances in that file of "replace .." which I changed also. Now I just get a completely blank page when trying to modify categories. I checked all the other template files for include .. strings, but didn't find anything. Unless I missed something obvious (I'll bet I did!) this mod doesn't seem to work on 3.5.1 Can anyone offer any insight? |
dbr1066,
In order to not receive the "Can't find to template engine" message, please locate and change the following in your catageory_modify.php: Change: Quote:
to .... Quote:
HTH, Glen |
Anyone verified whether this works/doesn't work on the newest versions?
~Beth |
Glen's change above will do the trick and make it work on 3.5.x
:) |
As much as I love top.inc.php, it tends to reak havoc on old mods working on 3.5.x X-carts. #-o
|
Re: Funkydunk, any reason why my title is sticking to the
Quote:
I had the same problem wtin 3.4.4. The SQL Patch failed and continued to do so on additional attempts. Made the changes to SQL using PHP admin. It was quite easy to do. The rest of the Mod has worked quite well. Brian |
Quote:
Boomer could you explain what you mean by this? I'm haveing a hell of a time getting any mods to work in 3.5.4 |
Dealsondeals, post about "can't to find template engine" is the most relative to 3.4.x mods not working in 3.5.x.
|
All times are GMT -8. The time now is 04:51 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.