R_J
AdminR_J Admin
-
Adding Karma Points to DiscussionFilterModule
I'm helping out @okhawaja with some things and one is extending the functionality of the Karma Bank. I just wanted to share this if anybody is interested. Adding this to a custom theme (or a plu… (View Post)3 -
Re: Modifying Content Asset
Create a custom theme and search how to override views. The rss views have the ending _rss.php. You can override them in your custom theme. But like vrijvlinder already said: don't edit any of V… (View Post)7 -
Re: Allow users to title private messages and remove users from the thread
Add $Configuration['Conversations']['Subjects']['Visible'] = true; to your config.php (View Post)2 -
Re: Embed latest discussions only on home page of concrete5 website
You can fetch each page in json format by appending ?DeliveryMethod=JSON at the end of the url. You wouldn't need the complete page, so you should also add &DeliveryType=VIEW like that https… (View Post)1 -
Re: Form class - list of available Form objects?
I would advise to use an IDE for developing. Otherwise just open https://github.com/vanilla/vanilla/blob/release/2.2/library/core/class.form.php and look at the available methods. Download many plugi… (View Post)2
