68 Classifieds Forums  

Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support
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  
Old 05-16-2006, 10:12 AM
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
 
Join Date: Mar 2006
Posts: 1,725
Default Upgrading from V3.0.x to V3.1 please read.

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.
__________________
Larry.
Reply With Quote
  #2  
Old 05-24-2006, 03:53 PM
fjarabeck's Avatar
fjarabeck fjarabeck is offline
Junior Member
 
Join Date: Apr 2006
Posts: 21
Default Upgrading from 3.0 to 3.1.x

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 05-24-2006, 04:05 PM
suzkaw suzkaw is offline
Trained to break arms!
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 2,460
Default

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.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Knowledge Base | User Manuals | My Blog
Reply With Quote
  #4  
Old 05-29-2006, 02:46 PM
fjarabeck's Avatar
fjarabeck fjarabeck is offline
Junior Member
 
Join Date: Apr 2006
Posts: 21
Default Keywords and Description TAGs

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
  #5  
Old 08-13-2007, 02:50 AM
MADKing MADKing is offline
Member
 
Join Date: Aug 2007
Location: Germany
Posts: 84
Default

Can you give the code which is changing too? So modified scripts can be square with.
I mean for the future updates.
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


All times are GMT -4. The time now is 07:18 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.