Everything posted by SoloInter
-
Beta 5 is alive!
Yeah babay !
-
Beta 4 and Vaseline
You lucky. He will removed entirely.
-
Beta 4 and Vaseline
- Beta 4 is through the door!
Today is yesterday ?- Beta 4 is through the door!
Yes since few days it’s the same for me.- Redis is eating a lot
Since Monday, we are stabilised between 390Mo and 440Mo. 👍- Merge Tags
Thanks. I don’t plan to empty anything. when I will take time to test I will just update. Hope in the meantime something official will be implemented. But I know how long it can take and I know me 🫣😂- Beta 4 is through the door!
😇- Merge Tags
- Merge Tags
core_tags_cache : There is only 3 cols. CACHE KEY CACHE TEXT CACHE DATE So I just have update the tag in CACHE TEXT core_search_index_tags : There is only 3 cols. ID of content who is linked TAG IS PREFIX So I just have to do the same kind of query I did to core_tags table for TAG But I find also : core_tags_data where I will have to update by delete wrong tags and merge total tags in cms_records6 (because my database ID is 6) With that I suppose it will works. I will have a try soon on the dev web site- Merge Tags
Thank you for the compassion my friend. Indeed. This is what I should have done before upgrading.- Merge Tags
I have so many different tags for the same thing. Currently the only technique I have is to open the tag page, click on all the contents, delete the wrong tag, add the correct tag. Repeat. Repeat. Repeat .... The temptation to run 2-3 queries to do everything is so strong.- Merge Tags
Thanks for your feedback ^^ The cache by definition can be emptied, right? Let's suppose that I empty this table (core_tags_cache) after executing the query? We won't be too bad? 😄- Merge Tags
Ok ok , nobody know, I will test and taste.- BG Image to Header?
On this page ? : https://awsefed.com/index.php?/forum/20-televised-events/- BG Image to Header?
Screenshot the zone you are speaking about. Because this : .ipsBox__header This should change home forum and categories forum. >> home : Index forum with BG titles set up >> Categories : Subforum BG titles- How do I upgrade to the Beta?
https://invisioncommunity.com/clientarea/ Click on "Manage this purchase" At the very end of the page you will find the precious. For the install, unzip and send the content of the folder using FTP for instance Go to /admin/updgrade AND OF COURSE BACKUP BACKUP BACKUP. If it's not a fresh install- BG Image to Header?
For forum categories titles : .ipsBox__header { For widget titles : .ipsWidget__header {- BG Image to Header?
- BG Image to Header?
Got it : .ipsMobileHeader { background-image: url(https://your image/here.png); width: 100%; background-position: center bottom; background-size:cover; background-repeat: no-repeat; }- BG Image to Header?
Thanks @Drewfus. About the mobile header ? Please 😬- Private Message
Account you used to send the MP not either ?- Default_photo
Using FTP no ?- Redis is eating a lot
First answer from support : I will wait for their update before doing anything with Cloudflare. I will keep you informed- Merge Tags
My staff has created in the past (before the upgrade) a large number of tags and regularly several ways of writing the same thing. Example here with the tag "arsenal" and "arsenal fc" both designating the same thing, namely the name of the English football club Arsenal. My question is the following : Can I, directly in phpMyAdmin, edit the tags that are not well written in order to unify everything ? Concretely, I want to execute this query in this case: UPDATE `ibf_core_tags` SET `tag_text` = 'arsenal fc' WHERE `ibf_core_tags`.`tag_text` = 'arsenal'; I know that it is not advisable to play with the database like that, but beyond any classic warnings, basically can I do that without upsetting the IC5 application? - Beta 4 is through the door!