phpbbx
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Star Rating] psr.class.php on line 368this is the ligne 368 in psr.class.php file
setcookie('wp_psr', $this->_user, time()+60*60*24*365, '/');Forum: Plugins
In reply to: [Plugin: Post Star Rating] psr.class.php on line 368Oh! no i mean “i installed” not unstall.
i was sleeping when writ this message xD
and when i deactive the plugin the message gone.
the plugin works well but this message is so disturber.
http://www.phpbbu.com/styles/theme/
you can find this problem every where in google by searching “post-star-rating/psr.class.php on line”
and this is another website with the seam problem
http://evolucionmp3.com/blog/?cat=6
http://www.festivaldelorient.com/es/wp-content/plugins/post-star-rating/psr-ajax-stars.php?p=
…Forum: Fixing WordPress
In reply to: using wp_tag_cloud() as arrayOtto42
Think you a lot it works !!
Forum: Fixing WordPress
In reply to: using wp_tag_cloud() as arrayso… are there someone alive ?…
Forum: Fixing WordPress
In reply to: using wp_tag_cloud() as array<?php
$mytags = get_tags() ;
if ($mytags) {
foreach((get_the_tags()) as $tag) {
echo ‘ id ‘ . $tag->term_id;
echo ‘name ‘ . $tag->name;
echo ‘slug ‘ . $tag->slug;
echo ‘count ‘ . $tag->count;
}
}
?>that’s good … but if there s no tag it give Error
it shoud be fixed by some else echo’nothing’ or somthing like that … waiting for a coder
Forum: Developing with WordPress
In reply to: links to a costume page=No idea ? !!=