businessdad
MVPbusinessdad MVP
Reactions
-
Re: Custom pre-defined ( dynamic ) signatures based on usergroup/username
With User Group do you mean Role? (View Post)1 -
Re: Preventing notifications for 'secret' comments
Yes, it's a bit confusing. What I was trying to explain is that, of all approaches I tried, altering the ActivityModel was the only one that actually worked consistently. Implementation (Vanilla 2.0.… (View Post)2 -
Re: Howw to configure Vanilla jsConnect PHP library to work with ExpressionEngine
Step 1 - Fix the require_once() error File functions.jsconnect.php is probably missing. You can get it from https://github.com/vanillaforums/jsConnectPHP. Step 2 - Retrieve User information This is a… (View Post)1 -
Re: Remove Title
Display Discussion body instead of Title Modify your theme to display the discussion body. In file vanilla/views/discussions/helper_functions.php, replace <?php echo Anchor($DiscussionName, $Discu… (View Post)3 -
Re: Can vanilla integrate with joomla?
Actually, the code should be written in Joomla, Vanilla already provides two plugins for SSO with external applications. I would suggest looking for the solution on Joomla support forums, or commissi… (View Post)2