peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Bonk Error when attempting to Edit/Add Roles
obviously make sure you have backups of your real data. step 1: yes. step 2: truncate the tables in the freshly created vanilla that you said worked. import the ones from your old live database into … (View Post)2 -
Re: Bonk Error when attempting to Edit/Add Roles
what do you want to do next? you might have a corrupted roles and/or permissions table. I would create a mysql dump (backup) of the role table and permissionss table for the newly installed database.… (View Post)2 -
Re: Bonk Error when attempting to Edit/Add Roles
and see if it works. (could be your role table or something is corrupted). so a fresh install might be the ticket, that is what i would do, others might do something different. try a fresh install an… (View Post)2 -
Re: How to disable @ linking within code tag
turns off mentions everywhere. $Configuration['Garden']['Format']['Mentions'] = FALSE; in class.format.php also you could possibly write your own GetMentions formatter and override. the method in fun… (View Post)7 -
Re: How to disable @ linking within code tag
as an aside another feature using hashtags (a # in front of a word as long as it not first character on line, which automarks words with a #hashtags (or e.g. #markdown and clicking sends you to searc… (View Post)1
