68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support > Upgrading from V3.0.x to V3.1 please read.
v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x

 
Thread Tools Display Modes
(#1)
Old
Lhotch Lhotch is offline
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,472
Join Date: Mar 2006
Default Upgrading from V3.0.x to V3.1 please read. - 05-16-2006, 10:12 AM

I have noticed that a good share of the problems and questions posted lately are a direct result of upgrading a V3.0.x site to a V3.1 site.

Many of the templates have changed and in turn variables have been changed, links added etc etc.

What this means is that by upgrading you will likely encounter a few problems IF you continue to use your old V3.0.xx templates.

With that in mind I highly recommend you take a few minutes and switch your site via admin to use the new V3.1 default template to make sure your site is functioning. Once convinced everything is working, then switch back to your old template. Then as you encounter errors make note of where they are and what template file is being used. Compare it to the new one and merge changes OR simply modify the new template file with the custom changes you made to the old file.

In many cases the template file wont be moded so you could just copy the new template file to your old template folder to get its functionality.
Reply With Quote
(#2)
Old
fjarabeck fjarabeck is offline
Junior Member
fjarabeck is on a distinguished road
 
Posts: 21
Join Date: Apr 2006
Default Upgrading from 3.0 to 3.1.x - 05-24-2006, 03:53 PM

Adding a couple of things that I encountered in my migration process:

::Language Pack
DIFF your lang file over the english 3.1 one to check out all strings added. A very good, simple and free tool to do this is:
http://www.prestosoft.com/ps.asp?page=edp_examdiff

::SEO Mod
If your are using the 3.0 SEO with your own custom made template, you will need to change it to reflect the new 3.1 SEO Mod.

To fix this you can search and replace (do it manually to make sure that the correct code is being changed):
<a href="viewlisting.php?view={$entry.id}">
with:
<a href="{$entry.link}">

::Test all your websites' processes
It is obvious but... test placing an ad in every package, test the e-mail system (contact, registering, etc), test the navigation, and so on. I found a couple of glitches in my template (custom developed) that needed attention.

Hope this helps...



:::Jarabeck:::

Last edited by fjarabeck : 05-24-2006 at 03:57 PM.
Reply With Quote
(#3)
Old
suzkaw suzkaw is offline
Help you, I will.
suzkaw has a spectacular aura about
 
Posts: 1,814
Join Date: Mar 2006
Location: Belmont, NC
Default 05-24-2006, 04:05 PM

Also just to add
::Language Pack
Normally all new language strings are added close to the top of the file and will be labeled with the version number for the change. That is in an effort to try and make it a little easier to find the differences. We only edit the english language file as well.


--
Thanks,
Eric Barnes
68 Classifieds
Documentation - Modifications - My Blog

Reply With Quote
(#4)
Old
fjarabeck fjarabeck is offline
Junior Member
fjarabeck is on a distinguished road
 
Posts: 21
Join Date: Apr 2006
Default Keywords and Description TAGs - 05-29-2006, 02:46 PM

You need also convert your old 3.0.x header to the new 3.1.x form regarding the Keywords and Description tags:

File: /template/yourtemplate/layout.tpl.php

the old form:
Code:
<meta name="Keywords" content="{$smarty.const.KEYWORDS}" /> <meta name="Description" content="{$smarty.const.DESCRIPTION}" />
the new form:
Code:
<meta name="Keywords" content="{$sitekeywords}" /> <meta name="Description" content="{$sitedescription}" />
Otherwise, the keywords and site description will not be published for your website.



:::Jarabeck:::
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrading to 3.1.5 - ERRORS ! dawyatt v3.1 Questions & Support 13 08-24-2006 07:57 AM
3.0.xx upgrading to 3.1... is this normal? Mikael v3.1 Questions & Support 4 05-23-2006 04:36 PM



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com