******* - Modern Statistics [Paid] [Deleted]

Status
Not open for further replies.
@topcat

Could you please give us an admin & FTP account via our ticket system https://*******.com/support-tickets. We will check your issues.

Regards,

Ok will do, but first is there anything that needs compiling in apache for this to work. I keep having to add extensions since the server switch
 
Yes, you can display stats on Portal by include following code to EWRporta_Portal template
Code:
<xen:include template="BRMS_ModernStatistic" />

hmm... i've been putting it in various places in the template and it still isn't showing up... is that template cached? is there a specific place the code needs to go?
 
Same here I can't define a custom position either.. Also noticed I can't switch between tabs on iPhone 5 iOS 7
 
hmm... i've been putting it in various places in the template and it still isn't showing up... is that template cached? is there a specific place the code needs to go?

any word on this? here's my EWRporta_portal template:

Code:
<xen:if is="{$title}">
    <xen:title>{$title}</xen:title>
    <xen:h1>{$title}</xen:h1>
<xen:else />
    <xen:h1>{$xenOptions.boardTitle}</xen:h1>
</xen:if>


<xen:container var="$head.canonical"><link rel="canonical" href="{xen:link 'canonical:portal'}" /></xen:container>
<xen:if is="{$xenOptions.boardDescription}"><xen:container var="$head.description">
    <meta name="description" content="{$xenOptions.boardDescription}" /></xen:container></xen:if>
<xen:container var="$head.rss">
    <link rel="alternate" type="application/rss+xml" title="{xen:phrase rss_feed_for_x, 'title={$xenOptions.boardTitle}'}" href="{xen:link portal/index.rss}" /></xen:container>
<xen:container var="$head.openGraph">
    <xen:include template="open_graph_meta">
        <xen:set var="$url">{xen:link 'canonical:portal'}</xen:set>
        <xen:set var="$title">{$xenOptions.boardTitle}</xen:set>
    </xen:include></xen:container>
<xen:container var="$quickNavSelected">portal</xen:container>

<xen:navigation>
    <xen:breadcrumb source="$breadCrumbs" />
</xen:navigation>

<xen:require css="EWRporta.css" />
<xen:if is="{$xenOptions.EWRporta_breakout}"><xen:require css="EWRporta_BreakOut.css" /></xen:if>
<xen:include template="BRMS_ModernStatistic" />
<xen:if is="{$blocks.top-left}">
<div class="sidebar topLeftBlocks">
    <xen:foreach loop="$blocks.top-left" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.top-right}">
<div class="sidebar topRightBlocks {xen:if '{$blocks.top-left}', 'centerShift'}">
    <xen:foreach loop="$blocks.top-right" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.mid-left}">
<div class="sidebar midLeftBlocks">
    <xen:foreach loop="$blocks.mid-left" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.mid-right}">
<div class="midRightBlocks {xen:if '{$blocks.mid-left}', 'centerShift'}">
    <xen:foreach loop="$blocks.mid-right" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.btm-left}">
<div class="sidebar btmLeftBlocks">
    <xen:foreach loop="$blocks.btm-left" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.btm-right}">
<div class="sidebar btmRightBlocks {xen:if '{$blocks.btm-left}', 'centerShift'}">
    <xen:foreach loop="$blocks.btm-right" value="$block">
        {xen:raw $block}
    </xen:foreach>
</div>
</xen:if>

<xen:if is="{$blocks.sidebar}">
<xen:sidebar>
    <xen:foreach loop="$blocks.sidebar" value="$block">
        {xen:raw $block}
    </xen:foreach>
</xen:sidebar>
</xen:if>

<xen:if is="{$xenOptions.EWRporta_breakout}">
    <div class="sectionMain footerBreakout portaCopy"><xen:include template="EWRporta_Footer" /></div>
<xen:else />
    <xen:include template="EWRporta_Footer" />
</xen:if>
 
It would be nice to know how to fix this since at the top of my forum is the last place i want it to show.. Ive always had these statistics at the footer and would like to keep them there..

Also any ETA on when you will be adding a Latest members tab? Ive purchased two licenses on good faith that this was coming.. But if its going to cost me another $40.00 some odd bucks in 6 months id be pretty disappointed..
 
******* updated ******* - Modern Statistics with a new update entry:

28/05/2014: Version 1.8.0

- Added style properties.
- Performance improvements.
- Standardized javascript and PHP code.
- Fixed bug on display stats by include template.
- Minor bugs fixes.

Read the rest of this update entry...
 
did the upgrade. tabs have forums set to all but the tabs are showing and nothing else. same thing on default layout.

upload_2014-5-28_17-3-18.webp
 

Attachments

  • upload_2014-5-28_17-3-2.webp
    upload_2014-5-28_17-3-2.webp
    12.3 KB · Views: 3
Last edited:
Status
Not open for further replies.
Top Bottom