grungyape
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Past Version Tab MissingA few extra notes.
I have cleared both browser and WP cache to assure it is not that. No change.
I opened the web tools and looked at the code. When the Version Tab appears it is clearly visible in the HTML: https://i.imgur.com/Rh00UJ9.png
Move to any other “folder” page and return, and it is gone: https://i.imgur.com/DCPDtLe.png
Thank you, I’ll give that a look.
To answer your question, in this case, two tables. We have many that do this exact same connection.
Table 1 Example “Emp Database”:
empid,fname,lname,birthdate,hiredate,department, …
112,john,smith,1999-03-15, …Table 2 Example “On Call”:
empid,start_date_end_date, …
112,2012-01-01,2012-01-07, …So when our manager needs to change the On Call Entry for 1/1/2012-1/7/2012 they go to the ON Call page, click the line entry for 1/1/2012-1/7/2012, hit edit and click the drop down list preselected to:
<option value="112">John Smith</option>
This gives them a list of all 50 employees:
<option value="109">Bill Hardin</option> <option value="112">John Smith</option> <option value="123">Frank Lars</option>
The display for On Call never shows the empid, it just has name and dates.
Peter,
I’ve not used WP Data Access yet, which is why I’m asking, so my apology for not being clear.
Just looking to confirm if we can enable frontend editing? Basically like datatables. Selected (wp role) users click an entry/menu, popup box, add new entry or edit an existing.
Next, I think you answered the second part. We have a table that has 3 fields, fname, lname and a combo fullname. We’d prefer to have users just edit the fname and lname field, then on save have the save option do a fullname = “fname+lname”
Forum: Plugins
In reply to: [WP Activity Log] Track Role Changes?Thank you for this. I appreciate you looking into it.
Don’t hate me for saying this, but the dates are exactly what WordPress set them as.
By this I mean, when we installed AMR Users 4 years ago, and then had our users start signing up for accounts, this error did not exist.
Sometime in the past few months, this error appears for every single user in the system on the admin Users page. The example I gave is 1 of 200. if I disable the AMR Users plugin, the error goes away.
If I use the admin General page to alter the WordPress TimeZone, it alters the error accordingly, i.e. [timezone] => America/New York to [timezone] => America/Detroit
The field specifically having the issue is the User Registered field on the Users page, as it now appears blank.
So I’m happy to, and able to, use PhPAdmin to check the field:
Here is a handful of the values I see: https://i.imgur.com/YEPvPub.png
Now I also took a look at our user registration, we use Gravity Forms User Registration Add-on. We always have, so this is not new. But I wanted to make sure “I” was not formatting the entry date, and I’m not. It is the system datetime stamp.
Forum: Plugins
In reply to: [Link Library] Sorting By HitsAbsolutely fantastic, thank you for this!
Forum: Plugins
In reply to: [Link Library] Link Checker Returns Wrong ResultsI cannot provide access to the inside links, but here are a few of the external links it reports as 403 or unreachable, and screen shots of inside stuff it also claims it cannot reach.
I was using this tool: https://i.imgur.com/FezUUxF.png with no options checked.
From the server, or my pc direct, I can reach these locations.
Reports Unreachable
ANPI Online https://www.anpi-online.org
Auglaize Co Auditors https://auglaizeoh-auditor.ddti.net/
Chase Paymentech https://secure.paymentech.com/signin/pages/login.facesReports 403 (internal links)
APMax Portal https://apmax.telserco.com/Notify/ (https://i.imgur.com/nJ3WjWc.png)
Adit 600 https://one.telserco.com/docs/support/adit-600-channel-banks/ (https://i.imgur.com/0TsbvDy.png)Forum: Reviews
In reply to: [Link Library] Link Checker Returns Wrong ResultsI’m not sure how I did that, I thought I was at support. My apologies.
Forum: Plugins
In reply to: [Next Active Directory Integration] Auto Logout?I cannot confirm it is NADI; but per your reply, I assume it is something else, or a conflict.
I wanted to ask before I started the long “disable other plugins” walk as it may take time to find since I have to let each plugin sit for 30 minutes to see if it still logs out.
Thank you, if I find it is a conflict, I’ll let you know.
Anyone out there tried this, or know the official answer?
Happy to upgrade IF this can be done.Forum: Plugins
In reply to: [WP Data Access – App, Table, Form and Chart Builder plugin] Look & FeelI am going to guess it is my ignorance on understanding how to use your plugin correctly.
The final table display only needs to be read only, but it has to link two tables to get all of its data, the bottom table (Data Projects) is the same as the top, but this one is linking two tables to display and I thought that was what needed to be done based on a video I saw.
If you’ll note, the top table is missing the department name, the bottom is not.
To be 100% open, I am trying to give some co-workers of mine a reason to consider your plugin WP Data Access instead of using WP Data Tables. I believe you have more features we can use, but they seem stuck on how quickly they can output linked tables with default themes.
I’m clearly struggling to properly use multiple tables for output.
I will keep digging and see?what I can do.
- This reply was modified 4 years, 1 month ago by grungyape.
And bingo, I am connected!
If I missed this in the instructions, my apology.
If not, might not hurt to add this to the instruction page.I appreciate the help regardless!
Oh geez, I am so sorry. What I meant was rdb: + (my database name), not that rdb WAS my database name.
I should have just used a bogus name like rdb:mydatabase
I’m an idiot.
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] TOC and SidebarThank you for all the help, I’m letting folks see it to make a determination.
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] TOC and SidebarThank you.
So I had wondered about the main KB page, and that’s how I tested it originally, per image: https://i.imgur.com/kC7nSJp.png However, I still see this: https://i.imgur.com/XW0ZBYn.png
Thank you for the BasePress > Settings > Appearance, this did what we wanted on article pages.
Your second comment about the BasePress > Settings > Appearance also was the key to my front page issue. Setting it like this: https://i.imgur.com/tTIJNdd.png and then setting the main page to no sidebar did the trick. Now I can control each page as needed.
Thank you for the TOC example. Does that have a sticky/float option?