de1337er
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to keep track of visitors?You should give the WordPress.com Stats plugin a try. It pulls up a lot of info for you.
Forum: Fixing WordPress
In reply to: Shared Hosting Upload Limitations php 5No, it means that the maximum filesize (of ONE file) can only be 20mb. A 20mb picture file would be quite large in dimensions or have many (likely vector) layers in the case of a Photoshop file. Either way most people will never have to load a 20mb image file via web.
“memory_limit = 40M” is how much memory is allocated to your account. This is what you should watch for as WordPress is a resource hog – especially when you start adding a lot of plugins. I recommend installing the TPC! WordPress Memory Plugin as it keeps track of memory usage.
I’m not too sure what “post_max_size = 8M” is. I can only guess it’s a maximum 8mb submission to the server through PHP.
Forum: Fixing WordPress
In reply to: Two sites – under one roofYou could try using URL masking to go from agilepainrelief.com to a WordPress directory that resides on the notesfromatooluser.com.
Forum: Fixing WordPress
In reply to: Is it possible to mirror my site – except for one sidebar?Any ideas at all?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Not Even Showing Up In The PageUse, [si-contact-form form=’1′]
Also there is at least one other contact form I found in the WordPress plugin repository. I don’t know how missed it.
Forum: Plugins
In reply to: [lugin WP Super Cache] unable to uninstall pluginCan’t you delete the plugin’s directory and two files mentioned through FTP, ie. the same way you uploaded the plugin rather than using the Dashboard’s delete function?
Forum: Plugins
In reply to: [Plugin: WordPress Reciprocal Links] No Documentation (in English)?What an unfortunate coincidence – I ended up downloading the same plugin about an hour or two ago and gave up scratching my head trying to figure out how to implement it on my blog. I found the options in my Dashboard but that’s it.
If anyone knows how this plugin works please help us.
Forum: Plugins
In reply to: [Plugin: Sidebar Login] How do I disable gravatars?I played around with the CSS to no avail so in this case I found changing the source easier. I did have to go back and look at a site backup I had to find the difference in the files.
If anyone else is interested in removing the avatar all you need to do is delete or comment out line 273.
echo '<div class="avatar_container">'.get_avatar($user_ID, $size = '38').'</div>';Forum: Fixing WordPress
In reply to: Cannot figure out why line break won’t work!Thanks a ton, Eugene. It worked!
Forum: Fixing WordPress
In reply to: Cannot figure out why line break won’t work!It didn’t show up correctly but what I meant to say is that I’ve tried </br> and \n.
I’m also using WordPress version 2.8.5.