beernews
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – Cannot add a galleryReporting that I have the same problem. I could go into phpmyadmin and make the fix though I would need to know what table and what the field name needs to be.
Forum: Fixing WordPress
In reply to: autosave just stopped working (wp 2.6.2)Nevermind, think it was random, it only happened that one time…
Forum: Fixing WordPress
In reply to: Google crawls category/archive pages that dont exist?If anyone notices this happens to them, it might because you are fiddling with the “Posts per page” setting a little too much! That’s what happened to me ??
I’m guessing you’d have to play around with the settings in nggwidget.php and the nggfunctions file to make that work. Could be an easy fix but I have no idea. I was lucky to get this working considering my limited technical expertise!
Forum: Fixing WordPress
In reply to: autosave just stopped working (wp 2.6.2)Same thing just happened to me. I’m on 2.6.3 and got this error:
Warning: fsockopen() [function.fsockopen]: unable to connect to https://www.google.com:80 (Connection timed out) in /home/site…/wp-includes/class-snoopy.php on line 1142
Warning: Cannot modify header information – headers already sent by (output started at /home/site…/wp-includes/class-snoopy.php:1142) in /home/site…/wp-includes/pluggable.php on line 770
Same here.
SOMEONE PLEASE FEEL FREE TO CLEAN UP MY CODE.
What this does is now mimic the functionality that you would expect in an ad rotator plug-in. There is another one here though I have never tried it: https://blog.taragana.com/index.php/archive/wordpress-plugin-adrotator-rotate-your-ads-including-adsense-dynamically/. I’ve never used adsense and no clue how it’ll work with this. So with each pageview refresh, a new image appears in which clicking will take you to the linked website.
Notes:
A) Backup first, try it out on local server if you have a chance but this shouldn’t break your blog. Add link such as https://www.remarpro.com to any alt-text field in your ‘Manager Gallery’ Page and add replace the code below and enjoy.
B) You may need to turn off any effect under NGG options to get it to work properly but try it.
C) I also left some show description code in from nggfunctions if someone can figure out how to get it to show descriptions below the pic. I felt like I was close but no cigar.
D) Will Google Analytics track these clicks? I think so if you have the plugin. Not sure. If not, we’ll need to figure out if the alt-text field can handle html markup and what kind of code we can put there. I would like to use the google analytics tracking code…
Forum: Requests and Feedback
In reply to: Caption and alt text should not be the same+1
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Widget FunctionalityTrying to figure this out..Right now I can only get it to take me to the homepage.
Forum: Plugins
In reply to: NextGEN Gallery – edit link of photo to specific post?Did anyone else not get Parap’s solution to work?
As an alternative, is there a way to link to a post in the description and have the description display under the preview image?
edit: Note that I’m trying to get this to work on the sidebar. For whatever reason, there is so much additional functionality only when putting into a post. I’ll look into it in the AM
Forum: Plugins
In reply to: NextGen gallery: Singlepic: Alt-text displayed. No image.Check to see if you have code like this in your .htaccess file:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-content/.*$ [NC]
RewriteCond %{REQUEST_FILENAME} !^.+(flexible-upload-wp25js|media)\.php$
RewriteCond %{REQUEST_FILENAME} ^.+\.(php|html|htm|txt)$
RewriteRule .* – [F,NS,L]Remove “php|” and save. You will start seeing your images load.
Forum: Plugins
In reply to: [Plugin: AskApache Password Protect] Failed test results- sending off to hostThese are not severe security issues.
In fact, none of them are security problems at all, unless you are paranoid about having a standard .htpasswd file, as opposed to crypt() or md5() formatted .htpasswd file.So, to answer your question, you should not be worried about these.
The reason your plugin will not work is because of the lack of HTTP Digest Authentication.————————-
Looks like I’m done with this plugin :\
For anyone who wants to still block directories with images, etc., I recommend using Apache’s code in your wordpress home directory .htaccess file (put it anywhere outside of the hash tags ### in that file).
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-content/.*$ [NC] RewriteCond %{REQUEST_FILENAME} !^.+(flexible-upload-wp25js|media)\.php$ RewriteCond %{REQUEST_FILENAME} ^.+\.(php|html|htm|txt)$ RewriteRule .* - [F,NS,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-includes/.*$ [NC] RewriteCond %{THE_REQUEST} !^[A-Z]{3,9}\ /wp-includes/js/.+/.+\ HTTP/ [NC] RewriteCond %{REQUEST_FILENAME} ^.+\.php$ RewriteRule .* - [F,NS,L] Options -Indexes DirectoryIndex index.html index.php /index.php
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Widget displays filename, not imageOK, I made a new template and sidebar for this testpage.
Now you can see what the problem is live as it happens.
https://beernews.org/test-page/
Please help!
ThanksForum: Plugins
In reply to: Twitter Tools re-publishes on updateI am using the latest WP install and v1.5b3 off your blog, Alex.
I make a lot of edits to prior posts and noticed them coming through as tweets. Should this not be happening? Any easy tweak to the code that can be made?
Thanks for all the great work w/ this plugin.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Widget displays filename, not imageI had to take it down because it caused my page to get screwed up in IE6 (I hate you, IE6!)
WP 2.6.2, using latest version of this plugin, and using the JW Rotator file.
It would just show xxxxxxx.png within a border instead of an image. I know it has nothing to do w/ the image being too large for the sidebar either.
Clicking the link brings up the image just fine so why wont the image show on the sidebar?