![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
Is it possible to increase the number caracters for keywords for the site? I've not enough room for my keywords to put in. Please let me know,
__________________
Greetz...Pieter v3.1.8 Developer www.paardenverkoop.net (online) ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#2
|
||||
|
||||
|
Are you referring to the size of the input field or is mysql trimming it to a certain length?
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals | My Blog |
|
#3
|
||||
|
||||
|
I don't know what you mean exactly but what I do know is that
what I put in the admin section doesn't show all the keywords in the frontsite. When you look at the source of the site you can see what I mean..... The keywords are suddenly cutoff.... example: <meta name="Keywords" content="paarden,pony's,veulens,paard,pony veulen,merrie,hengst,fries,arabier,paardenverkoop. net,andalusier,anglo-arabier,paarden verkoop, paarden te koop,verkoop paarden, horse, horses, horses for sale, free ads, pferde zu verkauf, pferde, pferd, marathonwagen, p" /> Eventhough I've given more keywords in the admin section.....
__________________
Greetz...Pieter v3.1.8 Developer www.paardenverkoop.net (online) ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#4
|
||||
|
||||
|
I understand. This is because of the field type in the database. If you open the admin table and view keywords you should be able to change it to something like varchar(255) or something higher.
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals | My Blog |
|
#5
|
||||
|
||||
|
Hi Erik,
Could you be more specific in means of where and how? I don't have a doctoral degree in scripting.. Thanx...
__________________
Greetz...Pieter v3.1.8 Developer www.paardenverkoop.net (online) ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#6
|
||||
|
||||
|
If you have something like phpmyadmin installed you can run a query like this:
Code:
ALTER TABLE `class_admin` CHANGE `keywords` `keywords` VARCHAR( 455 ) NULL DEFAULT NULL
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals | My Blog |
|
#7
|
||||
|
||||
|
Thanx Erik,
That worked like a charm....
__________________
Greetz...Pieter v3.1.8 Developer www.paardenverkoop.net (online) ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Keywords Question | bikesource | v3.1 Questions & Support | 6 | 05-25-2007 12:47 PM |
| If statement in meta tag Title | SkGold | v3.1 Modifications | 2 | 04-12-2007 12:36 AM |
| How To Make Each Page Have A Unique Name, Desc & Keywords | bgordon | v3.1 Questions & Support | 12 | 04-03-2007 11:41 PM |
| what's your site's best page rank? | buyusedtoyotas | Site Marketing | 5 | 07-10-2006 11:42 AM |
| Meta Meta :-) | CB | v3.1 Questions & Support | 5 | 06-29-2006 12:45 AM |