hbf
MVPhbf MVP
Reactions
-
Re: adding a "how to" in the new discussion and comment page
plugin which adds a custom module only to the new discussion view. (View Post)1 -
Re: Displaynig details about a computer's operating system or web browser that members comment from (?)
there should be some http context information you can pick up through the envirnment similar to this which can be used to get the end point IP address: function getIP() { $ip; if (getenv("HTTP_C… (View Post)1 -
Re: How do you add page views in the default theme?
it's been answered several times... voting plugin with css modification. (View Post)1 -
Re: How to put user accounts in different sub-domain than main install
likely a creative use of .htaccess and routes... but i have no idea what or how. (View Post)1 -
Re: Is there way for allowing guests to leave comments without login ?
Ok.. so i should double check dashboard before answering... i didnt realize they had stripped the other permission sets programmatically. But this is a simple and guaranteed to work solution: create … (View Post)1