When post webhook is enabled, liking a post causes an error
https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19936/
I have a webhook enabled that is set to only run on post insert, however when this webhook is enabled, liking a post creates this error:
Code:
TypeError: XF\Mvc\Entity\AbstractCollection::toWebhookResults(): Argument #1 ($options) must be of type array, int given, called in /var/www/vhosts/xenforo/src/XF/Api/Result/EntityResult.php on line 226 src/XF/Mvc/Entity/AbstractCollection.php:72
Code:
#0 src/XF/Api/Result/EntityResult.php(226)...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Continue... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Read more (https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19936/)
https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19936/
I have a webhook enabled that is set to only run on post insert, however when this webhook is enabled, liking a post creates this error:
Code:
TypeError: XF\Mvc\Entity\AbstractCollection::toWebhookResults(): Argument #1 ($options) must be of type array, int given, called in /var/www/vhosts/xenforo/src/XF/Api/Result/EntityResult.php on line 226 src/XF/Mvc/Entity/AbstractCollection.php:72
Code:
#0 src/XF/Api/Result/EntityResult.php(226)...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Continue... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Read more (https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19936/)
Download XTM ADB Tool V1.1
https://geeks-board.com/threads/download-xtm-adb-tool-v1-1.19937/
Download XTM ADB Tool V1.1The Xtm Adb Tool V1.1 Is A Unique Software Application Created Specifically To Facilitate Samsung Unlock, Mdm Bypass And Various Advanced Android Management Tasks. This Powerful Tool Facilitates Easy Interaction With Samsung Devices Via Adb (android Debug Bridge), Enabling Users To Quickly Remove Mobile Device Management Restrictions, Unlock Frp Locks, And Enable Any Hidden Settings Effortlessly...
Read more (https://geeks-board.com/threads/download-xtm-adb-tool-v1-1.19937/)
https://geeks-board.com/threads/download-xtm-adb-tool-v1-1.19937/
Download XTM ADB Tool V1.1The Xtm Adb Tool V1.1 Is A Unique Software Application Created Specifically To Facilitate Samsung Unlock, Mdm Bypass And Various Advanced Android Management Tasks. This Powerful Tool Facilitates Easy Interaction With Samsung Devices Via Adb (android Debug Bridge), Enabling Users To Quickly Remove Mobile Device Management Restrictions, Unlock Frp Locks, And Enable Any Hidden Settings Effortlessly...
Read more (https://geeks-board.com/threads/download-xtm-adb-tool-v1-1.19937/)
Question About Attachments
https://geeks-board.com/threads/question-about-attachments.19938/
I've made a few guides on my website in a forum post. The guide needed to have a lot of attachments. In this case 27. Now that I'm done with the guild and its been posted. I would like to set it back to 10. Will that impact the post I had already made that has 27? Its a big write up and I don't want to have to do it again if it does, Or will the one post stay intact, unless its updated or something?
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9xdWVzdGlvbi1hYm91dC1hdHRhY2htZW50cy4yMzEzMzAv)
https://geeks-board.com/threads/question-about-attachments.19938/
I've made a few guides on my website in a forum post. The guide needed to have a lot of attachments. In this case 27. Now that I'm done with the guild and its been posted. I would like to set it back to 10. Will that impact the post I had already made that has 27? Its a big write up and I don't want to have to do it again if it does, Or will the one post stay intact, unless its updated or something?
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9xdWVzdGlvbi1hYm91dC1hdHRhY2htZW50cy4yMzEzMzAv)
Unable to Fetch Group Members from XenForo API in n8n
https://geeks-board.com/threads/unable-to-fetch-group-members-from-xenforo-api-in-n8n.19939/
Problem Summary:
I’m trying to import users from the “VIP Members” group on my XenForo site into n8n using GET https://siteadresim.com/api/users/ (https://geeks-board.com/redirect?to=aHR0cHM6Ly9zaXRlYWRyZXNpbS5jb20vYXBpL3VzZXJzLw==), but it always returns an empty list. My API key is correct, and adding pagination parameters (page=1, per_page=25) still yields no results.
Help Needed:
Which query parameter or endpoint correctly returns group members?
What might be missing in the n8n HTTP Request node settings?
Any practical tips for...
Read more (https://geeks-board.com/threads/unable-to-fetch-group-members-from-xenforo-api-in-n8n.19939/)
https://geeks-board.com/threads/unable-to-fetch-group-members-from-xenforo-api-in-n8n.19939/
Problem Summary:
I’m trying to import users from the “VIP Members” group on my XenForo site into n8n using GET https://siteadresim.com/api/users/ (https://geeks-board.com/redirect?to=aHR0cHM6Ly9zaXRlYWRyZXNpbS5jb20vYXBpL3VzZXJzLw==), but it always returns an empty list. My API key is correct, and adding pagination parameters (page=1, per_page=25) still yields no results.
Help Needed:
Which query parameter or endpoint correctly returns group members?
What might be missing in the n8n HTTP Request node settings?
Any practical tips for...
Read more (https://geeks-board.com/threads/unable-to-fetch-group-members-from-xenforo-api-in-n8n.19939/)
Unformatted Toolbar inside post
https://geeks-board.com/threads/unformatted-toolbar-inside-post.19940/
Hi everybody. Can anyone help me to understand what is the problem with my site?
I'm receiving this error:
Code:
Code:
XF\CssRenderException: Error rendering template public:editor.less: ParseError: missing opening `{` in public:editor.less on line 5615, column 3 (on or near line 5615) src/XF/CssRenderException.php:89
Stack Analisys
5612 |
5613 | // XF: this adds an insane amount of padding that doesn't appear to be necessary
5614 | //padding-bottom...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy91bmZvcm1hdHRlZC10b29sYmFyLWluc2lkZS1wb3N0LjIzMTMzMi8=)...
Read more (https://geeks-board.com/threads/unformatted-toolbar-inside-post.19940/)
https://geeks-board.com/threads/unformatted-toolbar-inside-post.19940/
Hi everybody. Can anyone help me to understand what is the problem with my site?
I'm receiving this error:
Code:
Code:
XF\CssRenderException: Error rendering template public:editor.less: ParseError: missing opening `{` in public:editor.less on line 5615, column 3 (on or near line 5615) src/XF/CssRenderException.php:89
Stack Analisys
5612 |
5613 | // XF: this adds an insane amount of padding that doesn't appear to be necessary
5614 | //padding-bottom...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy91bmZvcm1hdHRlZC10b29sYmFyLWluc2lkZS1wb3N0LjIzMTMzMi8=)...
Read more (https://geeks-board.com/threads/unformatted-toolbar-inside-post.19940/)
webhooks, timing and criteria
https://geeks-board.com/threads/webhooks-timing-and-criteria.19941/
I created a simple webhook to test with new posts. Ran a successful test and 5-10 min after disabling it, I'm still catching post events. How are those triggered? Cron? I was expecting them to be near instant.
I was looking into that ... when I noticed the 'criteria' column in the webhook table. Mine has a bunch I didn't enter, specifically all the commerce related ones:
{
"dbtech_ecommerce_download": {
"products": {
"rule": "product_id",
...
Read... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93ZWJob29rcy10aW1pbmctYW5kLWNyaXRlcmlhLjIzMTMzNC8=)
Read more (https://geeks-board.com/threads/webhooks-timing-and-criteria.19941/)
https://geeks-board.com/threads/webhooks-timing-and-criteria.19941/
I created a simple webhook to test with new posts. Ran a successful test and 5-10 min after disabling it, I'm still catching post events. How are those triggered? Cron? I was expecting them to be near instant.
I was looking into that ... when I noticed the 'criteria' column in the webhook table. Mine has a bunch I didn't enter, specifically all the commerce related ones:
{
"dbtech_ecommerce_download": {
"products": {
"rule": "product_id",
...
Read... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93ZWJob29rcy10aW1pbmctYW5kLWNyaXRlcmlhLjIzMTMzNC8=)
Read more (https://geeks-board.com/threads/webhooks-timing-and-criteria.19941/)
Formatting on a Page
https://geeks-board.com/threads/formatting-on-a-page.19942/
I'm in the process of migrating some old posts from the forum software I previously used to XenForo, and this particular post I'm moving would work better as a Page node. But it's got some normal post formatting in it that I'd keep/replicate. One of which is the Quote.
Can I replicate a quotation block in the html text of a Page?
Thank you!
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9mb3JtYXR0aW5nLW9uLWEtcGFnZS4yMzEzMzcv)
https://geeks-board.com/threads/formatting-on-a-page.19942/
I'm in the process of migrating some old posts from the forum software I previously used to XenForo, and this particular post I'm moving would work better as a Page node. But it's got some normal post formatting in it that I'd keep/replicate. One of which is the Quote.
Can I replicate a quotation block in the html text of a Page?
Thank you!
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9mb3JtYXR0aW5nLW9uLWEtcGFnZS4yMzEzMzcv)
Show last thread in private node
https://geeks-board.com/threads/show-last-thread-in-private-node.19943/
Hello! Looking to modify something on our forums site. Right now we have private nodes in where users can submit threads, and only see their own threads, and staff can (of course) see these threads to handle them as they are used for reports, appeals, etc.
To improve user experience, we are looking to modify it to not show the 'private' phrase and instead show the user their own last thread.
Less:
Code:
...
...
Read more (https://geeks-board.com/threads/show-last-thread-in-private-node.19943/)
https://geeks-board.com/threads/show-last-thread-in-private-node.19943/
Hello! Looking to modify something on our forums site. Right now we have private nodes in where users can submit threads, and only see their own threads, and staff can (of course) see these threads to handle them as they are used for reports, appeals, etc.
To improve user experience, we are looking to modify it to not show the 'private' phrase and instead show the user their own last thread.
Less:
Code:
...
...
Read more (https://geeks-board.com/threads/show-last-thread-in-private-node.19943/)
When post webhook is enabled, liking a post causes an error
https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19944/
I have a webhook enabled that is set to only run on post insert, however when this webhook is enabled, liking a post creates this error:
Code:
TypeError: XF\Mvc\Entity\AbstractCollection::toWebhookResults(): Argument #1 ($options) must be of type array, int given, called in /var/www/vhosts/xenforo/src/XF/Api/Result/EntityResult.php on line 226 src/XF/Mvc/Entity/AbstractCollection.php:72
Code:
#0 src/XF/Api/Result/EntityResult.php(226)...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Continue... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Read more (https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19944/)
https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19944/
I have a webhook enabled that is set to only run on post insert, however when this webhook is enabled, liking a post creates this error:
Code:
TypeError: XF\Mvc\Entity\AbstractCollection::toWebhookResults(): Argument #1 ($options) must be of type array, int given, called in /var/www/vhosts/xenforo/src/XF/Api/Result/EntityResult.php on line 226 src/XF/Mvc/Entity/AbstractCollection.php:72
Code:
#0 src/XF/Api/Result/EntityResult.php(226)...
Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Continue... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy93aGVuLXBvc3Qtd2ViaG9vay1pcy1lbmFibGVkLWxpa2luZy1hLXBvc3QtY2F1c2VzLWFuLWVycm9yLjIzMTMyOC8=)
Read more (https://geeks-board.com/threads/when-post-webhook-is-enabled-liking-a-post-causes-an-error.19944/)
Can you remove the option to change width?
https://geeks-board.com/threads/can-you-remove-the-option-to-change-width.19945/
I've looked in the settings and I can't find it if it's an option.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jYW4teW91LXJlbW92ZS10aGUtb3B0aW9uLXRvLWNoYW5nZS13aWR0aC4yMzEzNDgv)
https://geeks-board.com/threads/can-you-remove-the-option-to-change-width.19945/
I've looked in the settings and I can't find it if it's an option.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jYW4teW91LXJlbW92ZS10aGUtb3B0aW9uLXRvLWNoYW5nZS13aWR0aC4yMzEzNDgv)
CLI command to rebuild attachment thumbnails
https://geeks-board.com/threads/cli-command-to-rebuild-attachment-thumbnails.19946/
The rebuild commands are xf-rebuild:kirby-xfmg-media-thumbnails, xf-rebuild:kirby-xfmg-album-thumbnails and
xf-rebuild:kirby-attachment-thumbnails.
The XFMG commands will only work if XFMG is installed though (otherwise they will log an error).
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jbGktY29tbWFuZC10by1yZWJ1aWxkLWF0dGFjaG1lbnQtdGh1bWJuYWlscy4xOTM3NjMv)
https://geeks-board.com/threads/cli-command-to-rebuild-attachment-thumbnails.19946/
The rebuild commands are xf-rebuild:kirby-xfmg-media-thumbnails, xf-rebuild:kirby-xfmg-album-thumbnails and
xf-rebuild:kirby-attachment-thumbnails.
The XFMG commands will only work if XFMG is installed though (otherwise they will log an error).
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jbGktY29tbWFuZC10by1yZWJ1aWxkLWF0dGFjaG1lbnQtdGh1bWJuYWlscy4xOTM3NjMv)
Push notifications not working.
https://geeks-board.com/threads/push-notifications-not-working.19947/
Hey,
I notice my push notifications not working here for xenforo then i try to re-enable it is showing me push notifications block see screenshot attached
Regards,
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9wdXNoLW5vdGlmaWNhdGlvbnMtbm90LXdvcmtpbmcuMjMxMzUzLw==)
https://geeks-board.com/threads/push-notifications-not-working.19947/
Hey,
I notice my push notifications not working here for xenforo then i try to re-enable it is showing me push notifications block see screenshot attached
Regards,
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9wdXNoLW5vdGlmaWNhdGlvbnMtbm90LXdvcmtpbmcuMjMxMzUzLw==)
Password Reset
https://geeks-board.com/threads/password-reset.19948/
Hi,
I am able to go to the password reset page via forums/index.php?account/security
It appears to work fine "A password reset request has been emailed to you. Please follow the instructions in that email."
However, I am not receiving the email. (not in spam folder)
Thanks in advance for any assistance
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9wYXNzd29yZC1yZXNldC4yMzEzNTgv)
https://geeks-board.com/threads/password-reset.19948/
Hi,
I am able to go to the password reset page via forums/index.php?account/security
It appears to work fine "A password reset request has been emailed to you. Please follow the instructions in that email."
However, I am not receiving the email. (not in spam folder)
Thanks in advance for any assistance
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9wYXNzd29yZC1yZXNldC4yMzEzNTgv)
Duplicate page titles (in members profiles)
https://geeks-board.com/threads/duplicate-page-titles-in-members-profiles.19949/
Member profiles /members/username/ and their About pages /members/username/about have identical page titles. I have 5k members, so Google sees 5k page title duplications, which I guess is not good. Can I fix it somehow?
1. May be there is a switch in ACP that turn off About pages?
2. Template modification?
3. Something else?
Please advise.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9kdXBsaWNhdGUtcGFnZS10aXRsZXMtaW4tbWVtYmVycy1wcm9maWxlcy4yMzEzNjAv)
https://geeks-board.com/threads/duplicate-page-titles-in-members-profiles.19949/
Member profiles /members/username/ and their About pages /members/username/about have identical page titles. I have 5k members, so Google sees 5k page title duplications, which I guess is not good. Can I fix it somehow?
1. May be there is a switch in ACP that turn off About pages?
2. Template modification?
3. Something else?
Please advise.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9kdXBsaWNhdGUtcGFnZS10aXRsZXMtaW4tbWVtYmVycy1wcm9maWxlcy4yMzEzNjAv)
Reactions
https://geeks-board.com/threads/reactions.19950/
I am looking at adding my own Reactions but the image is always too big what is the file size for the Reactions
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9yZWFjdGlvbnMuMjMxMzYyLw==)
https://geeks-board.com/threads/reactions.19950/
I am looking at adding my own Reactions but the image is always too big what is the file size for the Reactions
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9yZWFjdGlvbnMuMjMxMzYyLw==)
Best mass email sender
https://geeks-board.com/threads/best-mass-email-sender.19951/
Is there a recommended Mass email company that people recommend? Mailchimp looks very expensive but I would like one that is compatible with Xenforo without an add on if possible. I also dont really understand how it works so any guidance woud be very gratefully received.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9iZXN0LW1hc3MtZW1haWwtc2VuZGVyLjIzMTM2My8=)
https://geeks-board.com/threads/best-mass-email-sender.19951/
Is there a recommended Mass email company that people recommend? Mailchimp looks very expensive but I would like one that is compatible with Xenforo without an add on if possible. I also dont really understand how it works so any guidance woud be very gratefully received.
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9iZXN0LW1hc3MtZW1haWwtc2VuZGVyLjIzMTM2My8=)
44k pages with redirects (/post-id)
https://geeks-board.com/threads/44k-pages-with-redirects-post-id.19952/
It bothers me for years and for years I can't find a solution, just keep getting "this is not a problem" and "you shouldn't worry about it". But I do worry about it and I do think this is a problem, and here is why.
https://geeks-board.com/threads/44k-pages-with-redirects-post-id.19952/
It bothers me for years and for years I can't find a solution, just keep getting "this is not a problem" and "you shouldn't worry about it". But I do worry about it and I do think this is a problem, and here is why.
From point of view of Google algorithm my site consist of 15% of pages that are OK and might compete with other in search results, and 85% of pages that are...
Read more (https://geeks-board.com/threads/44k-pages-with-redirects-post-id.19952/)
Read more (https://geeks-board.com/threads/44k-pages-with-redirects-post-id.19952/)
Custom field for file uploads
https://geeks-board.com/threads/custom-field-for-file-uploads.19953/
When adding a custom field, is there a way to have the type be a file upload field, like an attachment field?
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jdXN0b20tZmllbGQtZm9yLWZpbGUtdXBsb2Fkcy4yMzEzNjkv)
https://geeks-board.com/threads/custom-field-for-file-uploads.19953/
When adding a custom field, is there a way to have the type be a file upload field, like an attachment field?
Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9jdXN0b20tZmllbGQtZm9yLWZpbGUtdXBsb2Fkcy4yMzEzNjkv)