Cristobal
Forum Replies Created
-
Forum: Installing WordPress
In reply to: upgraded to 2.1 – all blankspencerp, it’s resolved for me, but I don’t know about other guys! 🙂
Forum: Installing WordPress
In reply to: upgraded to 2.1 – all blankspencerp, total reuploading all files in forced ascii mode, then uploading images in forced binary mode, deleting default theme and reuploading it helped. Thanks a lot!
Forum: Installing WordPress
In reply to: upgraded to 2.1 – all blankspencerp, I have 4.4.4 version of mysql.
Forum: Installing WordPress
In reply to: upgraded to 2.1 – all blankThe same thing… 🙁
Forum: Plugins
In reply to: Wordspew Ajax LiveChat eXtended 1.18 encoding problemAny ideas? 🙂
Forum: Fixing WordPress
In reply to: registered user only sidebarPapercuts3, thanks a lot!!! Now it works. 🙂
Forum: Fixing WordPress
In reply to: registered user only sidebarPlease, can you tell me what is my mistake. I want to hide sidebar “Links” from unregistered users… And it doesn’t work – links dissapear.
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php global $userdata;
get_currentuserinfo();
if ($user_level > 0) {
?>
<?php get_links_list(); ?>
<?php }
?>Thanks!
Forum: Fixing WordPress
In reply to: Changing user ID auto-increment number in MySQL?Ifelse, thanks a lot! Problem was solved by this command:
ALTER TABLE wp_users AUTO_INCREMENT = 15