TBotNik
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce Imports/ExportsSome help here?
TBNK
Forum: Plugins
In reply to: Turn Off Default Category DisplayAll,
Found and fixed this one!
Forum: Fixing WordPress
In reply to: Quick QAll,
Also the .php where it is located or the table/column in the DB would be great!
Cheers!
OMR
Forum: Fixing WordPress
In reply to: CSS and Images not showingGuys,
Followed the instruction you gave:
https://codex.www.ads-software.com/Editing_wp-config.php#WordPress_address_.28URL.29
and now totally locked out of the system with database errrors to the site and the dashboard.
Assume this is in a config file, so will need to download, edit and upload via FTP, since now totally hosed and not able to access the site at all.
Cheers!
TBNK
Forum: Fixing WordPress
In reply to: CSS and Images not showingGuys,
As far as sitename is concerned, do not have domain DNS set yet so calling with:
https://localip/wordpress ==> locally where like 192.168.x.x
https://externalip/wordpress ==> for external
https://localhost/wordpress ==> Direct on server (only good view)Not setting domain and DNS until it is good via IP as that is best test method emliminating DNS redirects, etc.
Rajan,
Explain your “Check theme file <?php blog_info(‘template_url’);?>” comment.
Cheers!
TBNK
Forum: Plugins
In reply to: Best shopping cart with .csv exportZen Cart, but need lots of work.
Forum: Plugins
In reply to: Admin Menu HelpAll,
Hey I found out that the syntax is soooo very specific and none of the codex HOWTOs even talk about it. Here is what I had to do with my code to get it to work:
[Code moderated as per the Forum Rules. Please use the pastebin]
Item 1-3 were just experimental, the real one I was trying to do is #4.
It finally worked when all the code was right. Putting the values into vars and then dropping them into the commands was really helpful, but had to figure that out on my own, because none of the HOWTOs in the codex or elsewhere did that.
Still got some other errors, but not related to getting these commands working.
Thanks!
TBNK
Forum: Plugins
In reply to: Admin Menu HelpAll,
Can I get some help?
The commands:
add_menu_page
add_submenu_pageare not working at all!
TBNK
Forum: Plugins
In reply to: XML-RPC Decode HackAll,
I know this is a simple OOP class extension, that is needed, just not understanding how to hook it in.
Can I get some help here, should be like a 5 minute thing.
Thanks!
TBNK
Forum: Plugins
In reply to: xml-rpc questionAll,
Well we had a WP expert Randy Hoyt speak at our Dallas PHP users group, so thinking about this again and reaching out to see who in our PHP community will assist in this effort.
I still contend that since PHP encoding is a rudimentary function, that should have meant that encode and decode for it are included in the WP baseline fuctionality.
Thanks!
TBNK
Forum: Plugins
In reply to: xml-rpc questionStatus4,
No had to get off this project for a while, others more pressing. Went to IRC for WordPress and the experts there were clueless on this also.
Boils down to getting the “right method” and the “right handler” and not knowing any WP internals nor philosophy, I would just have to read up on all them and try them one by one, till it works, which I currently have no time for.
If you can get someone with WP internals knowledge to chime in on this should be able to fix in minutes.
Thanks!
TBNK
Forum: Plugins
In reply to: XML-RPC API Extensionsdklon,
Wondering if you can look at and help me with a problem?
Wrote it up at:
https://www.ads-software.com/support/topic/xml-rpc-question?replies=11
Also have the code, where I am at on pastebin at:
It’s either my hook or method that is wrong, I think.
Thanks!
TBNK
Forum: Plugins
In reply to: xml-rpc questionJoseph,
Saw you work and I think you can help. Please look over the code at:
and let me know what is wrong. I think either wrong hook or wrong invocation action. Let me know.
Thanks!
TBNK
Forum: Plugins
In reply to: xml-rpc questionAll,
Source text file for this is:
[Code moderated as per the Forum Rules. Please use the pastebin]So WP has to have a setting that causes “html_entity_decode()” to be called to allow the tags to revert back to the original HTML.
I’ve been searching for that option, as I’m sure the WP programmers did not overlook it, but not finding it so far.
If you know this option, please chime in!
Thanks!
TBNK
Forum: Plugins
In reply to: xml-rpc questionJoseph,
Tried your fix and still get the wrong thing.
Look at this link please:
You see the HTML tags are still encrypted as “<tagname>” so not being interpreted and formatting. In the edit mode, within WordPress, there are two options, a.) Visual, b.) HTML (upper right tabs) and the visual is coming out like the text should read in the HTML.
Not quite sure how to use your fix, of the upgrade that is suppose to fix all this, but need my text to convert back to HTML as that is my source file(s).
Thanks!
TBNK