Jump to content


Corporate Sponsors


Latest News: (loading..)

yansfung

Member Since 23 Jun 2005
Offline Last Active Today, 14:57
-----

Posts I've Made

In Topic: Header Tags SEO

04 February 2012, 04:40

Hello, Jack!

In order to pass the W3C validation at http://validator.w3.org the file "catalog/includes/modules/header_tags_social_bookmarks.php" of HTS 3.2.7 needs to have the following changes:

Line 52 <g:plusone></g:plusone><B> </B>
to: <div class="g-plusone" style="float:left;"></div>

Lines 55-70 to
<td><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/delicious.png', 'Add ' . $NAME . ' to del.icio.us'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/digg.png', 'Add ' . $NAME . ' to Digg'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://ekstreme.com/socializer/?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/Socializer16.png', 'Add ' . $NAME . ' to Ekstreme'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/facebook.png', 'Add ' . $NAME . ' to Facebook'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://furl.net/storeIt.jsp?t=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/furl.png', 'Add ' . $NAME . ' to Furl'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/google.png', 'Add ' . $NAME . ' to Google'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u==<?php echo $URL . '&amp;h=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/newsvine.png', 'Add ' . $NAME . ' to Newsvine'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">

Lines 73 - 88 to
<td><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u==<?php echo $URL . '&amp;h=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/newsvine.png', 'Add ' . $NAME . ' to Newsvine'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/reddit.png', 'Add ' . $NAME . ' to Reddit'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://technorati.com/cosmos/search.html?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/technorati.png', 'Add ' . $NAME . ' to Technorati'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=Check out <?php echo $URL . '&amp;title=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/twitter.png', 'Add ' . $NAME . ' to Twitter'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://myweb.yahoo.com/myresults/bookmarklet?u=<?php echo $URL . '&amp;t=' . $TITLE; ?>">
<?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/yahoo.png', 'Add ' . $NAME . ' to Yahoo myWeb'); ?></a></td>

<td><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=<?php echo $URL . '&amp;title=' . $TITLE; ?>">

:'( :x

In Topic: Header Tags SEO

26 January 2012, 12:30

Patch for file "catalog/include/header.php"

Hello, Jack!

I have installed your great Add-on for osc2.3.1 when validate at http://validator.w3.org/ , it needs to modify the following lines:

17 <div id="header" class="grid_24">
18 <?php /*** Begin Header Tags SEO ***/
19 if (HEADER_TAGS_DISPLAY_PAGE_TOP_TITLE == 'true') {
20 ?>
21 <!--<div id="header" class="grid_24"> -->
22 <div style="text-align:center; color:#aaa; font-size:10px;"><?php echo $header_tags_array['title']; ?></div>
23 <!-- </div> -->
24 <?php
25 }
26 /*** End Header Tags SEO ***/
27 ?>
28 <!-- <div id="header" class="grid_24"> -->

To get rid of duplicate id="header" error!

:'(

In Topic: Header Tags SEO

10 January 2012, 02:50

View PostJack_mcs, on 07 January 2012, 13:25, said:

Yes.

Thank you very much indeed, Jack!

You make the world lives beauty!

[img]http://forums.oscommerce.com//public/style_emoticons/default/thumbsup.gif[/img]

In Topic: Header Tags SEO

07 January 2012, 09:53

It is a very nice gift for New 2012, Jack!

Does this Ver. 3.2.7 support osc2.3.1?

[img]http://forums.oscommerce.com//public/style_emoticons/default/crying.gif[/img]

In Topic: 'On The Fly' Auto Thumbnailer using GD Library 2.1

02 January 2012, 09:46

I am a "green boy".

A stupid question, I have installed this addon . How's work? I mean how to kick it off?