Forum Activity for @mark-b

mark
@mark-b
05/14/15 02:05:39PM
41 posts

PHP in TPL file?


Design and Skin Customization

Hi everyone, I have this cool php code and was wondering if it is possible to integrate/insert it in a tpl page?
updated by @mark-b: 06/17/15 09:16:35AM
mark
@mark-b
12/04/14 11:41:58PM
41 posts

Add page to the header_menu_mobile.tpl


Installation and Configuration

I am using the jrElastic skin and can't figure out how to add a tab/page to the header_menu_mobile.tpl Can you help? Here is the code:


----------------------------------------

{if isset($_items)}

{foreach from=$_items key="module" item="entry"}
{if $entry.active == '1'}
{$entry.label}
{else}
{$entry.label}
{/if}
{/foreach}

{/if}

-------------------------------------
updated by @mark-b: 01/05/15 05:11:25PM
mark
@mark-b
12/04/14 04:44:11PM
41 posts

FOURM question?


Installation and Configuration

Cant figure out how to add it to the header_menu_mobile.tpl can you help? Here is the code:


----------------------------------------

{if isset($_items)}

{foreach from=$_items key="module" item="entry"}
{if $entry.active == '1'}
{$entry.label}
{else}
{$entry.label}
{/if}
{/foreach}

{/if}

-------------------------------------
mark
@mark-b
12/04/14 03:42:20PM
41 posts

FOURM question?


Installation and Configuration

Thanks Brian! I figured.
mark
@mark-b
12/04/14 03:28:44PM
41 posts

FOURM question?


Installation and Configuration

Thank you so much! Now that that's all sorted out, how do I add the "Forum" tab to the main menu before the search tab (view image)? I am using the jrElastic skin.
- 23KB

updated by @mark-b: 12/04/14 03:40:50PM
mark
@mark-b
12/04/14 02:47:39PM
41 posts

FOURM question?


Installation and Configuration

My username/login is admin. How do I only enable it for admin?
mark
@mark-b
12/04/14 02:31:31PM
41 posts

FOURM question?


Installation and Configuration

Hi,
I just purchased the forum module. I don't want users to have individual forums on their pages... I want one forum for the main site where everyone can post stuff. Any ideas?
updated by @mark-b: 01/11/15 03:54:11PM
mark
@mark-b
12/04/14 10:00:11AM
41 posts

Daily Limits


Installation and Configuration

paul:
That isn't supported in the ProfileLimits module because timeline posts go into onto the Action datastore which other modules also write to when items are created and updated, so they would be included as part of the set limit, which isn't desirable.
I can see that you might want to limit just timeline posts to stop users swamping it, so I'll raise a ticket to see if it can be done at some point.
Thanks

Thanks Paul. Yes, users swamping it is my concern...it's already happening.
mark
@mark-b
11/30/14 11:43:48AM
41 posts

Daily Limits


Installation and Configuration

Thanks for the prompt reply. I am referring to the posts on the timeline
1