Forum Replies Created

Viewing 15 replies - 16 through 30 (of 34 total)
  • I don’t have any experience with this plugin, but the all in one seo pack does this out of the box and provides a lot of SEO benefits. http://wordpress.org/extend/plugins/all-in-one-seo-pack/

    Forum: Plugins
    In reply to: WP_Rewrite SUCKS

    I agree. I’ve been having the same problem.

    Thread Starter mjulson

    (@mjulson)

    If no one can help figure this out, does anyone know of tutorials beyond the basic ones already listed in the docs? I’ve gone through the basic docs and read a lot of non-wordpress related docs but I can’t figure out the rules I need. I think my problem is that it’s conflicting with what WordPress is already doing.

    I’ll offer up a shaker and martini glasses to someone that helps me sucessfully get this working.(company swag) 🙂

    Thread Starter mjulson

    (@mjulson)

    Thanks, I guess I’ll remove the upper section.

    Anyone have any suggestions on other resources I might use to figure out how to create the rules? I tried a couple other places and got flamed for WP’s use of mod rewrite. Is there another forum that’s friedly to WP folks?

    Thread Starter mjulson

    (@mjulson)

    I thought it might be helpful to list my htaccess file as it is today.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Anyone able to help on the rule for me?

    On another note, I saw a comment from another forum that it’s bad to have it duplicated as it is above. IS that correct?

    I believe your best bet is to copy the page.php file in your theme directory. In my case, I made it page-news.pgp. I modified the new page-news.php template file to not have the sidebar.php loaded.

    Once you have that, when you are editing the page in the admin console, on the right navigation is a drop down for specifying the page template. Select the new template you made described above and it will use that.

    Note: The file names above were what mine were called from the theme I use. The theme you are using may use something different. Also, to my knowledge, you can only do this on a page, not a post.

    Good luck.

    Forum: Plugins
    In reply to: Google Coop custom search

    Has anyone seen a good tutorial on doing this in WordPress? Or perhaps a plugin?

    Thread Starter mjulson

    (@mjulson)

    I think the caption part of that link will work. Thanks.

    Thread Starter mjulson

    (@mjulson)

    Sorry, maybe I’m not saying it right.

    I understand how to make the paragraphs of the post wrap around the image. However in addition to the paragraphs wrapping around the image, I want to place one line of text at the bottom of the image, giving credit to the photographer.

    I assumed I would need to use a div tag around the image to contain the credit text next to the image, and then a little padding between it and the paragraphs floating around both.

    When I said put the css in the edit window, I guess I should have said html calling a style in the css.

    No, it’s not solved. Some people want to be able to use the visual editor, even if it’s only for 80% of the their posts. The suggested solution of making code view default, instead of visual view, basically allows people to embed the youtube code and if they edit the post(like I’m not doing trying to put tags on my posts), the visual editor won’t reformat all of the code and break the youtube video.

    Although, of course, a better solution would be to have an option to surround the link/code with some kind of an identifier that the visual editor just won’t touch.

    I have no idea what you are doing there. It definitely looks odd. Have you tried adding a little code to img tags to have the text flow around them?

    This is what I add to the img tag to do mine.

    <img align="left" src="http://www.mydomain.com/wp-content/uploads/2007/09/myimgname.thumbnail.jpg" alt="Image alt" style="margin-bottom: 20px; margin-right: 20px" />

    The align=”left” aligns the image to the left, you can also use right to have it stick to the right side if you like.

    The style=”margin-bottom: 20px; margin-right: 20px” puts 20 pixels of whitepace between the image and the text around it.

    I use the image upload feature in the post and that with the code above works great for me.

    For the second image on the page, I just position the cursor where I want it to appear and then tell it to send to the editor and it places it in that spot.

    Hope this helps.

    Thread Starter mjulson

    (@mjulson)

    I just looked at hostgator. Seems like a decent site, but no way to tell their quality of service/uptime.

    I did find Netcraft’s Hosting Performance but it only lists the top 50. Anyone know of a similar site that lists some that have been recommended for WordPress.org?

    Lunarpages did show up in the top 50.

    Although, I’m questioning if this is a valid indicator since they are hitting the main hoster webpage, which I would think, the hoster is going to great lengths to keep operational.

    Thread Starter mjulson

    (@mjulson)

    Yep, I was only referencing DMOZ, as I was trying to describe an app that would have some categories that I could place entries in. Then on drilling into a category, you would have a list of entries that you could further drill into. I’m not looking to compete with Dmoz or Yahoo.

    Thread Starter mjulson

    (@mjulson)

    I’m also getting the following error on going into the Links option in admin.

    Warning: Cannot modify header information – headers already sent by (output started at c:\hosting\webhost4life\member\mjulson\web\wp-content\plugins\sqsidebar\stockquote.php:409) in c:\hosting\webhost4life\member\mjulson\web\wp-admin\link-manager.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at c:\hosting\webhost4life\member\mjulson\web\wp-content\plugins\sqsidebar\stockquote.php:409) in c:\hosting\webhost4life\member\mjulson\web\wp-admin\link-manager.php on line 234

    I’ve updgraded to Wp 2.0.1 if it makes any difference.

    Thread Starter mjulson

    (@mjulson)

    This is the actual error on trying to change the chart duration in the options.

    Fatal error: Cannot redeclare insert_sqsb_header_code() (previously declared in c:\hosting\webhost4life\member\mjulson\web\wp-content\plugins\sqsidebar\stockquote.php:40) in c:\hosting\webhost4life\member\mjulson\web\wp-content\plugins\sqsidebar\stockquote.php on line 38

Viewing 15 replies - 16 through 30 (of 34 total)