nola.geek
Forum Replies Created
-
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaI didn’t, my client did. :/
Could you add this? It doesn’t do any good to require someone to log in if they can just fake their identity.
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaCan we please get this added to the plugin? We updated and I lost George’s modification and now this plugin isn’t working again. If the user is logged in, why would we want them making up who they are? ?? For example, people are putting their real name, or something other name in the contact form, NOT the username they use on the blog – we have no way of knowing which user submitted the request if their information doesn’t match exactly.
I sent the login information yesterday – did you get it?
I just had [spreadplugin shop_design=”1007544443″] and pulled all of the products for all designs into that page.
If I replace that with the original tag:
[spreadplugin shop_category=”138888″]It seems to work, but then if I visit the pages, there’s no products on any of them?
I’m not using any caches whatsoever.
I just have the one code in there and it’s still pulling all products when rebuilding the cache and it’s still saying ‘no articles in shop. Please rebuild cache’ when complete.
I did that. This page has this code in it (I was testing)
https://hidi.us/geek/i-want-to-believe/
[spreadplugin shop_design=”1007544443″]
[spreadplugin shop_category=”138888″]and when I watch it rebuild the cache it adds ALL products for the first code, then the products for category 138888 for the second code.
I also notice that after the cache was rebuilt, all products on all pages now say “No articles in Shop. Please rebuild cache.”
https://hidi.us/geek/bbses-and-bbsing/
https://hidi.us/lgbt/rocky/
https://hidi.us/geek/lord/Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaExcellent! Hopefully this gets added to the next update.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] specify 'single' template to useDoesn’t seem to be working. I’m using this in my archive.php template:
replaced
get_template_part( 'content', get_post_format() );
with this:
if( is_tax('list', array('brief')) ): get_template_part( 'brief', 'bbs' ); elseif ( is_tax('list', array('detail')) ): get_template_part( 'detail', 'bbs' ); else: get_template_part( 'content', get_post_format() ); endif;
And it goes straight to the ‘else’ no matter which taxonomy term is selected.
Note in my test case I had the following taxonomies filters at the same time:
Software Type: Synchronet
Connection: Telnet
Listing: BriefMy end goal is to use the ‘Listing’ type to determine which template to show, since they each show different amounts of information.
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaexcellent. I may change it so that if they’re logged in it doesn’t even ask for a name.
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaYes, that would be perfect! ??
Forum: Plugins
In reply to: [Beautiful taxonomy filters] specify 'single' template to useI’ll try those! Regarding the first one – will it test to see if the post has the brief term assign of if we’re currently looking at a brief archive page? All posts are assigned to both ‘full’ and ‘brief’ but depending on the query, I’d like to show them different ways. ??
Thanks for the push in the right direction. ??
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaBut then you have no idea who really submitted the form. In our case we’re using it to ‘claim this post’ – We’d need to make sure that the person who reported it is actually the person that has logged in. That would be letting me post a reply here while logged in as nolageek and letting me say I’m WP Gurus. It associates the report with the account.
Otherwise, what’s the point of having the option to only allow logged-in users to submit if they get to make up who they are anyway?
This was my first project that really benefited from a custom post type – so once doing that it worked. That was the plugin I used to move them over once I created the new post type. ??
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaIf I have it set up so only logged-in users can submit posts, and they submit a post – i was expecting their wordpress username to be used as the ‘Reporter’ field.
If not, as it is now, I can log in as one user and report a post using another user’s username.
Can you make it so that if we require the user to be logged in and do not have a name field selected, that it automatically uses that user as the ‘Reporter’.
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaIs this plugin supported still?