Wordpress - Double authors names but no duplicate accounts - database

Hi I recently imported blog posts in my existing Wordpress installation.
Once the blogs where imported, I noticed the authors started appearing twice : https://roulezelectrique.com/blogue.
It is not the plugin that I'm using that is acting up.
I then checked out if I can attribute these newly imported blogs to the original author's name directly in Wordpress admin area and found that all the names are appearing twice in that selector as well. I then checked to see if the accounts appeared twice but, only one account per author.
Screenshot of list of duplicate authors
How is this so? And how can I fix it. I have access to the database but just can't find the relation of where this is stored. I also check the database's posts in wp_posts and the post_author ID seems to be attributed to the correct authors. in my case 11, 38, etc.. So no wrong ID's there too.

Related

Salesforce Knowledge Article Field - Not Visible to Guest User

I am very new to Salesforce, so apologies if my use of terms is not correct.
I am using Lightning Knowledge
I have enable and setup Knowledge Base and added FAQ articles and have added Question and Answerr fields to those articles.
I have setup the field visibilty so they are visible to all user including "Read Only" users (I could not find anything specific for Guests, should there be?)
So as far as I can tell the field permissions on the Question and Answer fields is correct.
I create articles and enter my values for my "Question and Answer fields" but when I go to my public site to view the FAQ, I only see the content of the Title and URL Name fields. I do not see my Question and Answer Fields.
If I login and view the articles via the public site, I do see the Question and Answer values.
I would very much appricaite it if anyone could point me in the right direction for trying to figure this out. I have googled but cannot seem to find anything that talks about guest users and field visibilty that has helped me.
Many Thanks
Derek
Yes, guest user is still an user. There's hidden user account (which acts as "created by" when you make new Case for example) and Profile which you might have to edit. It doesn't show up on normal list of profiles (but for example the Id can be queried and once you know Id you could construct the url yourself).
If you're using an Experience Cloud (aka Community) go to your site's Builder and the links will be at the bottom.
If you're using Sites - it should be in Site's config.
I had the exact same issue, but did see the solution documented in the previous comments.
In your community navigate to Settings
Select General
Click link under Guest User Profile
Scroll down to Field-Level Security
Click View for Knowledge
Click Edit
Check the Read Access box for the fields which are not displaying
Click Save

Object History Related List in Lightning Experience

I found that Object History related list isn't supported in Lightning Experience : https://success.salesforce.com/ideaView?id=08730000000LgQWAA0 . I need to show it in Lightning; is there any way to show the Related History on Contact (in lightning) without creating a new object.
Thanks!
I tried to track few standard and custom field on Contact using Field History Tracking. In lightning, it doesn't seem to show the "Contact History" related list and its history records at all even if you add it to the page layout.
The only way I could do is to switch to "Classic View" and see the field changes in Contact History related list for the contact record.
If you need to see this working in Lightning, We will have to wait till the following idea (https://success.salesforce.com/ideaView?id=08730000000LgQWAA0) gets incorporated by Salesforce.
Update:
This has been delivered in Summer 17, for those who are still looking.

Joomla 1.7 where are image paths stored for articles?

I've been tasked to migrate a Joomla 1.7 site to Drupal, which is going fairly well, except that I can't find where Joomla stores image paths for articles in the database. In the jos_articles table I have the following columns:
id
title
subtitle
cat
atype
theme
topics
intro
description
geography
source
author
extraauthors
published
featured
created_date
publish_date
unpublish_date
modified_date
hits
Any ideas?
EDIT: figured it out - the template automatically looks for [article-id].jpg, which means they aren't stored in the database at all!!!
Nothing to see here folks...
Joomla keeps information from the articles and pages that you create in two places. First of all, the text of the articles are keep as records in a database. All Joomla sites use a database to keep a lot of the information that helps manager the site, and your articles (and links, and contact items, etc.) are in that database. Generally, the database is provided by a database called mySQL that is provided as part of your web hosting service. Joomla manages getting articles in and out of this for you automatically.
So, you will not find a “file” on your website that contains the text of your articles. It is stored away in the Joomla mySQL database.
Now, photos, icons, graphics, and things like that are not stored in the database. They are actually stored as files in the file system of your Joomla installation.
Check this Article:
http://welcometojoomla.com/how-do-i-articles/34-site-management/76-where-does-joomla-keep-the-articles
By reading below article you will get the answer.
Does joomla store article/ modules text and image path in database?
Where does Joomla store article images?
Where does Joomla keep the articles?
In Joomla 1.7 the Article image urls are stored inside the #__content table
It was saving image url inside the introtext column with the article content. The images are from different location like images/banners/ or from any folder that access from media manager.
Hope its helps.

Products not appearing under content in admin in Drupal Commerce

I am importing products using Commerce Feeds. The products appear just fine on the front end and via Store > Products in the admin. However no products appear under Content in the admin area. I have tried clearing out the database, re-importing, re-indexing, flushing caches - nothing works.
Also this is bizarre and seemingly un-related, however I noticed it around the same time I realized my products were not appearing in the admin - there is a strange whitespace above my admin menu bar - which only appears on the Content page (also coincidently the page giving me trouble.)
Using Commerce Kickstart (commerce_kickstart-7.x-2.0-rc1) (Would love to upgrade to the latest release but I am unsure how to do this without losing a great deal of work. I have not found a good upgrade document - please chime in if you know something I don't!)
I feel kind of stupid now. I edited the admin/content view and saw there was a filter criteria which caused it to not display nodes of type "product_display." Evidently this is intentional behavior. I am guessing you are only supposed to manage products from within the store tab. Still wish I could figure out the cause of the phantom whitespace at the top though.

How do I search a custom database table (not a wordpress table)?

I have a pricing table that I have imported into the schema of my wordpress site and now I want to allow the user to search through the table and view it (but not edit it).
Is there a plugin already that let's me do this? I found dbtoolkit which is overly complicated and doesn't work in this simple case. I have tried a couple other plugins but they don't seem to work for public users. I want everyone to be able to view and search through the pricing table even if they are not logged in.
I could write my own plugin but I figure why re-invent the wheel if it's already out there.
**Note: this isn't a standard wordpress table and it has nothing to do with wordpress other than the fact that I imported it into the same database schema. However, I want to use wordpress to search and view this table and show it in a standard wordpress format.

Resources