Geeks-Board.Com
555 subscribers
3.87K photos
16 files
22.3K links
Unlocking Flashing iCloud unlock & hardware repairing guide only at our forum
Download Telegram
Use HTML image mapping in page nodes.
https://geeks-board.com/threads/use-html-image-mapping-in-page-nodes.14401/

Is it possible? I have created a basic image map html but for some reason it will not work, even when the page is created using HTML:



HTML:










Code:
Changing colors in 'attach files' button
https://geeks-board.com/threads/changing-colors-in-attach-files-button.14402/

I need some guidance regarding button colors.



How can I change the background color of the attach files button? I want it to match the other two buttons on the right.
Also is it possible to change the color of those automatic text avatars and make it the same for all letters. I am assuming each letter gets its own background color (for example green for wands)



Thank you...



Read more (https://geeks-board.com/threads/changing-colors-in-attach-files-button.14402/)
Is there a way to add a prefix to the custom thread field
https://geeks-board.com/threads/is-there-a-way-to-add-a-prefix-to-the-custom-thread-field.14403/

Is there a way to add a set of prefixes to the custom thread field?



I have been looking to see if an addon does this, any direction would be helpful.



Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9pcy10aGVyZS1hLXdheS10by1hZGQtYS1wcmVmaXgtdG8tdGhlLWN1c3RvbS10aHJlYWQtZmllbGQuMjIxMTk5Lw==)
Emojis show all, but emoji search is limited to 20
https://geeks-board.com/threads/emojis-show-all-but-emoji-search-is-limited-to-20.14404/

Can you please allow all emoji's to be returned instead of limiting to 20? Limiting to 20 can make it a challenge to find the emoji I'm looking forward when multiple other emoji's exist with the same name prefix (i.e. searching for US flag is impossible).



Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9lbW9qaXMtc2hvdy1hbGwtYnV0LWVtb2ppLXNlYXJjaC1pcy1saW1pdGVkLXRvLTIwLjIyMTE4OC8=)
MenuTrigger bookmarks tools
https://geeks-board.com/threads/menutrigger-bookmarks-tools.14405/

Hello,



When you click the button, it displays the "Bookmark Tools" menu. However, clicking again does not just close the "Bookmark Tools" menu, but also the entire "VisitorMenuBody" menu.
Mysql error upgrading to 2.3 beta 4
https://geeks-board.com/threads/mysql-error-upgrading-to-2-3-beta-4.14406/

Made an exact copy of my production forum and (after disabling the Chat and Redis add-ons) see this error:

(second time running php cmd.php xf:upgrade, upgrades ends ok). Same problem when all add-ons are disabled and third try after removing all add-ons:





~/httpdocs$ php cmd.php xf:upgrade

Current version: 2021570

Upgrade target: 2030034 (2.3.0 Beta 4)

Are you sure you want to continue with the upgrade? [y/n] y



Running upgrade to 2.3.0 Alpha, step 1... done.

Running upgrade to 2.3.0...



Read more (https://geeks-board.com/threads/mysql-error-upgrading-to-2-3-beta-4.14406/)
Help Needed: Unknown Column 'match_regex' Error During XenForo Upgrade
https://geeks-board.com/threads/help-needed-unknown-column-match_regex-error-during-xenforo-upgrade.14407/

Hello everyone,



I'm currently upgrading to a newer version of XenForo and have encountered a persistent issue that I hope someone here can help me resolve. During the upgrade process, I received the following error message:



Code:










Code:


XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'match_regex' in 'field list' in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198...



Read more (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9oZWxwLW5lZWRlZC11bmtub3duLWNvbHVtbi1tYXRjaF9yZWdleC1lcnJvci1kdXJpbmcteGVuZm9yby11cGdyYWRlLjIyMTE1OC8=)...



Read more (https://geeks-board.com/threads/help-needed-unknown-column-match_regex-error-during-xenforo-upgrade.14407/)
Samsung KG Lock Remove Permanent MDMFix Tool
https://www.youtube.com/watch?v=Xl92Bgqs1CI
Admin Session can't be extended
https://geeks-board.com/threads/admin-session-cant-be-extended.14409/

Class XF\Session\Session can be extended via class proxy for public usage but it can't be extended for admin sessions.



Unless there is a compelling reason to not allow this it would be nice if it could be changed.



Continue reading... (https://geeks-board.com/redirect?to=aHR0cHM6Ly94ZW5mb3JvLmNvbS9jb21tdW5pdHkvdGhyZWFkcy9hZG1pbi1zZXNzaW9uLWNhbnQtYmUtZXh0ZW5kZWQuMjIwOTYzLw==)
Accepting third party cookies for media embed (YouTube) when logged out requires page refresh to view media content
https://geeks-board.com/threads/accepting-third-party-cookies-for-media-embed-youtube-when-logged-out-requires-page-refresh-to-view-media-content.14410/

Clicking the button sends the request, but the form isn't replaced with the media embed, which makes it seem like the button is broken to a user unless they refresh the page.
Adding tags to thread silently fails if the xf_tag_content table has exhausted it's ids
https://geeks-board.com/threads/adding-tags-to-thread-silently-fails-if-the-xf_tag_content-table-has-exhausted-its-ids.14418/

This was exasperated by a custom addon miss-behaving (constantly adding & removing tags), and a mariadb 10.6.x galera cluster which increments ids by 3 every insert,



I'm not sure if this is a php bug for why it didn't hit 2^32 or what, but addTagIdsToContent was just silently failing when the table had the following autoincrement id of 4280404161.



\XF::db()->insert() was returning a falsy value after the insert failed, and the mysql error/warning was swallowed...



Read more (https://geeks-board.com/threads/adding-tags-to-thread-silently-fails-if-the-xf_tag_content-table-has-exhausted-its-ids.14418/)