Everything posted by Nathan Explosion
-
Default font and text size
edit your globalTemplate template and add the following prior to the closing </body> and save your template. <script> if(typeof CKEDITOR !='undefined'){ CKEDITOR.addCss(".cke_editable{cursor:text; font-size: 20px; font-family: Georgia;}"); CKEDITOR.config.font_defaultLabel='Georgia'; CKEDITOR.config.fontSize_defaultLabel='20px'; } </script> What does it do... If there is a CKEDITOR on the page then... It changes the CSS of the editor to be the font/font-size you want and then... It changes the label of the font dropdown box and... It changes the label of the font size dropdown box.
-
(NE) Contact Us - check sender
v1.8.1 is currently pending approval CHANGES The tracker has been modified to reduce the number of columns relating to checks/results, and consolidates information about an entry into a single 'Report' column. (see screenshot) The report column is truncated to 3 lines, by default, and the truncation and number of lines can be changed via the 'Tracker settings' button now available. Moved the 'Prune logs' option from main settings to the new 'Tracker settings'.
-
(NE) Contact Us - check sender
I appreciate that - but there is a reason mine exhibits the behaviour, and I will be resolving it going forward. I just want to disassociate the application from any report you may make about an invision bug, as it isn't a bug for me.
-
(NE) Contact Us - check sender
Leave it with me please - when I feel the need to update the application, I will release an update that resolves the situation. If you believe you have found an IPS bug in their own implementation, please report it to them.
-
(NE) Pinned Topic Enhancements
Sorry, but no - this resource is intended to provide a separation and/or collapsing of the pinned topics in a forum. It's not not intended to change the information displayed about the topic, and nor will it be changed to do so.
-
Community Map
As a fellow MP dev...hats off to @Martin A. on the above work to get this back to working order.
-
(NE) Content limits for editor
Yes - I am not going to update on this topic here unless an update is required. Find an issue that I haven't myself, report it.
-
December Year in Review and 2023 Preview (Video)
I reckon Matt is more...
-
Template Syntax: How to filter by App
{{if request.app =='forums'}} {{endif}}
-
(NE) Quote Enhancements
I'm going to hazard a guess that you are asking if the approval was done - yes, it was...2 weeks ago. If you are relying on me posting in here to say it has been approved then please don't as I won't - I'll post once to say a release has been submitted. If you require a notification when a release is actually available (has been approved) then go to the resource and click the "Send me version updates" link located on there and you'll get a notification.
-
(NE) Quote Enhancements
An update on what exactly? Are you having an issue with the new setting?
-
Radical Tags
And this resource is only compatible with 4.7.x Disable the existing app Upgrade to 4.7.x Get it working as you wish, sans your existing app Migrate to this resource.
-
(NE) Contact Us - check sender
I'll take a look at the weekend - busy until then.
-
Emoji questions
No.
-
(NE) Pinned Topic Enhancements
Nothing different to the way that pinned topics work in general, other than the separation/collapsing functionality added by the app. You'll get page 2 of the forum's topics, with the pinned ones on that page at the top of the listing in the same way as the pinned topics that are on page 1 are shown.
-
[Service] Simples Popup Plugin
- PHP 8.0 Broke My Board
That's actually an indication that your PHP version doesn't have the mbstring extension available to it. Download this https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/ and upload it to your site's root. Switch to PHP 8.0.x, open the file in the browser, fix any of the red items, then go from there.- [Service] Simples Popup Plugin
That's the POC done - it's possible to display a prompt in the way you described. The next thing is figuring out how to get the html into there without reinventing the advertistment wheel.- (NE) Contact Us - check sender
I've put a 33% sale in place now - if I get some time to myself today (work is killing me the last few days) then I'll have a think about extending that to other resources.- (NE) Contact Us - check sender
Yep, the sale on this resource was 2 weeks ago - price was reverted back to normal 2 days later. I just forgot to remove the blurb from the description until recently. Sorry.- (NE) Pinned Topic Enhancements
Thanks for the purchase. I can probably put a setting in to allow you control the default state of the pinned topics section - will look for the next version.- [Service] Simples Popup Plugin
I'll POC this tomorrow - will update here if it's a goer (already thought of a flaw with the idea, but also a step to avoid it)- Update Error Version 4.7.4 of Invision Community - Incorrect key file for table 'core_edit_history'
As per the message displayed - try to repair the table https://www.nexcess.net/help/how-to-repair-mysql-tables/- Best way to promote a topic across all board?
Go to the Moderator control panel - tabs are there for both items.- Best way to promote a topic across all board?
Make an announcement containing a link to the topic. Send an alert containing a link to the topic. - PHP 8.0 Broke My Board