jasrasr
Forum Replies Created
-
Forum: Plugins
In reply to: [Official Bitly for WordPress] Does this work for branded short domains?yes, it does. you have to configure it in the plugin settings on your wordpress but first have it configured on bitly site.
Forum: Plugins
In reply to: [HashBuddy] hashtags aren't working. getting broken hyperlink.Same issue. I want to post the full URL for a link but it is a google search url and it has a # in the url….
https://www.google.com/?gws_rd=ssl#q=site:icwnow.com
I tried using the
#
for the linkable text but that just converts to # and which breaks the hyperlink when viewing on site.view post here https://go.icwnow.com/1mtES3A
Is there a way to display a # in the link but it not be picked up by hashbuddy? the text to the link is:
<a href="https://www.google.com/?gws_rd=ssl#q=site:icwnow.com">https://www.google.com/?gws_rd=ssl#q=site:icwnow.com</a>
love the plugin, use it on all my blogs, just don’t want broken links…
I know I could just use something like<a href="https://www.google.com/?gws_rd=ssl#q=site:icwnow.com">CLICK HERE</a>
but I want to show the full url to the visitor.
thanks for any help. I do have a #beersandblogs that works fine on that same blog post, just in case that question came up. the plugin works fine on all other #hashtags that I want to link the way hashbuddy is supposed to.
wordpress version 4.0 and hashbuddy version 1.5.1 – UP TO DATE AS OF THIS POSTING
SOLVED!
The code that the wordpress setup gave me for the network setup for the htaccess file was wrong.
The code it had me copy to htaccess file was:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) jasonlamb_me/wp/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ jasonlamb_me/wp/$2 [L] RewriteRule . index.php [L]
And notice the jasonlamb_me folder before wp/. That make sense if you look at the fact that the file is located one directory above the wp/ directory. But since the root files are located in the wp/ folder it was referencing a folder stucture of jasonlamb_me[ACTAUL LOCATION]/jasonlamb_me/wp/[BLAH].
The correct htacess file should be…and yes it does work just fine and dandy with no conflicts I have found so far.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) wp/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ wp/$2 [L] RewriteRule . index.php [L]
The only two lines that were changed were:`
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) jasonlamb_me/wp/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ jasonlamb_me/wp/$2 [L]The only omission was the:
jasonlamb_me/
`This was setup as a fresh install, then moving the actual files to their own directory (one level down) [see link in original post for information], the setup as network (multisite). The problem occured when the network setup gives you the htaccess code for the update network status.
I hope this helps someone down the road. It was very frustrating for me.
After changing that I get a lovely page that says, “Error establishing a database connection.”
It did have me change the jasonlamb.me/index.php to:
require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );
The jasonlamb.me/wp/index.php has
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
I guess because it is in the local directory as needed.
I apologize, I must have copied a version of the .htacces when I was testing a few things. I just looked at it again and it is set the way you posted. But no, either way didnt’t fix anything. Any other ideas? Good eye though.
Forum: Fixing WordPress
In reply to: Failed to write file to disk.its just the upload folder i set for my wordpress directory. its under upload. home.icwnow.com/upload. or something like that. it worked one day and now it doesnt. could it be a conflict with another plug-in?
Forum: Fixing WordPress
In reply to: Failed to write file to disk.deffinently not. i have 20gb, and only using 1gb.