R_J
AdminR_J Admin
-
Re: Vanilla vs. other forums > no premium themes
Here are some of my bookmarks concerning (forum) themes/ideas I like: * http://www.rockettheme.com/phpbb/styles/leviathan * http://respawn16.deviantart.com/art/Flat-gaming-design-381304065?offset=30#… (View Post)1 -
Re: How to restore or re number User ID after mass deletion
Haven't tested it but that should give you 5 random, undeleted users: $NonDeletedUsers = Gdn::SQL()->GetWhere('User', array('Deleted' => 0))->ResultArray(); $NonDeletedUserIDs = ConsolidateA… (View Post)2 -
Re: How to restore or re number User ID after mass deletion
I guess that couldn't be done without working through all the tables, looking at the columns and their purpose and do a lot of manual UPDATE SQLs. You can start with that SQL to get an idea on where … (View Post)3 -
Re: Role Protect
Funny that you haven't asked @hgtonight who was in this thread at first, said he find that an interesting feature and has donated a lot more sophisticated plugins to the community than I ever will. I… (View Post)1 -
Re: How to post code like php, C, C++ ...
By the way: I guess the HTML < code > will always work, but beware: html is no code for the code tag. See that mess... <div class="Item-Body"> <div class="Message"&… (View Post)1
