andemad
Forum Replies Created
-
Forum: Plugins
In reply to: Random Headertodabeat,
If you can’t get it to work I’ve written a Randomize plugin previously that might work out for you… (https://andersdrengen.dk/projects/randomize/)
Forum: Plugins
In reply to: Counterize strange URIMickej – good thing you asked. People have asked me previously why Counterize counted those hits, and I really couldn’t tell.
Being the author of something you can’t really explain is kindof crappy ??Nice to get clarification…
Forum: Plugins
In reply to: FAQ PluginWauw – excellent plugin. Just what I’ve been searching for…
BUT – whenever I post an answer on more than one line (fx. including code-snippets formatted with the code-tag) it clutches up on one line. Is it supposed to do it like that?
What can I do to change that behaviour, so HTML is enabled in the answer-section?
Forum: Plugins
In reply to: Can i get stats counter ??itssami,
Perhaps you can use this plugin? https://andersdrengen.dk/projects/counterize/
It’s a simple hit-counter…
Forum: Plugins
In reply to: Counterize Plugin Issues (Anybody Else Seeing This)Mjello,
I’m the author – and I’ve just updated the plugin and my platform to WP2.0, but I can’t re-produce what you’re saying above. Is this still a problem? If so, please post at my site to make sure that others with the same problem also get this history….
Forum: Plugins
In reply to: Non-Random Rotator ImageHmm, I’ve created a small plugin that randomizes stuff (images, links, etc).
You *could* get the effect you’re wanting by inserting
– image1 5 times
– image2 3 times and
– image3 2 times
– …Crappy solution, but should work within 10 minutes. Get the plugin here: https://andersdrengen.dk/projects/randomize/
Forum: Plugins
In reply to: Archives/StatsI’ve created a small plugin that tracks no. of visitors, unique daily visitors, makes small graphs, etc…
Might be something for you? It’s available from https://andersdrengen.dk/projects/counterize/
Forum: Plugins
In reply to: random pictures>> what’s up with that?
I dunno? That’s weird…
It’s when you press ‘activate’?Can you check with a MySQL-viewer of some kind if a ‘(something)Randomize’ table is present?
Forum: Plugins
In reply to: How to find out what people are searching for?slbc,
If you only want to track internal searches, this could help:
https://andersdrengen.dk/projects/searchhistory/Forum: Plugins
In reply to: Good hit counter?I know you already got your answer, but just for the record someone might want to use the Counterize plugin from https://andersdrengen.dk/projects/counterize/
Forum: Plugins
In reply to: Counterize takes up Trackbacks?Thought so – and I’m glad. Then I don’t have to fix anything ??
Forum: Plugins
In reply to: Is there a searchspy plugin?Feuman,
It doesn’t do exactly what you desire – but I’ve created a plugin that tracks internal searches.
The projectpage is at https://linux.linux.dk/projects/searchhistory/
Actually, shouldn’t be too hard to do a
if (referrer == (whatever))
Add_to_history();
-thingy, but simply don’t have time…Forum: Plugins
In reply to: Counterize takes up Trackbacks?Good you like it – so do I ??
What happens if you disable Counterize for a brief moment – does the Trackbacks return?
I can’t reproduce your problem with Counterize ver. 0.16 in any way – tried 3 different installations now… In all of them, the Conterize stats are appended below…But if you want to disable them totally, find the line that says
add_action('admin_footer', 'Counterize_Admin_Footer');
in the bottom of the counterize.php file and comment if out before enabling…Forum: Plugins
In reply to: Random Quote Pluginkingsomplace,
Most likely because you have a % or similar ‘strange’ character in your quote. As the homepage says, this is still on the todo:
> Handle html-tags and special characters betterI’m sorry about that. Should work if you stay away from such characters…
Forum: Plugins
In reply to: Random Quote Pluginkingdomplace – alternatively, I’ve created a randomizer-plugin that can take multiple strings (quotes, pics, links, etc) and randomly output them…
It’s available from https://linux.linux.dk/projects/randomize/