|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Custom BBC
Post: RE: Custom BBC
| Sorry for the delay in response, I de-prioritized responding since you got a fix!
But I'm sooo glad you found a way to do it. I'm so brain-rotted with code / regex solutions that doing manual repla... |
|
K'sariya |
MyBB Software
|
6 |
34 |
11/10/2024, 11:13 PM |
| |
|
Thread: Custom BBC
Post: RE: Custom BBC
| I'm so glad it worked!! So happy to hear that.
Hm. It's definitely possible, but it's something I wouldn't feel great about running unless it was testing on a staging site (aka on a database that i... |
|
K'sariya |
MyBB Software
|
6 |
34 |
10/1/2024, 04:25 PM |
| |
|
Thread: Custom BBC
Post: RE: Custom BBC
| Heya! I know this is late, but I hope it's still helpful.
This is the way I'd approach this:
Regular expression:
Code:
--
\[ds=(.*?)\](.*?)\[/ds\]
--
I haven't tested this, but in theory this ... |
|
K'sariya |
MyBB Software
|
6 |
34 |
9/20/2024, 01:43 PM |
| |
|
Thread: combat systems: dice vs judged
Post: RE: combat systems: dice vs judged
| On System Preference:
When considering any system, there are several metrics that I try to evaluate it on. The major ones are:
Does this system create logical IC outcomes?
How much work is this sys... |
|
K'sariya |
In Depth Discussions
|
14 |
93 |
4/24/2024, 11:01 AM |
| |
|
Thread: [Interest Check] What would you look for in an "RPG Actions" plugin?
Post: [Interest Check] What would you look for in an "RP...
| Hi! One of my slow background projects is what I'm coming to name an "RPG Actions" plugin.
What this will boil down to is when a user posts, they have a choice of choosing from one or multiple "act... |
|
K'sariya |
In Depth Discussions
|
2 |
22 |
2/8/2024, 10:04 AM |
| |
|
Thread: Account Switcher Post Count
Post: RE: Account Switcher Post Count
| Got it! Thank you, that's helpful.
So this one I think has a unique treatment because of the way it's added in the plugin files as an attachment to user_details instead of as its own field in the $... |
|
K'sariya |
Extensions
|
9 |
13 |
2/7/2024, 07:16 PM |
| |
|
Thread: Account Switcher Post Count
Post: RE: Account Switcher Post Count
| Do you mind explaining more of what you're looking to do? You mentioned wanting to "edit" it. Are you wanting to change how it calculates the value, or something else entirely? That'll give me a bette... |
|
K'sariya |
Extensions
|
9 |
13 |
2/7/2024, 06:26 PM |
| |
|
Thread: Account Switcher Post Count
Post: RE: Account Switcher Post Count
| If you search "Template" in ACP -> Configuration, you should find a setting that says "Output template start/end comments?" Make sure this is set to "yes". With this on, it'll show HTML comments that ... |
|
K'sariya |
Extensions
|
9 |
13 |
2/6/2024, 11:01 PM |
| |
|
Thread: FC vs. OC
Post: RE: FC vs. OC
| The concept of using "aesthetic" images instead is such an interesting and thoughtful concept! It's a neat concept for a solution that helps deter that issue. I've roleplayed on mostly animal sites, w... |
|
K'sariya |
In Depth Discussions
|
3 |
27 |
1/25/2024, 11:06 AM |
| |
|
Thread: Sign-ups for Enhanced Account Switcher?
Post: RE: Sign-ups for Enhanced Account Switcher?
| Yeah, unfortunately using no duplicate email to help curb spammers is incompatible with the EAS plugin. :'( It really requires it for that use case, and so you may need to find some other ways to help... |
|
K'sariya |
Extensions
|
8 |
34 |
1/10/2024, 08:49 PM |
| |
|
Thread: Theme - pick your colour
Post: RE: Theme - pick your colour
| You may be thinking of this guide: https://mybb-rpg.com/showthread.php?tid=162
Was this what you were thinking of? Let me know if you need any additional tips! |
|
K'sariya |
Themes
|
3 |
32 |
1/10/2024, 12:16 AM |
| |
|
Thread: SMF 2.0 to MyBB: "1054 - Unknown column 'id_msg' in 'where clause'"
Post: RE: SMF 2.0 to MyBB: "1054 - Unknown column 'id_ms...
| Oh, that makes sense. Periods are an illegal character. Perhaps earlier in the command, it's creating a variable called a and that line is accessing that. My best guess is that a = attachments, so try... |
|
K'sariya |
MyBB Software
|
4 |
16 |
1/8/2024, 08:21 PM |
| |
|
Thread: SMF 2.0 to MyBB: "1054 - Unknown column 'id_msg' in 'where clause'"
Post: RE: SMF 2.0 to MyBB: "1054 - Unknown column 'id_ms...
| I encountered this often when trying to migrate from Invision to myBB using their migration tool.
Essentially, the migration script is running and it's finding something it's not expecting, either ... |
|
K'sariya |
MyBB Software
|
4 |
16 |
1/7/2024, 10:48 PM |
| |
|
Thread: [PHP in Templates] Else/If Pissing me off XD
Post: RE: [PHP in Templates] Else/If Pissing me off XD
| PHP motto: When in doubt, dump 'em out!
Assuming you have the full version that lets you do raw PHP, you can always double check to make sure that the values you're trying to match are what you're ... |
|
K'sariya |
Help & Requests
|
3 |
33 |
1/7/2024, 01:06 PM |
| |
|
Thread: How to get usergroup style to show on forumdisplay?
Post: RE: How to get usergroup style to show on forumdis...
| If you're coding in a custom theme scenario and need something a little more manual, you can reference the function that myBB uses to format their usernames: https://github.com/mybb/mybb/blob/d1b1d459... |
|
K'sariya |
Archives
|
5 |
9 |
1/5/2024, 01:02 PM |
| |
|
Thread: Importing Themes - Fix
Post: Importing Themes - Fix
| Importing Themes
I've found that exporting and importing themes recently has been absolutely broken. It's puzzled me for a long time why, when I export a theme out of the ACP, then go to import it,... |
|
K'sariya |
Resources
|
0 |
25 |
12/30/2023, 05:41 PM |
| |
|
Thread: Unable to Access ACP through MyBB
Post: RE: Unable to Access ACP through MyBB
| If it's across all of your forums, I'm assuming then that either they are all three on the same server and/or the same hosting service.
HTTP 500 errors on myBB sites are usually fatal PHP errors! In ... |
|
K'sariya |
Archives
|
5 |
36 |
5/29/2023, 10:39 AM |
| |
|
Thread: Vanishing Plugin Page ft. MyAlerts
Post: RE: Vanishing Plugin Page ft. MyAlerts
|
Cootie Wrote: (5/6/2023, 07:18 PM)
--
Okay, I've done ALL of these things now, but I think I have determined the problem.
My Classloader file is Classloader.php.txt which, I imagine, is not what I... |
|
K'sariya |
Extensions
|
8 |
137 |
5/6/2023, 07:22 PM |
| |
|
Thread: Vanishing Plugin Page ft. MyAlerts
Post: RE: Vanishing Plugin Page ft. MyAlerts
|
Cootie Wrote: (5/6/2023, 06:36 PM)
--
I'm not entirely sure I did the Classloader thing correctly, though. I just opened that link, saved it, and then uploaded THAT into the Core file, was that what ... |
|
K'sariya |
Extensions
|
8 |
137 |
5/6/2023, 07:05 PM |
| |
|
Thread: Code for different "back to top" buttons for separate themes?
Post: RE: Code for different "back to top" buttons for s...
|
yaydestiny Wrote: (5/4/2023, 10:30 AM)
--
K'sariya Wrote: (5/4/2023, 10:13 AM)
--
To help better answer, what's the goal for using different images for different themes? Is it to change the colors b... |
|
K'sariya |
Archives
|
5 |
63 |
5/4/2023, 10:40 AM |
| |
|
Thread: Code for different "back to top" buttons for separate themes?
Post: RE: Code for different "back to top" buttons for s...
| To help better answer, what's the goal for using different images for different themes? Is it to change the colors between icons for different themes? If so, you could make use of icons like font awes... |
|
K'sariya |
Archives
|
5 |
63 |
5/4/2023, 10:13 AM |
| |
|
Thread: I broked it
Post: I broked it
| Thread Archived!
K'sariya has archived this thread for one of the following reasons:Issue has been resolved.
It has been over 30 days since the thread author has responded to the suggestion(s) made... |
|
K'sariya |
Archives
|
8 |
141 |
5/4/2023, 08:18 AM |
| |
|
Thread: I broked it
Post: RE: I broked it
| Hell yeah!! So glad that worked. |
|
K'sariya |
Archives
|
8 |
141 |
5/4/2023, 08:17 AM |
| |
|
Thread: I broked it
Post: RE: I broked it
| In your Site Configuration settings, check and make sure that your site URLs that are listed are set to https:// and not http://. It looks like a lot of stuff is getting nixed due to the site requesti... |
|
K'sariya |
Archives
|
8 |
141 |
5/3/2023, 10:14 AM |
| |
|
Thread: Useful Plugin Development Functions
Post: RE: Useful Plugin Development Functions
| Check if a database column exists
Since you can get fatal SQL errors by trying to re-insert a column that already exists, it's good to double-check for it before adding a column.
Relevant Documentati... |
|
K'sariya |
Resources
|
2 |
129 |
4/20/2023, 10:39 PM |
| |
|
Thread: Useful Plugin Development Functions
Post: RE: Useful Plugin Development Functions
| Check if template is installed
This is useful for ensuring you're not creating duplicate templates on activation, install, etc.
Code Snippet:
Code:
--
/**
* Checks whether a template is installed ... |
|
K'sariya |
Resources
|
2 |
129 |
4/20/2023, 10:34 PM |
| |
|
Thread: Useful Plugin Development Functions
Post: Useful Plugin Development Functions
| Plugin Development Functions
Searching for "how to do X" in myBB plugins can be a pain, so I'll be expanding this thread with useful plugin development bits that I think would be useful as I create t... |
|
K'sariya |
Resources
|
2 |
129 |
4/20/2023, 10:29 PM |
| |
|
Thread: MyCode In Profile Fields
Post: RE: MyCode In Profile Fields
| Going to tool at trying this without having to modify core files (IE through hooks!) sometime this week hopefully! |
|
K'sariya |
Resources
|
2 |
170 |
3/7/2023, 04:48 PM |
| |
|
Thread: Hey What's Up
Post: RE: Hey What's Up
| Uri!!!! Hi!!! Glad you're here, lots of handy stuff here! |
|
K'sariya |
General
|
2 |
462 |
3/7/2023, 04:41 PM |
| |
|
Thread: everyone's favorite plugin ( myalerts )
Post: RE: everyone's favorite plugin ( myalerts )
| Ok, strange, that seems correct at first glance.
Can you confirm that your myBB Stuff folder path is, exactly, "inc/plugins/MybbStuff" with the exact casing, capital M and S? "Core", as well, thoug... |
|
K'sariya |
Archives
|
15 |
276 |
3/6/2023, 12:15 AM |
| |
|
Thread: everyone's favorite plugin ( myalerts )
Post: RE: everyone's favorite plugin ( myalerts )
| Hmm, alright. Can you specify where you placed the Core file you said you downloaded that wasn't included in base myAlerts? I know what you're talking about and want to see what the directory you uplo... |
|
K'sariya |
Archives
|
15 |
276 |
3/6/2023, 12:03 AM |
| |
|
Thread: everyone's favorite plugin ( myalerts )
Post: RE: everyone's favorite plugin ( myalerts )
|
spu Wrote: (3/5/2023, 11:28 PM)
--
uhhh deleting the error log made the site go crazy and did not create another one lmao.
https://i.postimg.cc/cCZ0Vktt/image.png
--
Good lord FJDSKFJSDA;KFJSDA.... |
|
K'sariya |
Archives
|
15 |
276 |
3/5/2023, 11:55 PM |
| |
|
Thread: everyone's favorite plugin ( myalerts )
Post: RE: everyone's favorite plugin ( myalerts )
|
spu Wrote: (3/5/2023, 11:14 PM)
--
i tried to do this but i have not been able to get the file to open up after i downloaded it :') it is too big for my applications apparently
--
Delete the error.l... |
|
K'sariya |
Archives
|
15 |
276 |
3/5/2023, 11:17 PM |
| |
|
Thread: everyone's favorite plugin ( myalerts )
Post: RE: everyone's favorite plugin ( myalerts )
| When you remove the plugin files, can you:
- Go to your ACP
- Go to your Configuration -> Settings -> Server and Optimization Options
- Choose "Error Logging Medium" and select "Log Errors"
- Choo... |
|
K'sariya |
Archives
|
15 |
276 |
3/5/2023, 10:51 PM |
| |
|
Thread: Tiny Text of Mysteries
Post: RE: Tiny Text of Mysteries
|
Cootie Wrote: (3/5/2023, 09:10 PM)
--
HELLO I'M BACK with more Weird Things that are probably not weird if you're not me and know what you're doing.
So we've had this happen sometimes where copy &... |
|
K'sariya |
Archives
|
4 |
131 |
3/5/2023, 10:41 PM |
| |
|
Thread: (A More Bearable) myBB Development Environment
Post: RE: (A More Bearable) myBB Development Environment
| Reserving this post for the future! :) |
|
K'sariya |
Resources
|
1 |
179 |
3/3/2023, 03:53 PM |
| |
|
Thread: (A More Bearable) myBB Development Environment
Post: (A More Bearable) myBB Development Environment
| myBB Development Environment
Hi, all! I recently settled on a development setup that made my work with myBB much more pleasant, and I wanted to share it in case others found it useful.
This is a... |
|
K'sariya |
Resources
|
1 |
179 |
3/3/2023, 03:52 PM |
| |
|
Thread: Just A Wallflower
Post: RE: Just A Wallflower
| Hey, Wallflower!! Good to see you here, good luck with the site that you're developing!! |
|
K'sariya |
General
|
2 |
519 |
2/27/2023, 01:28 PM |
| |
|
Thread: I am here!
Post: RE: I am here!
| So many familiar faces to say hello to! Heya Cootie, hope you're well! |
|
K'sariya |
General
|
7 |
1,678 |
2/27/2023, 01:16 PM |
| |
|
Thread: local code gremlin checking in
Post: local code gremlin checking in
| Lots of familiar faces here! Code gremlin checkin in to either see if I can help with support or browse & add good extensions! |
|
K'sariya |
General
|
1 |
346 |
2/27/2023, 01:15 PM |