vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

GoNz00 10-02-2006 07:17 PM

Quote:

Originally Posted by S@NL - BlackBik
I made a autoprune function for vBshout.
Just download the attached file and put in the /includes/cron directory.
Then make a new scheduled task (see attached jpg).
I run it every night at 3 o clock but offcourse your free to run it more often than that.

What is does: It will delete all shouts that are older than 24 hours.
This way you will allways have an archive that's holds no shouts that are older than two days.
You can alter the deletion time in the php by altering the "(TIMENOW - (60 * 60 * 24)" statement.

Enjoy :)

[edit]Replaced the php with the right one [/edit]

https://vborg.vbsupport.ru/attachmen...2&d=1138573336


got this working on 3.6.1 by making up a varname shout_prune as theres a few extra fields to fill in leave the produce as vbulletin and i ran it without error :)

Stromba 10-02-2006 07:35 PM

Quote:

Originally Posted by Stromba
:confused:

What do i need to do to keep the shouts from any member just after his name..



Thanks,

And what about my question.. Pls any help here...?????

cunder 10-03-2006 01:38 PM

Quote:

Originally Posted by Stromba
And what about my question.. Pls any help here...?????

https://vborg.vbsupport.ru/attachmen...1&d=1159800785

Help

Stromba 10-04-2006 06:30 AM

I think they not helping here "CUNDER",

cunder 10-04-2006 07:20 AM

Quote:

Originally Posted by Stromba
I think they not helping here "CUNDER",

No therefore I found myself the solution

try this

Go to Template: forumhome_vbshout_shout


Find:

Code:

<tr>
                                <td width="1%" style="white-space:nowrap" align="left" valign="top">
                                        [{$Shout['time']}]
                                        <if condition="!$Shout[s_me]">
                                                <if condition="$Shout[s_by]">
                                                        <a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
                                                </if>{$Shout['username']}<if condition="$Shout[s_by]"></a></if>:
                                        </if>
                                </td>
                                <td width="100%" align="left">
                                        <if condition="!$Shout[s_me]">
                                                {$Shout['s_shout']}
                                        <else />
                                                <span class='highlight'>
                                                        *{$Shout['username']} {$Shout['s_shout']}*
                                                </span>
                                        </if>
                                </td>
                        </tr>

and replace with:

Code:

<tr>
                                <td width="1%" style="white-space:nowrap" align="left" valign="top">
                                        [{$Shout['time']}]
                                        <if condition="!$Shout[s_me]">
                                                <if condition="$Shout[s_by]">
                                                        <a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
                                                </if>{$Shout['username']}<if condition="$Shout[s_by]"></a></if>:
                                        </if><if condition="!$Shout[s_me]">
                                                {$Shout['s_shout']}
                                        <else />
                                                <span class='highlight'>
                                                        *{$Shout['username']} {$Shout['s_shout']}*
                                                </span>
                                        </if>
                                </td>
                        </tr>

hope that this is the solution for your :)

Stromba 10-04-2006 09:20 AM

Wooooow super..

Its what i was looking but have a other problem now.
( See attachment )


:confused: :confused:

cunder 10-04-2006 12:05 PM

Quote:

Originally Posted by Stromba
Wooooow super..

Its what i was looking but have a other problem now.
( See attachment )


:confused: :confused:

try this

Code:

<tr>
                                <td width="1%" style="white-space:nowrap" align="left" valign="top">
                                        [{$Shout['time']}]</td><td width="100%" align="left"><if condition="!$Shout[s_me]"></if><if condition="!$Shout[s_me]">
                                        <if condition="$Shout[s_by]"><a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'></if>{$Shout['username']}</a>:</if><if condition="!$Shout[s_me]">
                                                {$Shout['s_shout']}
                                        <else />
                                                <span class='highlight'>
                                                        *{$Shout['username']} {$Shout['s_shout']}*
                                                </span>
                                        </if>
                                </td>
                        </tr>


Stromba 10-04-2006 01:39 PM

Man you are better than the Advanced Coders here [ he-he...]
It works Super nice here, thanks 100000000X times

Regards,

redraider 10-04-2006 04:03 PM

How do I place vbshout on the left side of my forums. Pardon if this has requested before. I am a new bee here and this thread has lots of pages! I just couldnt find anything.

Please help!

oberheimhaven 10-04-2006 11:59 PM

Quote:

Originally Posted by GoNz00
https://vborg.vbsupport.ru/attachmen...2&d=1138573336


got this working on 3.6.1 by making up a varname shout_prune as theres a few extra fields to fill in leave the produce as vbulletin and i ran it without error :)

IS the attached Jpg? I need this the clear function does not work


All times are GMT. The time now is 09:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04196 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete