x00
MVPx00 MVP
Reactions
-
Re: Unknown Spammer
Yes I'm able to post without being logged in you permission table is probably corrupt. (View Post)2 -
Re: MySQL query for all discussions except Categories where user has no permission.
When you mean all the discussion are you attempting to replicate the functionality of the forum, or are simply summarising a discussion list, so they can click on the links to take them to the forum?… (View Post)2 -
Re: jsConnect .. so close please HELP !!!
Read the code if (secure) { if (Val(request, "client_id") == null) { error = jsConnect.Error("invalid_request", "The client_id parameter is missing."); I don't what… (View Post)1 -
Re: Modifying already existing module through plugin?
all you are doing is create a new instance of the module an setting a non-existent property. You could copy userinfo.php and place it in your theme's views/modules folder or your theme's vi… (View Post)3 -
Re: What is the most efficient way to make changes to code in Vanilla?
If anything I would open up a ticket on github. You could create a pluign or themehook that adds another link, but to completely remove it form the markup you would have to copy it across, however yo… (View Post)2
