backlands
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Search Recursively Through SubdirectoriesLife always comes first in my eyes. Sounds like you have a clear development plan though when you are able to start. Until then I really do enjoy the plugin you have built and intend to continue using it.
Thanks for the info, and now I at least have options for what to do for my users.
Forum: Plugins
In reply to: [File Away] Search Recursively Through SubdirectoriesThat’s what I thought. Unfortunate. I may have to remove the per-month sorting so that they only have to go into each year and do their searches. That would reduce the load count from the full 3000 to around 200-300 in each year. Not ideal but manageable.
Might be worth considering adding an option to disable the Javascript search and instead perform a search across pages through POST and return a file list from that. Would be beneficial to sites with large databases.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] See users' results and give them access to their whole results@ebusmaximus can you send me that plugin as well please.
Forum: Plugins
In reply to: [File Away] Cannot View Basic [fileaway]Good spot Thom, you got me to look into the subdirectory settings, and since I had not specified directories=”on” it was only showing the Root folder which had no files in it. Sorry to waste your time on something so simple!
I just wanted to mention that I am incredibly impressed with the plugin so far, I am currently implementing it in an Intranet for a local company and cannot believe the high level of quality that the plugin brings! Will we be seeing new features/improvements in the future? Thanks so much for your great work!
Forum: Plugins
In reply to: [File Away] Cannot View Basic [fileaway]Hey Thom,
Thanks for the quick reply! So from my understanding the following shortcode should display for anyone:
[fileaway type="table" paginate="true" pagesize="20" searchlabel="Search" sortfirst="mod-desc" images="none" theme="greymatter" heading="Meeting Minutes and Agendas" textalign="left" hcolor="black" color="orange" iconcolor="orange"]As per the tutorial for the [fileaway] shortcodes entry on the showto attribute anyone should be able to see the shortcode, however nothing shows up for anyone, not even administrators. However if I set the showto attribute to a set of user roles it shows up. Shouldn’t the shortcode display for everyone if the showto attribute is not specified as per the tutorial entry below?
Takes a comma-separated list of user roles / capabilities. If used, only those users with one of the user roles or capabilities specified in this field will have access to the file/attachment display or file upload form.The code from Lines 2379-2385 are as follows:
2379 /*** Gets the title that will be used by AIOSEOP for title rewrites or returns false. ***/ 2380 function get_aioseop_title( $post ) { 2381 global $aioseop_options; 2382 // the_search_query() is not suitable, it cannot just return 2383 global $s, $STagging; 2384 $opts = $this->meta_opts; 2385 if ( is_front_page() ) {Thats why I am most confused about this, since 2382 is a commented line.
I think there may be some misunderstanding.
At first I had this error:
Notice: Undefined index: aiosp_front_meta_tags in /home/p*******e/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 2382I updated options and got this error:
Notice: Undefined index: archive_title_format in /home...../aioseop_functions.php on line 56Then I %date% | %blog_title% to Archive Date Format because it was empty.
Now I am getting this error again:
Notice: Undefined index: aiosp_front_meta_tags in /home/p*******e/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 2382Now I am stuck with this error at the moment and the suggestions in your other replys do not resolve the problem.
Thanks
Thanks for the fast reply Peter.
I updated the options and the error message changed to this error.
Which was fixed by doing what you said in there, but now the previous error has returned again and doing the Update Options does not resolve it.
(I am not using a caching plugin)
Any other recommendations? I can send you the website that I am having the problems on if you want.
Thanks
Forum: Themes and Templates
In reply to: Embedded Maps Not FunctioningI actually have tried contacting the vendor, but every contact I send receives the response that the functionality requested is not intended for our theme.
Eric