Jump to content


Corporate Sponsors


Latest News: (loading..)

trier

Member Since 03 Jul 2008
Offline Last Active Sep 14 2011, 17:42
-----

Posts I've Made

In Topic: Ultimate SEO URL Question

14 September 2011, 13:42

Chris,

Thank you for your reply. Your redirect for the support thread - is that not the SEO v2 support thread? I am using USU5, the thread for this seems to have died out which is why I raised the question here (as per my first sentence)? Is v2 a better option than USU5?

Just knowing if others are experiencing the same would be useful.

In Topic: ULTIMATE Seo Urls 5 - by FWR Media

10 September 2011, 13:46

Hi,

Ultimate Seo Urls 5 PRO ( r205 ) osC 2.3 -

Though it is probably quite trivial, can anyone please help answer a question I have on this feature (I’m hoping to be luckier than my previous question on this thread which brought no response).

I may be going nuts, I may have done something wrong, it may be working as expected (perhaps you can check yours and let me know) -

When listing products for a Manufacturer (product_listing.php), hovering over a product item shows the expected URL for the product info page but the URL doesn’t include the ‘&manufacturers_id=’. Clicking on the product item loads the correct page with the expected URL (without the ‘&manufacturers_id=’). However, the breadcrumb trail shows Home>>Category>>Product instead of Home>>Manufacturer>>Product (as it did in the osC 2.2 version).

Swapping the products_id and the manufacturers_id around in the call to tep_href_link causes the ?manufacturers_id to show in the URL when hovering over the product name in the product listing but it is ‘mislaid’ when going to the product_info page.

In Topic: ULTIMATE Seo Urls 5 - by FWR Media

14 August 2011, 12:16

Hi,

Thank you for this and your other excellent contributions which many of us appreciate.

I have installed USU5 in it’s current and earlier incarnations without issue previously. Trying to implement it in an osC 2.3 site is causing a problem - ‘Internet Explorer cannot display the webpage’. I’m fairly sure it has nothing to do with USU5 and it is because I am using 'http://ServerName/AccountName', the site won’t have a domain name allocated until testing is complete. It would be good to have the cause confirmed rather finding after implementation that the assumption is incorrect.

Failure occurs regardless of the URL format chosen. The generated URL is constructed exactly as expected for each option. However, in application_top.php with SEO URLs 5 enabled it doesn’t get any further than -


Usu_Main::i()->setVar( 'languages_id', $languages_id )
             ->setVar( 'request_type', $request_type ) 
             ->setVar( 'session_started', $session_started ) 
             ->setVar( 'sid', $SID ) 
             ->setVar( 'language', $language )
             ->setVar( 'filename', $PHP_SELF )
             ->initiate( ( isset( $lng ) && ( $lng instanceof language ) ) ? $lng : array(), $languages_id, $language );



Content of (relevant?) data items when URL Format = Standard (the actual account name has been altered to 'AccountName') -

[indent]
$_SERVER[PHP_SELF]:              /~AccountName/product_info.php/issey-miyake-leau-dissey-ladies-edt-100ml-p-302
basename($_SERVER[PHP_SELF]):    issey-miyake-leau-dissey-ladies-edt-100ml-p-302
$_SERVER[SCRIPT_NAME]:           /~AccountName/product_info.php
basename($_SERVER[SCRIPT_NAME]): product_info.php
$PHP_SELF:                       product_info.php
basename($PHP_SELF):             product_info.php
$languages_id:                   1
$request_type:                   NONSSL
$session_started:                1
$SID: 
$language:                       english
$lng:                            1 



FWR MEDIA
KissER Error Handling: 
E_NOTICE Error Count: 1
Error: Undefined variable: lng
File: /~AccountName/product_info.php/issey-miyake-leau-dissey-ladies-edt-100ml-p-302: includes/application_top.php
Line: 353
[/indent]


Many Thanks

In Topic: osC 2.3 Buttons

10 August 2011, 07:06

Vishal,

Hi, Thank you for your help again. I believe the buttons have to be controlled by the CSS tdbLink class. The class defines the button, when javascript is enabled the class is removed (by javascript in html_output.php) leaving the javascript controlled button. When javascript is disabled the class isn’t removed leaving the CSS defined button.

I believe I am now close to a solution, trying to make sure it works with form & link buttons and having no impact when javascript is enabled.

In Topic: osC 2.3 Buttons

09 August 2011, 06:58

From what I’ve read, I assumed that buttons for links (as in the header bar short cuts) should display as buttons even with javascript disabled, I thought losing the image was a problem with my site. However, running the osC demo site with javascript disabled button links show as a text field without the the image background.

Does anyone have any suggestions as to how this can perhaps be improved?