Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Random post Recent posts Last post = Loop problem?Thank you so much alchymyth! Now it works perfectly! 🙂
Hi lostinbits, I added:
SetEnv PHP_VER 5And that’s it! 🙂
Hi, just so you know, Alphawolf, from another thread, found the solution. I knew the plugin required PHP5 to run but I thought my provider was using (by default) PHP5. But it doesn’t, I had to put some stuff in my .htaccess to use PHP5.
The plugin is working great so far and I’m very happy. 🙂
Alphawolf, thank you so much!!!
I knew the plugin required PHP5 to run but I thought my provider was using (by default) PHP5. But it doesn’t, I had to put some stuff in my .htaccess to use PHP5.
Thanks to you the plugin is working great so far and I’m very happy. Thanks! 🙂
Forum: Fixing WordPress
In reply to: Still getting Missed Schedule in 3.0.1Thank you very much Te Calleja, I’m gonna try it!!
I wish WordPress could correct this bug without the use of a plugin…
Thanks a lot! 🙂
Forum: Fixing WordPress
In reply to: Still getting Missed Schedule in 3.0.1Hi, I still have the problem… Not resolved, sorry…
Forum: Fixing WordPress
In reply to: Still getting Missed Schedule in 3.0.1Hi esmi, I think I found out. My site is password protected… So I guess everything will work fine when it will be open. But how would I imagine that could be the cause? …
Thanks for your help, now I’m gonna check my theme like you suggested, just in case 😉
Forum: Fixing WordPress
In reply to: Still getting Missed Schedule in 3.0.1Hi esmi, I deactivated all the plugins and it didn’t change anything, I still get the ‘Missed Schedule’ bug.
I also modified cron.php and changed thr value from 0,01 to 5 and it changed anything neither.
Why the theme could be the cause of this bug?
Forum: Fixing WordPress
In reply to: Removing User Profile WebsiteHi technonow, I’m looking for the exact same thing. I want to remove user profile website but I don’t want to modify core files in the admin folder and I want to still allow the visitors to submit their website when they comment.
So the only solution is to find a way to remove user profile website using this code:
<?php add_filter('user_contactmethods','hide_profile_fields',10,1); function hide_profile_fields( $contactmethods ) { unset($contactmethods['aim']); unset($contactmethods['jabber']); unset($contactmethods['yim']); return $contactmethods; } ?>I tried to remove [‘url’] but it doesn’t work…
Thanks for your help! 🙂
Forum: Themes and Templates
In reply to: Subcategories to use parent category templateAny help? I’ve been trying every single code I’ve found but none of them is working 🙁
I have no more ideas, if you have some, please share 🙂
Thanks!
Forum: Plugins
In reply to: Change Height Content of Category List (Admin Panel)No idea how to do that? I thought it would be easy to do but I’m stucked 🙁
Forum: Fixing WordPress
In reply to: How do I add custom stylesheets to TinyMCE?Hi zotsf, thanks but you do not have a tiny_mce plugin installed, you’re just using what comes with WP3. So maybe it works for you but I do have a tiny_mce plugin installed (Advanced)…
So what can I do to first add new styles and then remove the useless default styles from the style drop down menu?
Thanks for your help!
Forum: Fixing WordPress
In reply to: How do I add custom stylesheets to TinyMCE?Hi everyone, I have the same problem here, I can’t remove the default classes and can’t add mine…
How comes nobody has come with a solution since this problem more than 9 months old? Are we the only ones wanting to customize Style dropdown menu in TinyMCE? No way! 🙂
Any help is welcome.
Forum: Fixing WordPress
In reply to: Same subcategory slugHi niksy! I’ve been asking for years (since the taxomony implementation), as well as many other people on the forum, the subcategories to work this way but each time, I got the same answer: ‘WordPress doesn’t work like this anymore’. Periode.
The problem is, when you use WordPress as a CMS, you ABSOLUTELY NEED to have subcategories with same name and slug, with different parent. Apparently, this is not a priority for the dev team. I know they do an amazing work but why ignore such an important feature used in all CMS websites? I have no idea…………. 🙁
Forum: Fixing WordPress
In reply to: Specific display on HomepageThis is weird… So when you paste the code I copied just above, it works fine with you? This is very puzzling indeed!!
Anyway, thank you very much for your help vtxyzzy, I hope I will finally find out what’s wrong… 😉