J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Image Sitemap - Piwik Tracking Image (1 viewing) 
Go to bottom
TOPIC: Image Sitemap - Piwik Tracking Image
#1315
Michael Gattol
Junior Boarder
Posts: 22
User Offline
Image Sitemap - Piwik Tracking Image Karma: 2  
hi,
in my image-sitemap i get continuously showed the image from my image-tracking code from piwik. i really want to exclude this from my sitemap, how can i do this!?

this is the code line from my trackingcode where the image is placed, and what i want to exlude from my sitemap:
Code:

<noscript><p><img src="//stats.foxality.org/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
 
Logged Logged  
  The administrator has disabled public write access.
#1316
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Image Sitemap - Piwik Tracking Image Karma: 79  
Hi Michael,

it's easy using the exclude filters for various data sources, just append the word 'piwik' to the exclude filters comma separated.
More info are available in the pdf documentation.

John
 
Logged Logged  
  The administrator has disabled public write access.
#1317
Michael Gattol
Junior Boarder
Posts: 22
User Offline
Re:Image Sitemap - Piwik Tracking Image Karma: 2  
thx for information ...

i'am modifying my image sitemap and would like to "include" images from "jreviews". all this images stored in "/media/reviews/photos/" this path, how can i include this?
is it possible to use "wildcards" also on the include and exclude fields?
i'am asking because i also would like to include all images from "easyblog". the problem about this images are, that there are always some size-version per image are stored in the same folder. i want only the original size of the images in the sitemap.
 
Logged Logged  
  The administrator has disabled public write access.
#1318
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Image Sitemap - Piwik Tracking Image Karma: 79  
check the exclude filters to include images from jreviews, by default the 'media' folder is excluded

wildcards can't be used because filters are not based on regular expressions to maximize performance, however you can use subchunks, so for example including the word: thumb


will exclude thumbnails32x32.png, thumbnail64x64.png etc
 
Logged Logged  
  The administrator has disabled public write access.
#1325
Michael Gattol
Junior Boarder
Posts: 22
User Offline
Re:Image Sitemap - Piwik Tracking Image Karma: 2  
this include and exclude filters does not do what i want, and this is not very handy option to manage images on my opinion.

as sample, i use Easyblog and jReviews on my site. The Easyblog images are stored under "root/images" and the reviews images stored under "root/media".
to include a special size from reviews i have to delete the "media" from the exclude filter, at the same time i have to exclude all other folders in the media folders what i do not want in the image sitemap, guess what this are a lot of folders. as i sad not very handy!
after i had recognized that i stopped working on this - i do not want to a fend you, i like your sitemap tool very much. i only give some constructive feedback.
as input, Akeeba Backup have a very nice technic for filtering files and folders (Akeeba Backup: Files and Directories Exclusion), could be a nice feature.


the other question is, i do not get my Easyblog images in the sitemap. the image-name what i want to include look like this "4e5al_templatename_frontpage_holydays-01.jpg". when i type in my include filter this "4e5al_templatename_frontpage_" no image from Easyblog are included
(this flag from the filenames are static "4e5al_templatename_frontpage_", that have all images with the size what i want indexed in the sitemap)
i'am also wondering where should i do this filter source configurations exactly for Easyblog, in the Source for my main-menu or in the easyblog sources, or in both?

PS: i get always logged out in minutes on your site, when i write some words in your forum and want to post this in the meanwhile i'am logged out and i could write the hole text again - this is not funny
 
Logged Logged  
  The administrator has disabled public write access.
#1326
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Image Sitemap - Piwik Tracking Image Karma: 79  
Hi Michael,

however thanks for your feedback about filters, i think it's constructive
If you are interested, i can send you a component package based on filters using regular expression so that you can use wildcards, it seems you need an advanced use of this kind of filters

For the Easyblog images it could be the case that the configuration needs to be applied to both data sources, if easyblog is reachable by menu and even by a dedicated data source. Keep in mind that having a dedicated data source for Easyblog and using it for the images sitemap could lead to a lot of links to crawl, requiring more time and the AJAX generation feature.

PS: you are logged out because the session lifetime on this site is set to few minutes of inactivity... it's a security measure of course... write short messages
 
Logged Logged  
  The administrator has disabled public write access.
Go to top