Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * - 4 votes

[Contribution] SEO-G


1098 replies to this topic

#1041 Jayhawk

  • Community Member
  • 10 posts
  • Real Name:Ron

Posted 17 December 2008, 04:54

So how much would it cost or who could help me put this into my store? I have tried 5 times with no luck.

Screen is just blank now.

Not sure where to go from here. After step 10, I get lost. Admin screen still works at this point. Nothing else is visible.


Ron

#1042 voided

  • Community Member
  • 327 posts
  • Real Name:Luigi Fumagalli
  • Gender:Male
  • Location:Montreal, Canada

Posted 04 January 2009, 12:55

i'd like to report that seo-g works perfectly with manufacturers and sorting and any other extra pulldowns....

here's an example for the manufacturers in index.php

	  $filterlist_query = tep_db_query($filterlist_sql);
	  if (tep_db_num_rows($filterlist_query) > 1) {
		echo tep_draw_form('filter', FILENAME_DEFAULT, 'get') . '<b>show:</b>&nbsp;';
		if (isset($HTTP_GET_VARS['manufacturers_id'])) {
		  echo tep_draw_hidden_field('manufacturers_id', $HTTP_GET_VARS['manufacturers_id']);
		  $options = array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES));
		} else {
		  echo tep_draw_hidden_field('cPath', $cPath);
		  $options = array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS));
		}

		echo tep_draw_hidden_field('sort', $_GET['sort']).(isset($_GET['list']) ? tep_draw_hidden_field('list', $_GET['list']) : '') . (isset($_GET['max']) ? tep_draw_hidden_field('max', $_GET['max']) : '');
?>
<select class="xdrop1" name="select2" onChange="if(options[selectedIndex].value) window.location.href=(options[selectedIndex].value)">
<option value="<? echo tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('filter_id','page', 'max', 'sort')) . ''); ?>">All Manufacturers</option>
<?
	while ($filterlist = tep_db_fetch_array($filterlist_query)) {
?>
<option value="<? echo tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('filter_id','page', 'max', 'sort')) . 'filter_id='.$filterlist['id']); ?>" <?php if($HTTP_GET_VARS['filter_id'] == $filterlist['id'] ) {echo 'SELECTED';}else{ echo '';} ?>><? echo $filterlist['name']; ?></option>
<?
	}
?>
</select>
<?
	echo tep_hide_session_id() . '</form>' . "\n";
	  }

and for the manufacturers infobox (includes/boxes/manufacturers.php) on the column_left.php i used this (you should be able to find out where this goes in the file):

// Display a drop-down
	  $manufacturers_array = array();
	  if (MAX_MANUFACTURERS_LIST < 2) {
		$manufacturers_array[] = array('id' => '', 'text' => PULL_DOWN_DEFAULT);
	  }
		echo tep_draw_form('manufacturers', tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false), 'get');
	  
?>
<select class="xdrop1" name="select3" onChange="if(options[selectedIndex].value) window.location.href=(options[selectedIndex].value)">
<option value="<? echo tep_href_link(FILENAME_DEFAULT); ?>">Please Select</option>
<?
	  while ($manufacturers = tep_db_fetch_array($manufacturers_query)) {
?>
<option value="<? echo tep_href_link(FILENAME_DEFAULT, 'manufacturers_id='.$manufacturers['manufacturers_id']); ?>" <?php if($HTTP_GET_VARS['manufacturers_id'] == $manufacturers['manufacturers_id'] ) {echo 'SELECTED';}else{ echo '';} ?>><? echo $manufacturers['manufacturers_name']; ?></option>
<?
	  }
?>
	  </select>
<?
	}
?>

Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix

#1043 gombszorp

  • Community Member
  • 12 posts
  • Real Name:Zsolt

Posted 12 January 2009, 14:30

HI!

I tried to install SEO-G but unfortunatelly my site does't load after upload includes/functions/html_output.php.

If I copy

//-MS- SEO-G Added
$link = $g_seo_url->get_seo_url($link, $separator);
//-MS- SEO-G Added EOM

in the file my page doesn't work..

Do You have any idea?

Thanks,,


Zsolt

#1044 ken0306

  • Community Member
  • 136 posts
  • Real Name:Ken0306
  • Gender:Male

Posted 16 January 2009, 19:40

View Postgombszorp, on Jan 12 2009, 03:30 PM, said:

HI!

I tried to install SEO-G but unfortunatelly my site does't load after upload includes/functions/html_output.php.

If I copy

//-MS- SEO-G Added
$link = $g_seo_url->get_seo_url($link, $separator);
//-MS- SEO-G Added EOM

in the file my page doesn't work..

Do You have any idea?

Thanks,,


Zsolt

recheck your .htaccess file that may be the problem cost your pages don't load

#1045 BarrySmith

  • Community Member
  • 152 posts
  • Real Name:Peter Smith
  • Gender:Male
  • Location:London

Posted 20 January 2009, 22:55

I have noticed that the product and price urls for some reason do not get redirected. Take the following as an example:

http://mysite.com/index.php?cPath=60&page=1&sort=2d

I owuld like the stuff after index.php to not be present as my website is showing up with multiple index pages.

can you please advise if this is at all possible.

Regards. Peter.
I have built an online store solely with the help of this forum.

#1046 BarrySmith

  • Community Member
  • 152 posts
  • Real Name:Peter Smith
  • Gender:Male
  • Location:London

Posted 22 January 2009, 21:53

View PostBarrySmith, on Jan 20 2009, 10:55 PM, said:

I have noticed that the product and price urls for some reason do not get redirected. Take the following as an example:

http://mysite.com/index.php?cPath=60&page=1&sort=2d

I owuld like the stuff after index.php to not be present as my website is showing up with multiple index pages.

can you please advise if this is at all possible.

Regards. Peter.

does anyone know how to resolve this issue?

Regards. Peter.
I have built an online store solely with the help of this forum.

#1047 8thperson

  • Community Member
  • 8 posts
  • Real Name:Muhammad Asif Ali

Posted 01 February 2009, 13:36

i installed SEO-G right now but m facing an error saying
Parse error: syntax error, unexpected $end in /home/html/includes/application_top.php on line 514
the code of the file starts with

//-MS- SEO-G Added
  if( !isset($g_seo_flag) || $g_seo_flag !== true) {
// start the timer for the page parse time log
  define('PAGE_PARSE_START_TIME', microtime());

// set the level of error reporting

this error is because of unclosed if condition. (that i was asked to place while installation of SEO-G) but don't know where to put the ending paranthesis in application_top.php


plz help!

#1048 gnehse

  • Community Member
  • 2 posts
  • Real Name:E Sheng

Posted 14 February 2009, 07:37

View Post8thperson, on Feb 1 2009, 09:36 PM, said:

i installed SEO-G right now but m facing an error saying
Parse error: syntax error, unexpected $end in /home/html/includes/application_top.php on line 514
the code of the file starts with

//-MS- SEO-G Added
  if( !isset($g_seo_flag) || $g_seo_flag !== true) {
// start the timer for the page parse time log
  define('PAGE_PARSE_START_TIME', microtime());

// set the level of error reporting

this error is because of unclosed if condition. (that i was asked to place while installation of SEO-G) but don't know where to put the ending paranthesis in application_top.php


plz help!

This is the correct code for the ending part.

//-MS- SEO URLs Support Added
    require(DIR_WS_CLASSES . 'seo_url.php');
    $g_seo_url = new seoURL;
//-MS- SEO URLs Support Added EOM

} 
//-MS- SEO-G Added EOM


#1049 BarrySmith

  • Community Member
  • 152 posts
  • Real Name:Peter Smith
  • Gender:Male
  • Location:London

Posted 14 February 2009, 13:11

View PostBarrySmith, on Jan 22 2009, 09:53 PM, said:

does anyone know how to resolve this issue?

Regards. Peter.


If it helps my website url can be found here buy earplugs
I have built an online store solely with the help of this forum.

#1050 anabrolic

  • Community Member
  • 27 posts
  • Real Name:John Constantine

Posted 20 February 2009, 00:45

SAME PROBLEM with Whos Online: with SEO-G on or off no matter what page i m on, it shows cookie_usage.php or whatever i set in SEO-G Redirect

Any ideas?

#1051 anabrolic

  • Community Member
  • 27 posts
  • Real Name:John Constantine

Posted 24 February 2009, 13:11

i had to comment out this line in root.php:

header('Location: ' . $g_relpath . SEO_DEFAULT_ERROR_REDIRECT);

i dont think this is a good idea but now whos online shows the current page i m on instead of cookie_usage.php

i also noticed if a bot is on the website , Last URL shows up ok but for a visitor the same cookie_usage.php

#1052 KarTunes

  • Community Member
  • 161 posts
  • Real Name:João Carrolo

Posted 03 March 2009, 14:51

View Postanabrolic, on Feb 24 2009, 01:11 PM, said:

i had to comment out this line in root.php:

header('Location: ' . $g_relpath . SEO_DEFAULT_ERROR_REDIRECT);

i dont think this is a good idea but now whos online shows the current page i m on instead of cookie_usage.php

i also noticed if a bot is on the website , Last URL shows up ok but for a visitor the same cookie_usage.php


After reading allot of posts, i'm asking anyone have this contribution working????

I try the Ultimate CEO URLs and SEO-G but i can't get none of those two contributions work properly... I Have allways error 404...

#1053 KarTunes

  • Community Member
  • 161 posts
  • Real Name:João Carrolo

Posted 03 March 2009, 17:10

I Think my problem is related with the translation of special Characteres...

For Example:

If i have on product description something like

JBL GTO-937 - Colunas Coaxiais "GTO Series" de 3 Vias, 6x9"(16.0x23.0Cm), 300W

with SEO i currently have something like

jbl-gto-937-colunas-coaxiais---gto-series---de 3 vias--- ....html

So the characteres like " , ( ) à á ç ã ' are not translated or wrong translated at the moment, my language is portugues, so anyone can help placing this very usefull contribution working????


I Appretiate any help...


Best Regards
João Carrolo
KarTunes

#1054 KarTunes

  • Community Member
  • 161 posts
  • Real Name:João Carrolo

Posted 04 March 2009, 13:42

Dear all...

Like all changes, i allways try to implement any changes in local mode, with EasyPHP 2.0b1 and only if it's working i publish all files online, so my question is, there is any limitation using EasyPHP 2.0b1 ??? I need to change any configuration???? Where i must change the configurations...

Anyone can help????



Best Regards
João Carrolo

#1055 KarTunes

  • Community Member
  • 161 posts
  • Real Name:João Carrolo

Posted 04 March 2009, 18:50

View PostKarTunes, on Mar 4 2009, 01:42 PM, said:

Dear all...

Like all changes, i allways try to implement any changes in local mode, with EasyPHP 2.0b1 and only if it's working i publish all files online, so my question is, there is any limitation using EasyPHP 2.0b1 ??? I need to change any configuration???? Where i must change the configurations...

Anyone can help????



Best Regards
João Carrolo


OK... I have the SEO URLs working in local mode... I have only one last question to see if anyone can help me...

The Category name is: Iluminação auto

I must have something similar to: http://127.0.0.1/loja-pt/iluminacao-auto-c-12.html

But i have with strange characters: http://127.0.0.1/loja-pt/iluminação-auto-c-12.html

It´s displaying properly on the web page but when i click i have that strange sintax, i know the problem it caused because special characters...

Any one can help on this last issue to get this working properly????


I appretiate any help


Best Regards
João Carrolo
KarTunes

#1056 trembita

  • Community Member
  • 83 posts
  • Real Name:Dima Titov

Posted 13 March 2009, 13:08

I have Register Globals (http://www.oscommerce.com/community/contributions,2097/) contribution installed, because my hoster uses register_globals off. But now SEO-G doesn`t work.

Is there any fix to work SEO-G with Register Globals contrib?

#1057 epiploicum

  • Community Member
  • 28 posts
  • Real Name:jan

Posted 30 March 2009, 19:53

Hi,can i please redirect www.domain.com/index.html to www.domain.com/?
Thanks

#1058 eyekandee

  • Community Member
  • 112 posts
  • Real Name:Alex Roche
  • Location:vancouver

Posted 09 May 2009, 08:49

I'm running my site with custom manufacturer listings.
I have an artist listing and a record label listing, both are being converted by the contribution and in the report all the links are right. However when you click on the artist link, instead of going to the artist page. It just loads the normal index page.

Also is there a way to list the links without the .html as the url prefix.

thanks for any help.

here is the link to our test site http://testingsite.ntactrecords.com

thanks
alex
Using IE6 with today’s websites is like driving a horse and buggy in New York City during rush hour traffic and expecting everyone else to accommodate to you. It’s simply time to upgrade.

#1059 eyekandee

  • Community Member
  • 112 posts
  • Real Name:Alex Roche
  • Location:vancouver

Posted 10 May 2009, 17:40

View Posteyekandee, on May 9 2009, 08:49 AM, said:

I'm running my site with custom manufacturer listings.
I have an artist listing and a record label listing, both are being converted by the contribution and in the report all the links are right. However when you click on the artist link, instead of going to the artist page. It just loads the normal index page.

Also is there a way to list the links without the .html as the url prefix.

thanks for any help.

here is the link to our test site http://testingsite.ntactrecords.com

thanks
alex


I got the artists listing to redirect. I had some code in the application top that was affecting the redirect.

Now I got the .html prefix removed everything works, except none of the images are showing up.
Is there a solution to this.

cheers
Using IE6 with today’s websites is like driving a horse and buggy in New York City during rush hour traffic and expecting everyone else to accommodate to you. It’s simply time to upgrade.

#1060 misantropo

  • Community Member
  • 20 posts
  • Real Name:David

Posted 15 May 2009, 08:24

I have a problem with seo-g.

It looks run all well, but...

I get:

http://www.mysite.com/myproduct.html ---------> perfect

when I get reviews...

http://www.mysite.com/product_reviews_myproduct.html ----> perfect

but when I clic next link for read reviews I get:

http://www.mysite.com/product_reviews_info...mp;reviews_id=3 ------> incorrect, dont work and i cant read review
http://www.mysite.com/product_reviews_info...mp;reviews_id=2 ------> incorrect, dont work and i cant read review
....

and I cant read reviews because link isnt correct... I read... author H... reviews H ...image product H.... or another letter.


Can you help me?????? THANKS!