zerok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Style Sheet VisabilityYes, since it should be linked to in your header.php it will be downloaded by your visitors browsers everytime they view your site (and it is no longer cached by their browser) ??
Forum: Fixing WordPress
In reply to: Simple profile questionThis should help you for the link:
https://codex.www.ads-software.com/Template_Tags/the_author_IDAnd this for the profile ??
https://codex.www.ads-software.com/Author_TemplatesForum: Installing WordPress
In reply to: IIS and windows 2K3 1and1 problemsDo you get any specific error message? Are you sure that the link between PHP and MySQL works?
Forum: Installing WordPress
In reply to: how many categories are you allowed ?Normally I don’t think so. Sure, there is a limit defined by the database backend’s datatype but it should be way beyond 1002 ?? Probably a stupid idea, but have you perhaps installed any plugins after creating the previous categories? ??
Forum: Themes and Templates
In reply to: FireFox works with thisWhat themes exactly do you mean? Have you already tried to get in contact with the authors of these themes? ??
Forum: Fixing WordPress
In reply to: bringing back posts?Do you still have your wordpress database or not? Do you have a backup?
If not, then perhaps your host has a backup for you, but if they don’t have one, then you won’t get your posts back.
Forum: Installing WordPress
In reply to: phpBBS works together?Since phpBB offers the possibility to change the table prefix you can install phpBB in your wordpress database as long as the table names are different (which you can achieve with different table prefices ?? )
Forum: Your WordPress
In reply to: New WP page up.The colours are really nice, but I think the black text is somehow quite hard to read on the dark brown background ??
Your problem could be somehow related with the box-model problem. For details I’d recommend that you read these two docs:
https://tantek.com/CSS/Examples/boxmodelhack.html
https://www.w3.org/TR/REC-CSS2/box.htmlForum: Fixing WordPress
In reply to: WP showing server informationHm… then Safari has perhaps a rendering bug ?? Since this isn’t always reproducable you will have some problems finding the source of this problem ?? This (or similiar) information is part of every reply of the server so there’s no real reason to worry here ??
The only potential problem here is the version of PHP that is used on the server. I’d contact your host and ask if they could update PHP on this server. Seems to be quite an old setup in general. But perhaps your host has just kept the old versions and still patched the security fixes.
Forum: Installing WordPress
In reply to: won’t run install.phpCould you please check wp_users table in your database? Is there already a user in it? And is the database even filled?
Forum: Everything else WordPress
In reply to: What’s the difference between ‘weblog’ and a ‘cms’?Weblog is really just a subset of content management systems. A CMS can be everything from a portal, to an intranet site for information storage or document management. It’s generally a system that should make it easier for one or multiple authors to create and manage content and also to make this content easily accessible.
Forum: Fixing WordPress
In reply to: [1.5] Permalinks problemAre you sure that your .htaccess makes these URLs available?
Forum: Fixing WordPress
In reply to: RSS Feed not showing in FirefoxStrange ?? The file looks good IMO ??
Forum: Fixing WordPress
In reply to: RSS Feed not showing in FirefoxCould you please post a link to a .phps version of your wp-rss2.php? (Meaning: Please make a copy of your wp-rss2.php and rename it to wp-rss2.phps ?? )
Forum: Fixing WordPress
In reply to: RSS Feed not showing in FirefoxThere is a whitespace before <?xml … ??