jjcostello01
Forum Replies Created
-
Hello
I am using the pro version, and I am asking the question as I don’t seem to be able to get it to work.
Thanks.
Hello
I found the answer.
Go to BD Admin -> Manage Options -> General tab -> and look under Directory Search. Then go to Search Form Display, and select Don’t show with results.
Somehow the option had accidently got changed in the last few days.
Thanks for the response.
John
Hello again
Actually, the problem is replicated on the demo website:
https://businessdirectoryplugin.com/business-directory/
There you will see that the results of the Search give the results at the bottom of the page and the Advanced Search Form (opened) at the top of the page.
I am used to just having the results only. Should I want to use the Advanced Search, then I would open it and use it.
If this is a new feature, I would prefer it was optional.
Thanks.
Just a small request for final clarification.
I have looked at the headers in the WP user database, and it has ID only, and not user_id.
So do I change the user_id in the CSV file to just ID.
I presume that the whatever ID I use it should be the same as in the user database.
My problem lies in the fact that user ID is already decided, and hence my question above.
Thanks.
Thanks for the perfect reply. I now know exactly what I need to do.
The quick response is much appreciated.
John
Forum: Plugins
In reply to: [Import and export users and customers] Deleting usersHello
Yes, I found them eventually.
And I deleted them from the table – wp_users. In the process I accidentally deleted the admin user. Restoring this user proved to be simple.
At the WP Login box, I entered the username and requested a password. I got one and I now had the admin user in the table. I then went to the table and edited the admin user and changed the ID to 1.
It worked, and I had my website back again.
This plugin has great potential, and it does exactly what I want it to do.
Thanks.
Forum: Plugins
In reply to: [dbview] How to hide the report page headerThanks. I was able to remove the header with CSS. Unfortunately it switches off all headers. So its a good plan to include it in a future version where it could be used selectively.
Forum: Plugins
In reply to: [dbview] Is there a shortcorde to just count the rows?I found the answer:
[dbview name=’world cities’ pagesize=100 sort=population order=desc]
I hadn’t just used pagesize in any short code. It now does for me what I want – xxx items at the bottom of the list.