We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Simple Tags 1.6 - weblog entry tagging

Development and Programming

bryan2jumpstart's avatar
bryan2jumpstart
98 posts
15 years ago
bryan2jumpstart's avatar bryan2jumpstart
Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.

If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.

       
esther7's avatar
esther7
7 posts
15 years ago
esther7's avatar esther7
Esther, It works for me. have you tried enabling and disabling the jquery extension and/or this module?
Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.
If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.

Thanks for the replies 😊

Bryan, yes I have LG htaccess installed, and the url the autocomplete is calling doesn’t resolve correctly, maybe I have to edit the htaccess file to exclude these urls? ex. http://esthersnews.com/?ACT=22&weblog_id=9 , I’m not sure how to do that.

       
bryan2jumpstart's avatar
bryan2jumpstart
98 posts
15 years ago
bryan2jumpstart's avatar bryan2jumpstart
Esther, It works for me. have you tried enabling and disabling the jquery extension and/or this module?
Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.
If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.
Thanks for the replies 😊 Bryan, yes I have LG htaccess installed, and the url the autocomplete is calling doesn’t resolve correctly, maybe I have to edit the htaccess file to exclude these urls? ex. http://esthersnews.com/?ACT=22&weblog_id=9 , I’m not sure how to do that.

Here is an htacces from one of my sites that I know works, hope it helps. Look at the css,ACT,URL that where it excludes it from be rewritten.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
RewriteRule ^(.*)$ $1/ [L,R=301]

# Remove index.php
# Uses the "include method"
# http://expressionengine.com/wiki/Remove_index.php_From_URLs/#Include_List_Method
RewriteCond %{QUERY_STRING} !^(C=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{QUERY_STRING} ^(css=.*)$ [NC]
RewriteRule ^(.*)$ /index.php?/%1 [L]
RewriteCond %{QUERY_STRING} !^(C=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(root=.*)$ [NC]
RewriteCond $1 !^(publish|images|documents|js|css|themes|favicon/.ico|robots\.txt|index.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond $1 !^(publish|images|documents|js|css|themes|favicon/.ico|robots\.txt|index.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5})$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/(pages|members|P[0-9]{1,8}) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
       
ninja69's avatar
ninja69
62 posts
15 years ago
ninja69's avatar ninja69
This happens if the installation routine was not able to copy the copy the folder automatically. Probably due to unsufficient permissions. The message will only go away if you manually copy the folder as instructed.

I’ve got this error to and maybe it should be obvious but where is the “themes”-directory in 1.6.9 ??

       
First 2 3 4

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.