rudolf45
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: File managementNo, we don’t. It’s the dumbest thing that was introduced in this script!.
In order to be able to modify template files online you have to make them world writable – which means they are left open for any idiot hacker kid to shit your website.
Because 99.99% of the users never change back the permissions once they made the files writable.Forum: Developing with WordPress
In reply to: wp as CMS – nav using PVIIIt seems it cannot read the js and or the css.
Or maybe you cannot write a correct path!
There is nothing there:Forum: Requests and Feedback
In reply to: am i the only person who doesn’t like the concept of widgets?No, he is not. I remember reading a long thread (while searching for something) where a lot of people were expressing their dislike for widgets.
Actually, I don’t use them either, although I installed widgets for friends who don’t want to mess with code. For them is a perfect solution.Forum: Installing WordPress
In reply to: error starting the install.php fileDo you actually, have a domain and a hosting package for your blog?
Is the database set up at your host server?
Are the WP files uploaded (via FTP) to that server?Are you trying to access your installation in your browser like:
http://example.com/wp-admin/install.php ? (where, of course, example.com is replaced by your own domain name)Forum: Installing WordPress
In reply to: Running upgrade.phpYou mean you put in the address line/field of your favourite browser this:
http://example.com/wp-admin/upgrade.php (where example com is replaced by your own domain) and you get a local file???Forum: Installing WordPress
In reply to: File won’t updateIf you edit your files on your computer – it would never happen.
The online Theme Editor is unsafe:
a) leaves your files world writable for any idiot hacker
b) doesn’t have an “undo” buttonSo, you are better off editing everything on your machine (after making a backup copy, just in case!) and upload them via ftp.
Forum: Themes and Templates
In reply to: Can WordPress Do This?What plugins did you try?
http://wordpress.org/extend/plugins/search.php?q=print
http://wordpress.org/extend/plugins/search.php?q=shareJust two simple searches on the page available from here by clicking on the Extend menu above 🙂
Forum: Installing WordPress
In reply to: new user setting up a blog in word pressYou couldn’t sign up for anything here.
If you are talking about a wordpress.COM account – their forum is at http://wordpress.com/forumsForum: Fixing WordPress
In reply to: Displaying a post under a page templateForget Pages.
Look into the Category Templates – if it is about listing them (aka “multi-post view”).
If it is about individual posts: you may want to read
http://guff.szub.net/2005/07/21/post-templates-by-category/Forum: Requests and Feedback
In reply to: Change date/time stamp subtitleMost of the times it is hardcoded in the theme file (index.php, archive.php etc.)
About formatting it differently:
http://php.net/dateForum: Fixing WordPress
In reply to: cummunity server TO wordpressIf MU here is their forum: http://mu.wordpress.org/forums
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing In IE71. 54 minutes and bumping? That’s considered bad behavior!
2. Why people never look at their source code before posting?
3. You have this in your sidebar:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> <===== <br> <li>Notice that the line where I put the arrow is NEVER colsed in your code. Delete it, fix it.
Forum: Themes and Templates
In reply to: convert posts to pagesWhy not post the plugin’s location instead of asking for email?
Forum: Plugins
In reply to: Role Manager PluginBefore posting you should really read carefully the posts in the topic.
Just two posts above yours MichaelH gave the link to the updated version of the plugin.Forum: Fixing WordPress
In reply to: Make posts from certain category display on page other than the mainThe only thing you need to do: set up a “static” homepage. In WP 2.1.x it is built in.
Then your posts will be available only when clicking on the category name.