Our forums are visible to guests but most content is hidden, you must have a registered and activated account in order to view content here. See why here.

Guest Quick Access: About Us, Advertising (April 10, 2023) x

DUE TO AN INFLUX OF SPAM RECENTLY WE HAVE INITIATED POST MODERATION FOR FIRST POSTS (June 15, 2023) x


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [FREE] Quick List Style Navigation Bar w/ Sub Links - NON Responsive
Post: [FREE] Quick List Style Navigation Bar w/ Sub Link...

https://i.ibb.co/ymBHWzGK/Code-Bits-FREE-Quick-List-Style-Navigation-Bar-w-Sub-Links-NON-Responsive.gif CSS Code: -- /** Code provided by Latrodectus (aka Widow/c.widow) FREE of any charges. ...
latrodectus Code Bits 0 4 4/22/2026, 12:40 PM
    Thread: Ending a span list without a comma?
Post: RE: Ending a span list without a comma?

Code: -- .acclist_att_link span:after { content: ', '; } .acclist_att_link span:last-child:before { content: ' and '; } .acclist_att_link span:last-child:after { content: '.'; } -- ...
latrodectus MyBB Software 1 13 4/22/2026, 10:21 AM
    Thread: [Help] UCP One Page Weird?
Post: RE: [Help] UCP One Page Weird?

I'm not sure if you solved this but on one page the cellpadding setting from the theme is being pulled. https://file.garden/aOHx1vRFSTJFOJE-/MyBBHatesMe/InspectCP01.png Whatever page this is on ...
latrodectus MyBB Software 2 14 4/22/2026, 10:17 AM
    Thread: php in Templates help
Post: RE: php in Templates help

Glad that worked!
latrodectus Extensions 3 8 4/22/2026, 10:11 AM
    Thread: php in Templates help
Post: RE: php in Templates help

ThistleProse Wrote: (4/8/2026, 03:49 AM) -- It is not, however, working at all on the clone forums: https://file.garden/aOHx1vRFSTJFOJE-/Pern/flightsbroken.png -- I assume by "clone" forums you me...
latrodectus Extensions 3 8 4/22/2026, 09:55 AM
    Thread: userCP doesn't save after changing template
Post: RE: userCP doesn't save after changing template

The {$website} variable is missing from your altered template. Since RP's like never use it I just turn it off in ACP --> Settings --> Profile Options --> Hide Websites To Groups --> All Groups. Then ...
latrodectus Help & Requests 1 19 1/1/2026, 10:19 PM
    Thread: errors when moving hosts
Post: RE: errors when moving hosts

I'm assuming this has been solved?
latrodectus MyBB Software 1 12 5/30/2025, 01:58 PM
    Thread: Coding issue - All text is forced to be left aligned
Post: RE: Coding issue - All text is forced to be left a...

Thats because its not longer assuming a margin for sides and defaults to whatever width is the largest of its internal items. Change: Code: -- .notpostbit { text-align: justify; margin:...
latrodectus Archives 7 23 5/30/2025, 01:55 PM
    Thread: Hiya!
Post: RE: Hiya!

Hello and welcome in Lavender!
latrodectus General 1 4 4/5/2025, 08:00 AM
    Thread: Creating a theme. Where the heck to put the html?
Post: RE: Creating a theme. Where the heck to put the ht...

If you have "Output template start/end comments?" turned on in Settings --> Server and Optimization Options you can actually right click and inspect element to see what templates are attached to what ...
latrodectus Help & Requests 1 10 4/5/2025, 08:00 AM
    Thread: Issues with threadlog plugin
Post: RE: Issues with threadlog plugin

By "deleting the duplicates" do you mean you deleted these table rows in the database? Or you deleted these in the plugin file?
latrodectus Help & Requests 3 12 2/20/2025, 11:46 AM
    Thread: Advanced Xthreads threadfield search?
Post: RE: Advanced Xthreads threadfield search?

What types of fields are the ones you're trying to search? Are they select boxes with options or are you looking for general text search of xthreads fields?
latrodectus Archives 3 12 2/6/2025, 10:24 PM
    Thread: Broke Inline Moderation w/ xThreads?
Post: RE: Broke Inline Moderation w/ xThreads?

Were you able to solve this? I know this thread is old but I want to check
latrodectus Help & Requests 2 5 1/16/2025, 04:18 PM
    Thread: Stats Page
Post: RE: Stats Page

Ice Wrote: (12/28/2024, 07:29 PM) -- Code: -- $count_MasterBarbarian = $db->query(" -- -- Are you using the whole code I have above?
latrodectus Help & Requests 16 108 1/16/2025, 04:13 PM
    Thread: account switcher troubles; dropdown menu
Post: RE: account switcher troubles; dropdown menu

500bees Wrote: (1/2/2025, 01:07 PM) -- now, next thing... and i'm unsure whether i should make a new thread or keep going, but do you see that empty white space under the graybar and above the teal b...
latrodectus Help & Requests 13 24 1/7/2025, 04:49 PM
    Thread: Stats Page
Post: RE: Stats Page

Ice Wrote: (12/17/2024, 02:02 PM) -- Code: -- $db->query(" SELECT COUNT(*) AS count_MasterBarbarian FROM ".TABLE_PREFIX."users u LEFT JOIN ".TABLE_PREFIX."userfields uf ...
latrodectus Help & Requests 16 108 12/27/2024, 02:09 PM
    Thread: Stats Page
Post: RE: Stats Page

Does it give you an error? Or does the page go blank? Code looks fine to me but i'm also half dead rolling on a couple hours of sleep at night for the past few weeks lol
latrodectus Help & Requests 16 108 12/21/2024, 04:03 PM
    Thread: Stats Page
Post: RE: Stats Page

Sorry for the delay, super busy atm. This is what I see, so the page is working there's just nothing put in it at this moment. Are you not even seeing this? https://i.ibb.co/PtZX62Y/screencapture-a...
latrodectus Help & Requests 16 108 12/16/2024, 09:19 AM
    Thread: Stats Page
Post: RE: Stats Page

I'm looking at https://www.amaryllis-lions.com/sitestats.php Which is the php file you just created and is called forth in the sitestats templates you also created.
latrodectus Help & Requests 16 108 12/3/2024, 08:20 PM
    Thread: Stats Page
Post: RE: Stats Page

Probably because you're in a theme that uses a different template set. I can see the page on the non-Relics themes. If you want to simplify it instead of having a template that could look different p...
latrodectus Help & Requests 16 108 12/2/2024, 05:42 PM
    Thread: Stats Page
Post: RE: Stats Page

Create a file for this, lets call it sitestats.php and save it to your main mybb install location (where global, index, etc. files are): PHP Code: --
latrodectus Help & Requests 16 108 11/30/2024, 05:06 PM
    Thread: header_welcomeblock; arranging text elements [noob]
Post: RE: header_welcomeblock; arranging text elements [...

500bees Wrote: (11/26/2024, 07:18 AM) -- i want the "Welcome back, _____. You last visited: ___, __:__ AM" text gone and only have the username there. i've no idea how to do it, short of editing core...
latrodectus Help & Requests 3 12 11/26/2024, 11:22 AM
    Thread: Toggling between light and dark theme
Post: RE: Toggling between light and dark theme

It's great honestly! I also use a config.css file for fonts, sizes, etc. in variables to easily reference them in my codes. Makes coding a dream because if you want to change something later on you ju...
latrodectus Help & Requests 4 20 11/26/2024, 10:01 AM
    Thread: Toggling between light and dark theme
Post: RE: Toggling between light and dark theme

I use this script (please don't ask me where I found it, it's been forever ago and was on one of those free for all sharing sites that i've long since lost the bookmark for LMFAO): Code: -- const t...
latrodectus Help & Requests 4 20 11/25/2024, 10:08 PM
    Thread: some people just aren't built for coding
Post: RE: some people just aren't built for coding

Moved :)
latrodectus General 2 54 11/25/2024, 04:18 PM
    Thread: [Guide?] Custom Profile Fields
Post: RE: [Guide?] Custom Profile Fields

Moved to Docs & Guides because this is perfection. Thank you for sharing!
latrodectus Documentation & Guides 1 47 11/24/2024, 12:00 PM
    Thread: Hiring a coder; what to expect?
Post: RE: Hiring a coder; what to expect?

Hello and welcome to the world of online shopping for RP skin makers! Its a tough world for those in the MyBB community, we're so far and few between but we exist. Some tips I have for you:If the dea...
latrodectus Help & Requests 1 22 11/18/2024, 11:45 AM
    Thread: lmao all the Warnings from xThreads. Plz help
Post: RE: lmao all the Warnings from xThreads. Plz help

I'm curious here. Were these warnings here *before* you made these changes in that linked thread OR did they pop up after the changes were made. Because from my understanding none of the changes...
latrodectus Help & Requests 4 15 11/6/2024, 06:45 PM
    Thread: [LF] New Hosting Service
Post: RE: [LF] New Hosting Service

InMotion (Shared Web Hosting) - Launch Plan - More than what you get right now. If you do 1 year upfront with promo you pay $45.48 with promo and $167.88 renewal per year. Support told me to come back...
latrodectus In Search Of 1 41 10/31/2024, 09:47 PM
    Thread: In Play Tracker - Names with ' cause SQL Error
Post: RE: In Play Tracker - Names with ' cause SQL Error

You could also try changing this: Code: -- $partner_uid = $db->fetch_field($db->query("SELECT uid FROM " . TABLE_PREFIX . "users WHERE username = '$partner'"), "uid"); -- To: Code: -- $partner_u...
latrodectus Extensions 6 21 10/31/2024, 09:24 PM
    Thread: In Play Tracker - Names with ' cause SQL Error
Post: RE: In Play Tracker - Names with ' cause SQL Error

I see that there are responses about the options I gave you being outdated LOL. Anyways you can explain to them that the db escape string they are talking about is referenced already in the plugin ...
latrodectus Extensions 6 21 10/31/2024, 08:58 PM
    Thread: In Play Tracker - Names with ' cause SQL Error
Post: RE: In Play Tracker - Names with ' cause SQL Error

ThistleProse Wrote: (10/2/2024, 08:05 AM) -- but with it causing an SQL error whenever a name with an ' is input well... This is a Pern site, so 90% of the character's have ' in their name lmao. -- ...
latrodectus Extensions 6 21 10/2/2024, 09:28 AM
    Thread: 00s board: what would it take?
Post: RE: 00s board: what would it take?

This would actually be rather non-complicated. Most of the old school boards did very little customization other than colors. MyBB itself is built with tables, which is an old practice and no longe...
latrodectus Help & Requests 2 29 8/29/2024, 11:19 AM
    Thread: 'Hooks' error on install
Post: 'Hooks' error on install

Thread Archived! latrodectus 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) m...
latrodectus Archives 4 4 8/29/2024, 11:06 AM
    Thread: 'Hooks' error on install
Post: RE: 'Hooks' error on install

You’re welcome! Glad it worked
latrodectus Archives 4 4 8/29/2024, 11:06 AM
    Thread: 'Hooks' error on install
Post: RE: 'Hooks' error on install

For line 264 in inc/plugins/hooks/plugin.php find Code: -- if(count($hooks)) -- Replace with Code: -- if(count((array)$hooks)) -- See if that fixes it. If not change it back to original an...
latrodectus Archives 4 4 8/28/2024, 10:38 AM
    Thread: [Enhanced Account Switcher] Users logged out after switching accounts
Post: RE: [Enhanced Account Switcher] Users logged out a...

I know this is super late and I apologize but honestly I would deactivate, uninstall, AND remove all files that plugin has from your files system. Then go reupload it and reinstall it.
latrodectus Extensions 13 25 8/22/2024, 09:14 AM
    Thread: Weird time issue?
Post: RE: Weird time issue?

I would start by checking the way time functions work with said plugins. Are they pulling MyBB's settings for time functions? Or are these functions hard coded in?
latrodectus Help & Requests 2 10 8/22/2024, 09:12 AM
    Thread: Forum design based on category [ooc v ic]
Post: RE: Forum design based on category [ooc v ic]

Truthfully I suggest just using xThreads and setting a specific template prefix for IC boards and designing them that way. You just create new templates with the prefix you choose and copy and paste t...
latrodectus Help & Requests 2 49 7/12/2024, 03:08 PM
    Thread: CSS issue?
Post: RE: CSS issue?

I cannot replicate this issue (using the link for Boreas forum) and I've got a 34 inch ultra wide monitor. I've scaled all directions and do not see this. Chrome & Firefox tested
latrodectus Archives 6 12 7/12/2024, 02:58 PM