Search found 197 matches

by danst0
Mon Dec 20, 2010 1:49 pm
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Re: Event Tracking

Hi, In my endeavors to get more insights from my visitors behavior I just realized, that external links in the of the sidebar content are only tracked if in the html nuggets. Eg. the amazon recommendation plugin is not tracked. I've had a look at the code and the links just seem to be enhanced there...
by danst0
Mon Dec 20, 2010 1:05 pm
Forum: Bugs
Topic: Sitemap Plugin
Replies: 6
Views: 4611

Sitemap Plugin

Hi, out of a sudden I get the following error when saving a new or changed entry from the sitemap plugin: sitemap.xml: Sent sitemap sitemap to http://www.google.com. HTTP_Request Object ( [_url] => Net_URL Object ( [url] => http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fscrmblog.com%2F%2Fsitem...
by danst0
Sat Dec 18, 2010 5:25 pm
Forum: Bugs
Topic: Categories Plugin "All categories"
Replies: 3
Views: 2328

Re: Categories Plugin "All categories"

Due to the performance warning using smarty, I decided to use css.

Daniel
by danst0
Fri Dec 17, 2010 9:25 am
Forum: Bugs
Topic: Categories Plugin "All categories"
Replies: 3
Views: 2328

Categories Plugin "All categories"

Hi, the categories sidebar plugin shows an additional entry called "All categories". This does not make sense in my navigational layout (since I already have a "Frontpage" link and visitors are not able to select categories using checkboxes). I would love to have an option to dis...
by danst0
Fri Dec 17, 2010 7:44 am
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Re: Event Tracking

What is the best practice in plugin development then? Due to the automatic update function it would probably be good to make a copy of the old plugin, rename it and then develop there?

Daniel
by danst0
Fri Dec 17, 2010 6:32 am
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Re: Event Tracking

What would you suggest to be the best approach here? Should I change the code of the corresponding plugin or is there a way to do it in a more general way for all sidebar plugins?

Daniel
by danst0
Thu Dec 16, 2010 8:33 pm
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Re: Event Tracking

Ok, on my start page there are multiple links to the same site. How can I differentiate where the user clicked? How would I do that with the GA plugin?

Daniel
by danst0
Wed Dec 15, 2010 9:44 pm
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Re: Event Tracking

And how would I track internal links? So eg. track clicks on the popular links sidebar plugin or the static page plugin?

Daniel
by danst0
Wed Dec 15, 2010 3:54 pm
Forum: General discussions
Topic: W3C Validation
Replies: 1
Views: 1735

W3C Validation

Hi, how important is the validation of my s9y blog with the W3C Validator (http://validator.w3.org)? I have a multitude of similar errors (and warnings) there, like the following 36 52 …a id="rss" href="/rss.php?version=2.0&fullFeed=1" title="Subscribe to this Blo… gener...
by danst0
Wed Dec 15, 2010 8:26 am
Forum: Plugins
Topic: Event Tracking
Replies: 9
Views: 4275

Event Tracking

Hi, in the popular entries plugin I would like to add google event tracking and I was wondering what would be the best way to do it? Basically I have to add something like this: onClick="_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']); to each link entry. How are external...
by danst0
Fri Dec 10, 2010 8:48 am
Forum: Plugins
Topic: Adjust RSS output
Replies: 2
Views: 2103

Adjust RSS output

Hi, I recently changed the formatting of my in-article headlines from "strong" to "h5"; using CSS the headlines look like I want them to. But in the resulting RSS feed the headlines are to small. Is there a way to adjust the output of the RSS feed? Eg. just automatically replacin...
by danst0
Tue Dec 07, 2010 12:47 pm
Forum: Bugs
Topic: URL error in Dashboard Plugin
Replies: 5
Views: 3323

Re: URL error in Dashboard Plugin

In hindsight yes, but is it really userfriendly if you receive this error message, then have to access the php file in which function the fopen command is used, then make an educated guess (if you did not want to go through all the code) that it should be related to the update function and then swit...
by danst0
Tue Dec 07, 2010 11:30 am
Forum: Bugs
Topic: URL error in Dashboard Plugin
Replies: 5
Views: 3323

Re: URL error in Dashboard Plugin

Thanks for the fast reply! Sorry, I am pretty new to php. Found the option (allow_url_fopen) in my hosters php options. Seems to work now. Wouldn't it be good to add a short note either to the error message or better still to the option in the plugin. As I understand it this is a critical preference...
by danst0
Tue Dec 07, 2010 10:44 am
Forum: Bugs
Topic: URL error in Dashboard Plugin
Replies: 5
Views: 3323

URL error in Dashboard Plugin

Hi, I get the following error message (screenshot) about once a day in my admin dashboard. It seems to pop up when I log in for the first time to my dash board. As soon as I click reload it vanishes. The mentioned line in the php is $updateURL = 'http://svn.berlios.de/viewvc/serendipity/trunk/docs/R...
by danst0
Mon Dec 06, 2010 11:35 am
Forum: Themes
Topic: Fonts Internet Explorer vs. Safari
Replies: 1
Views: 4024

Fonts Internet Explorer vs. Safari

Hi, I am wondering how I can adjust the font for different browser / OS used. For development I am using Safari and Firefox on OS X. Now I realized that the font rendering is quite different for the various browser types: OS X Safari / Firefox: F-Family: Verdana IE 6, Windows: font is also Verdana, ...