millbank
Forum Replies Created
-
I had a similar problem where the back to directory somehow pointed to my contact page and I added an add_filter entry in my functions.php file.
add_filter(‘kws_gf_directory_backlink’, ‘link_to_member_directory’);
function link_to_member_directory($entryback) {
return str_replace(‘http://www.agcetn.org/contact’, ‘http://www.agcetn.org/member-directory’, $entryback);
}This made the Back to directory link point back to the directory and not the contact page. Wierd stuff, but maybe this will help.
Forum: Plugins
In reply to: [Drain Hole] Drain Hole and File Corruption after download…What happens on a regular file, like a PDF for instance?
I’m having a similar issue where the PDF that are downloaded don’t show the extension .pdf and even if I add it when downloading it doesn’t open up.
Has the plugin been abandoned?
First of all. Amazing plugin! It’s so versatile and in my mind a feature like this should be part of the base install of WordPress. Thank you.
I had to add the fix above, but the code didn’t start on line 555, but rather on 691. Once the code was replaced, it fixed the problem with the backslashes for me.
Forum: Plugins
In reply to: [Gravity Forms Directory] Limiting/Filtering Records shown in directoryJust to update that the spacing issue has been resolved in v3.1
What I would do for superhero speed and knowledge… Thanks Zack!!
Forum: Plugins
In reply to: [Gravity Forms Directory] Limiting/Filtering Records shown in directorySee my post here for help on this:
Just to be more clear
http://www.yourdomain.com/member-directory/?gf_search=Concrete
will display any entries that have the word concrete
http://www.yourdomain.com/member-directory/?gf_search=Concrete%20Accessories
will display any entries that have the word Concrete Accessories
That’s the best I can do 🙂 Hope it helps someone.
Forum: Plugins
In reply to: [Gravity Forms Directory] Limiting/Filtering Records shown in directoryI would also like the functionality of filtering displayed entries.
Forum: Fixing WordPress
In reply to: Getting an error message when I change anythingbentoliza,
What most likely happened was that your wptwitter.php file has some spaces at the end of the code. If you edit the wptwitter.php file (it’s in the plugins/wptwitter folder and remove any spaces after the last ?> then the message should go away. The absolute last thing on the wptwitter.php file needs to be ?> or you’ll get the ‘cannot modify header’ error when you try to modify any of your posts.
Hope that helps.
Cheers