Poke forum members [Paid] [Deleted]

@ineedhelp

where do you chance the wording for "poke" on the membercard, it seems to not be phrased, and i can't find which template it is
 
What is 'poke' in German? A gift, Subject?

It is not good that a user only one poke can send and he first must send back one. Would 2-3 of pokes like to send a users!

Please Add in the Activity Stream.
 
Last edited:
I have Subject in German it that better.

Unfortunately missing some phrases, not all expenditure made in phrases.

Zeile 666 -
<button class="show_all" value="1" name="show_all" type="submit" title="Show All Pokes">Show All Pokes</button>

"BL_MP_poke_link" "Poke" to "poke"

@ineedhelp

where do you chance the wording for "poke" on the membercard, it seems to not be phrased, and i can't find which template it is

Im Template "BL_MP_poke_link" Problem is "Poke" it must "poke" that right!

There is already an Activity Stream log under Members tab.

Not works Activity Stream and Statistic no Displayed!

Suggestion for improvement: You should submit with a short message of 140 characters a.
You should can send several pokes instead of just one and have to wait what comes back.

Conflict with XenTags - How it works now.

Template: BL_MP_Poke_Stats_Page

HTML:
<xen:require css="BL_MP_Pokes_Stats_Page.css" />

<xen:title>{xen:phrase BL_MP_Pokes_Stats_Page}</xen:title>

<div class="sectionMain stat_block">
    <h2 class="subHeading poke_subheading">{xen:phrase BL_MP_Pokes_Stats_Recent}</h2> 
    <xen:foreach loop="$recentPoked" value="$user">
        <xen:include template="BL_MP_Stats_Recent" />
    </xen:foreach>
</div>

<div class="sectionMain stat_block">
    <h2 class="subHeading poke_subheading">{xen:phrase BL_MP_Pokes_Stats_Top}</h2> 
    <xen:foreach loop="$pokeStats" value="$pokestat">
        <xen:include template="BL_MP_Stats_Poke" />
    </xen:foreach>
</div> 

<div class="sectionMain stat_block">
    <h2 class="subHeading poke_subheading">{xen:phrase BL_MP_Pokes_Stats_Recieved}</h2>        
    <xen:foreach loop="$mostPokesRecieved" value="$user">
        <xen:include template="BL_MP_Stats_Received" />
    </xen:foreach>
</div> 

<div class="sectionMain stat_block"> 
    <h2 class="subHeading poke_subheading">{xen:phrase BL_MP_Pokes_Stats_Given}</h2> 
    <xen:foreach loop="$mostPokesGiven" value="$user">
        <xen:include template="BL_MP_Stats_Given" />
    </xen:foreach>
</div> 

<div class="sectionMain totals_block">
    {xen:phrase BL_MP_Total_Pokes_Equals} {$countPokes.poke_count}
</div>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
 
Last edited:
Please @ineedhelp You can at least have an option in the AdminCP do you yourself can decide
whether you only need send back what?
My users would send love several things without restriction and produce even small text.
 
Too bad that it does not answer is. Anyone can give an idea of how to do it that you endless things possible? Without the wait for that one comes back?
 
Please Fix the Bug:

Fehlerinformation
ErrorException: Argument 1 passed to *******_Pokes_Model_Poke::countPokes() must be of the type array, string given, called in ////-xxxxx/library/BarfiLounge/MemberPoke/ControllerPublic/Member.php on line 261 and defined - library/*******/Pokes/Model/Poke.php:230
Generiert durch: Unbekanntes Benutzerkonto, Vor 29 Minuten
Stapelverfolgung
#0 ////-/library/*******/Pokes/Model/Poke.php(230): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '///...', 230, Array)
#1 ////-/library/BarfiLounge/MemberPoke/ControllerPublic/Member.php(261): *******_Pokes_Model_Poke->countPokes('0')
#2 ////-/library/XenForo/FrontController.php(347): BarfiLounge_MemberPoke_ControllerPublic_Member->actionPokeStats()
#3 ////-/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 ////-/index.php(13): XenForo_FrontController->run()
#5 {main}
Benötigter Status
array(3) {
["url"] => string(39) "http://.de/members/poke-stats/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Top Bottom