Amāvāsyā Cowboy
Forum Replies Created
-
i’m in as hurry – so the solution for the moment is ti use WP 2.0.10 🙁
Forum: Themes and Templates
In reply to: Change font and main colouryou have to edit style.css located in the your wp-content/themes/your theme’s folder
just working on wp 2.2 – the hack is dead!!! Hell & fury !!!! AAArrrh !!! stay tuned – gotta find a way
Forum: Plugins
In reply to: How to not display child post in parent category?hi
i solved the problemo, enjoyForum: Plugins
In reply to: How to not display child post in parent category?exactly the same problem, been searching for hours in support & codex.
i’ll keep you informed
i have always solved my WP-problemos !
kill kill kill !Forum: Plugins
In reply to: Login Subscriber’s IP/Stats?hi
looking for almost the same
here’s what i found for the moment (did not test those plugins yet)
http://ww.wp.xz.cn/support/topic/82842?replies=2#post-424587
hope this will help a bit
Forum: Fixing WordPress
In reply to: list bloggers and their contribution?Forum: Fixing WordPress
In reply to: Tracking registered usershi
i’m looking for the same
http://ww.wp.xz.cn/support/topic/82842
and found several plugins
http://ww.wp.xz.cn/support/topic/82842?replies=2#post-424587
that may fit our needs (i did not try them for the moment)hope this will help a bit
Forum: Plugins
In reply to: Stats plugin.a look here may interest you
http://codex.ww.wp.xz.cn/Plugins/Statistics
————-
http://ww.wp.xz.cn/support/topic/82842?replies=2#post-424587
Forum: Plugins
In reply to: Best Stats Plugins?a look here may interest you
http://codex.ww.wp.xz.cn/Plugins/Statistics
————-
http://ww.wp.xz.cn/support/topic/82842?replies=2#post-424587
Forum: Fixing WordPress
In reply to: Tracking users’ activity in WP-powered intranetwell… uuurrhh
i’ll install the PMetrics
and the wp-detective
plugins and see if they fit my needs.
Google analyticator plugin seems cool too
but download link
is dead (just wrote to the site owner about that)to answer pidge’s curiosity, the reason was to have posts displayed inline.
( http://www.tikimatic.com/dev/refs/screen/ )
so as doodlebee pointed out , the easiest way is to CSS that – what i finally did.btw thank you for mentioning wpautop, i’ll dive into it when i’ve got time.
Forum: Plugins
In reply to: How to allow an Editor to use WP db backup plugin?well you also have to change 9 to 5 in lines 325 & 328
Forum: Plugins
In reply to: Fold Page Plugin – possible conflict?? Help pleasethere is a conflict beetween fold page list and static front page on WP 2, though it worked fine on v 1.5.2 http://ww.wp.xz.cn/support/topic/53282?replies=7#post-292314
Forum: Themes and Templates
In reply to: How to create email Contact Link?you may use this:
esample: your address is [email protected]
<script language=”JavaScript”><!–
var name = “john”;
var domain = “smith.com”;
document.write(‘‘);
document.write(name + ‘@’ + domain + ‘‘);
// –></script>