The latest version of PCI Net Toolbelt is now available on Miva Central and MvtRocks. This is a major update and adds lots of new features.
New Items
SeoLinks and SeoLink: These tools provide the simplest way possible to convert your site to short, SEO friendly links. By directly reading the current SEO settings, these tools create correctly formatted URLs for every page. If your change your SEO settings later or even the domain name, all your links will be instantly update.
Breadcrumbs: Now uses the current SEO settings to determine the format of the link URLs.
Category_Children: Loads the subcategories of the category specified.
Category_Images: Loads the title and tree images of the category specified.
Category_Meta: Loads the Meta keywords and description of the category specified.
Category_Parents: Loads the top level categories.
Category_Siblings: Loads the categorues on the same level as of the category specified.
Cattree_Expanded: Outputs the entire category tree structure at once as a multi level unordered list i.e. <ul>, allowing you to use your own CSS and JavaScript to create dynamic drop-down and fly-out menus. Also uses the current SEO settings to determine the format of the link URLs. Many optional parameters are provided giving you maximum control over the output.
SearchText: This powerful search command allows you to quickly search any or all fields in delimited text file, and return the matching data record. It is used in the new template NTFD_with301_redirects (included with the module) to lookup an old and new category codes.
New Templates
SeoLinks_Demo: Demonstrates the use of the new SeoLinks and SeoLink items.
NTFD_with301_redirects: This advanced. template demonstrates how to do 301 Redirect directly inside the Merchant NTFD page template. If you rename your category codes for SEO purposes, this template will help you preserver your page rankings. By creating and uploading a simple text file, you can redirect inbound links using the old category code to the new page and issue a 301 status message to the search engines.
New Functions
isAlphaNumPlus(): The same as isalnum() except it allows you to pass additional special character like a space, period or other punctuation.
GettokenCount(): Given a delimited text string, return the number of fields in the string. You could even use it to count the number of words in a string. Normally used to determine how many items are in a list so that the Toolbelt FOR command can be used to loop through and parce each item in the list.
New Items
SeoLinks and SeoLink: These tools provide the simplest way possible to convert your site to short, SEO friendly links. By directly reading the current SEO settings, these tools create correctly formatted URLs for every page. If your change your SEO settings later or even the domain name, all your links will be instantly update.
Breadcrumbs: Now uses the current SEO settings to determine the format of the link URLs.
Category_Children: Loads the subcategories of the category specified.
Category_Images: Loads the title and tree images of the category specified.
Category_Meta: Loads the Meta keywords and description of the category specified.
Category_Parents: Loads the top level categories.
Category_Siblings: Loads the categorues on the same level as of the category specified.
Cattree_Expanded: Outputs the entire category tree structure at once as a multi level unordered list i.e. <ul>, allowing you to use your own CSS and JavaScript to create dynamic drop-down and fly-out menus. Also uses the current SEO settings to determine the format of the link URLs. Many optional parameters are provided giving you maximum control over the output.
SearchText: This powerful search command allows you to quickly search any or all fields in delimited text file, and return the matching data record. It is used in the new template NTFD_with301_redirects (included with the module) to lookup an old and new category codes.
New Templates
SeoLinks_Demo: Demonstrates the use of the new SeoLinks and SeoLink items.
NTFD_with301_redirects: This advanced. template demonstrates how to do 301 Redirect directly inside the Merchant NTFD page template. If you rename your category codes for SEO purposes, this template will help you preserver your page rankings. By creating and uploading a simple text file, you can redirect inbound links using the old category code to the new page and issue a 301 status message to the search engines.
New Functions
isAlphaNumPlus(): The same as isalnum() except it allows you to pass additional special character like a space, period or other punctuation.
GettokenCount(): Given a delimited text string, return the number of fields in the string. You could even use it to count the number of words in a string. Normally used to determine how many items are in a list so that the Toolbelt FOR command can be used to loop through and parce each item in the list.
Comment