mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to delete the “[Show Slidshow] linkJust turn off the slide show ability in the options area
goto SETTINGS/READING in the admin area
on that page the first section is where you set a static page. Just select YOUR LATEST POSTS and then save changes. you should be good to go.
Forum: Fixing WordPress
In reply to: Permalink does not workForum: Fixing WordPress
In reply to: Spryhow about you just post once instead of 7 times? Hey?
Forum: Plugins
In reply to: [Plugin: Dean’s FCKEditor For WordPress] FCK Editor 2.4.1 Skin IssueSkins are still broken in 2.5
OK. I looked into it and it looks like the ‘skin’ command is commented out in the ‘custom_config_js.php’ file. Not sure why but when I uncomment it skins work fine.
Dean, any reason why?
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostPosting solution for posterity sake:
————————————
HOLY SH*** I FOUND IT!!!!!!!!!!!!!!!!!!!
Wooohoooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
For those two servers I have to add ‘Options FollowSymLinks
‘ to the .htaccess file.So it would look like…
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Damn…. over three months it has taken me to find the solution!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sweet
**HAPPY DANCE**HAPPY DANCE**HAPPY DANCE***
————————————–Forum: Fixing WordPress
In reply to: Permalinks issue :: Apache server specs???HOLY SH*** I FOUND IT!!!!!!!!!!!!!!!!!!!
Wooohoooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
For those two servers I have to add ‘Options FollowSymLinks
‘ to the .htaccess file.So it would look like…
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Damn…. over three months it has taken me to find the solution!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sweet
**HAPPY DANCE**HAPPY DANCE**HAPPY DANCE***
Forum: Fixing WordPress
In reply to: Permalinks issue :: Apache server specs???What is:
The FollowSymLinks option enabled
and can I enable it or is it an apache server side thingy
Forum: Fixing WordPress
In reply to: Permalinks issue :: Apache server specs???.htaccass is made and mod_rewrite is on but on both sites permalinks don’t work.
Forum: Fixing WordPress
In reply to: I upgraded to 2.6.2…question about my posts from my old blogNo it doesn’t work that way. you have to transfer the database to do that if you want posts…
Forum: Requests and Feedback
In reply to: My WP Blog got hackedreplace the index.php file, possibly.
Forum: Themes and Templates
In reply to: problem uploading new themeupload via FTP
and your link is wrong. it needs wp-admin not wp-content
Forum: Themes and Templates
In reply to: problem uploading new themefist upload the theme (via ftp) to http://www.nojunkfood.org/wp-content/themes/ folder. the new theme should be in its own folder.
after that goto http://www.nojunkfood.org/wp-admin/themes.php and look for it.
If it doesn’t show up there was something wrong with your upload. reupload and try again.
Forum: Fixing WordPress
In reply to: Stable?I have three sites up and running with no issues.
Start from scratch and follow the directions step by step.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Planned modifications for Nextgen Gallerylooking forward to just #1 – user based galleries!!!