Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Major Additions - [AJAX/Flatfile] vBShout 2.1
Reply
Page 26 of 104 « First < 162425 26 27283676 > Last »

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
Uncofirmed:
Doesn't show text..
Posted By: YAziDis
can view shoutbox, but no messages
Posted By: teamdevotion
delete button
Posted By: -mz-
test
Posted By: Michael Biddle
freezes
Posted By: Julianx
Time Not being shown
Posted By: vitrag24
all it does is say loading...
Posted By: Drew
I think
Posted By: misterazvan
It Freezes
Posted By: xScopex
Freezing up
Posted By: HAVOK
Session URL
Posted By: Jorrit
Hangs on LOADING.....
Posted By: Fuzznuts
3.6.4. Hang up with german characters!
Posted By: flyingdutchman
Some characters dont work
Posted By: noko
failed to open stream: Permission denied
Posted By: Silver740
It doesnt show text...
Posted By: wtfsoccerdude
Problem with emoticons menu, vB 3.6.3
Posted By: john2k
Loading problem
Posted By: darkmoon34
VB 3.6.1
Posted By: ElMaZaGaNgI
Position of test and smile
Posted By: kfiasche81
Get Loading & Posting in progress.. message
Posted By: xnt
UK GBP Pound Sign not working
Posted By: Turbosport
éàù problem
Posted By: clamoune
Greek characters
Posted By: haris_led
Submit A Bug | View All Bugs
  
Not Supported
[vB 3.6.0 RC 2] Major Additions - [AJAX/Flatfile] vBShout 2.1 (4664)
Released: 07-25-2006, 08:47 AM
Modification Information: Version: 2.1
Zero Tolerance's Avatar Author: Zero Tolerance
Last Online: 05-28-2007
Demo: View Online Demo!
Installer Included: 0 Additional queries added to database: 0 Template Edits:
File Edits: New Files: 2 New Phrases:

Plugin
Hey there,

First release here, I'm sure most might know me from over at vB.org, in anycase they broke my vBShout, so here's a fixed version, with a few extra bits:

- Flatfile System (Seriously cuts any intensity this once created before)
- Bug Fix: ' used to break edit shout
- Bug Fix: Users couldn't edit/delete their shouts
- Bug Fix: Parsing problem (that vb.org created..)
- Feature Disabled: Timestamps, this is unfortunatly due to using a flat file system.

Enjoy everyone, if you have the previous vBShout installed, I suggest uninstallation the previous vBShout product then installating this one fresh (saves you havning to revert templates).

Also, this will work for any vB 3.5 installation

Enjoy

- Zero Tolerance





Old 08-27-2006, 02:38 PM   3 links from elsewhere to this Post. Click to view. #251
jedifans
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss14
jedifans is on a distinguished road
Status: Offline Default
Hey again ,

Cheers Roger .

Ohkay, another type of timestamp - more conventional this time (24 hour format timestamps and if the shout was from another day, a datestamp too) - done via javascript.
Some of the changes made in the version above still stand, outlined in the quote below.

Quote:
Originally Posted by jedifans
Changes that I made were:
To line 226:
PHP Code:
        $Shout['time']     = buildTime($Shout['s_time']); 
goes to:
PHP Code:
        $Shout['time']     = (isset($Shout['s_time'])) ? $Shout['s_time'] : '0'; 
The template for forumhome_vbshout_shout now stands at:
Code:
<tr>
    <td width="1%" style="white-space:nowrap" align="left" valign="top">
                    <if condition="!$Shout[s_me]">
                        <if condition="$Shout[time]">
                            <span class="ts">[ {$Shout['time']} ]</span>
                        </if>
                        <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>

New edit is to the template "forumhome_vbshout":
This needs to be inserted after:
Code:
<script type='text/javascript'>
<!--
but before the first:
Code:
postingShout = false
here goes:
Code:
/* Begin Jedifans's Timestamp Modification */
    var ts_timeFormat='%H:%m:%S';// %H for hours, %m for minutes, %S for seconds
    var ts_dateFormat='%d/%M/%Y';// %d for day of month, %M for month, %Y for year
    var ts_timestampFormat='%D %T';// %D for the Date, %T for the Time
    function doConvert(time){
        time=parseFloat(time);
        time=(time.toString()=='NaN') ? parseFloat('0') : time;
        time=time*1000;
        var t=new Date();
        t.setTime(time);
        var n=new Date();
        var t_date=(t.getDate()==n.getDate() && t.getMonth()==n.getMonth() && t.getFullYear()==n.getFullYear()) ? '' : dateFormatReplace(t);
        var t_time=timeFormatReplace(t);
        var timestamp=ts_timestampFormat.replace(/%D/,t_date).replace(/%T/,t_time);
        return timestamp;
    }
    function dateFormatReplace(t){
        var ret=ts_dateFormat.replace(/%d/,addPrevZero(t.getDate())).replace(/%M/,addPrevZero(t.getMonth())).replace(/%Y/,t.getFullYear());
        return ret;
    }
    function timeFormatReplace(t){
        var ret=ts_timeFormat.replace(/%H/,addPrevZero(t.getHours())).replace(/%m/,addPrevZero(t.getMinutes())).replace(/%S/,addPrevZero(t.getSeconds()));
        return ret;
    }
    function addPrevZero(into){
        var out;
        into=into.toString();
        if(into.length<2){
            out='0'+into;
        }
        else{
            out=into;
        }
        return out;
    }
    /* 
    [[[This is for XML response rather than Text response, IGNORE]]]
    var ts_timestampRegex=new RegExp(/([0-9]+)/);
    */
    var ts_timestampRegex=new RegExp(/\<span class=\"ts\"\>\[ ([0-9]+) \]\<\/span\>/);
    var ts_results,ts_timestamp,ts_unixTimestamp,ts_converted;
    function triggerTimestampConvertions(todo){
        /*
        [[[This is for XML response rather than Text response, IGNORE]]]
        var spans=todo.getElementsByTagName('span');
        for(var i=0;i<spans.length;i++){
            if(spans[i].className=="ts"){
                ts_results=ts_timestampRegex.exec(spans[i].innerHTML);
                ts_unixTimestamp=ts_results[(ts_results.length-1)];
                ts_timestamp=doConvert(ts_unixTimestamp);
                spans[i].innerHTML=spans[i].innerHTML.replace(ts_unixTimestamp,ts_timestamp);
            }
        }
        */
        while(ts_timestampRegex.test(todo)){
            ts_results=ts_timestampRegex.exec(todo);
            ts_timestamp=doConvert(ts_results[1]);
            todo=todo.replace(ts_results[1],ts_timestamp);
        }
        return todo;
    }
/* End Jedifans's Timestamp Modification */
and:
Code:
            Shouts.innerHTML = '<table cellpadding="1" cellspacing="3" border="0" width="95%" align="left">' + ShoutRequest.handler.responseText + '</table>'
needs to be:
Code:
            Shouts.innerHTML = '<table cellpadding="1" cellspacing="3" border="0" width="95%" align="left">' + triggerTimestampConvertions(ShoutRequest.handler.responseText) + '</table>'
There might be an issue with Internet Explorer, not entirely sure -- may be another mod that caused the "script error" that i noticed in my version of IE6 (ies4linux), so if someone can report back please .

Cheers,
Kieren
Attached Files
File Type: php vbshout.php (18.9 KB, 148 views)

Last edited by jedifans; 08-27-2006 at 02:55 PM.
Reply With Quote
Old 08-27-2006, 05:22 PM   #252
Ramsesx
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss9
Ramsesx is on a distinguished road
Status: Offline Default
Nice, thank you, tested on Opera and IE6, the time is showing.
Only problem left: The special chars are still not showing and on the cmps shoutbox it's showing instead the time: 1156699204
Any hint for me? Thanks
Reply With Quote Installed
Old 08-27-2006, 05:37 PM   #253
patt2k
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss6
patt2k is on a distinguished road
Status: Offline Default
rogersnm again when i post many times fast i get message shouting in progres.........

help ?
Reply With Quote Installed
Old 08-27-2006, 05:50 PM   #254
jedifans
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss14
jedifans is on a distinguished road
Status: Offline Default
Erm not entirely sure about what the "cmps" shoutbox is??
Cant help with the special chars.
Reply With Quote
Old 08-27-2006, 05:52 PM   #255
Nick R
vBulletin Guru

Nick R's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssss4450
Location: Cyberspace, UK
Age: 30
Nick R is on a distinguished road
Send a message via MSN to Nick R Send a message via Yahoo to Nick R
Status: Offline Default
That would be the vb number format not working, you will have to do a bit of coding for that as well. Cmps is in basic terms content management, normally referring to vB advanced.
Reply With Quote Installed
Old 08-27-2006, 06:01 PM   #256
jedifans
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss14
jedifans is on a distinguished road
Status: Offline Default
If this occurs in the javascript solution, you should insert the same forumhome_vbshout edit into the related template for the cmps... not sure which that would be.
If it occurs with the other solution (XX seconds etc ago) then not sure what to do :p.
Reply With Quote
Old 08-27-2006, 07:09 PM   #257
Ramsesx
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss9
Ramsesx is on a distinguished road
Status: Offline Default
Yes, I did so put it into the related template, but the problem is I think that the regular shoutbox path is pointing to /forum and the cmps path is outside the forum on index.php.
Reply With Quote Installed
Old 08-27-2006, 07:20 PM   #258
jedifans
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss14
jedifans is on a distinguished road
Status: Offline Default
I havent touched anything to do with paths and whatnot ... is cmps even done via this shoutbox?
Reply With Quote
Old 08-27-2006, 07:22 PM   #259
Nick R
vBulletin Guru

Nick R's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssss4450
Location: Cyberspace, UK
Age: 30
Nick R is on a distinguished road
Send a message via MSN to Nick R Send a message via Yahoo to Nick R
Status: Offline Default
hm, well your using a time function which you made your self and the cmps may be trying to use an old function which doesn't exist, mid you that should error.
Reply With Quote Installed
Old 08-27-2006, 07:39 PM   #260
Bashy
vB Newbie

Activity Longevity
0/20 15/20
Today Posts
0/3 sssssss19
Bashy is on a distinguished road
Status: Offline Default
Hi peeps...
Is there anyway to have this float and perhaps be on top of other windows?

Regards

Bashy
Reply With Quote Installed

Reply
Page 26 of 104 « First < 162425 26 27283676 > Last »

« Forum Home Announcement | Inferno Quiz 2.2 »

LinkBacks (?)
LinkBack to this Thread: http://www.vbhackers.com/f76/major-additions-ajax-flatfile-vbshout-2-1-a-4536/
Posted By For Type Date
vB Shout 2.1 - Shoutbox no vB - vBulletin Brasil This thread Pingback 02-06-2007 03:41 PM
ShoutBox - vBulletin.org Forum This thread Refback 02-04-2007 08:17 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 02-03-2007 05:15 PM
Vb Shout Help - vB Nova This thread Refback 02-03-2007 05:10 PM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 02-02-2007 11:21 AM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-31-2007 01:37 AM
Shoutbox - SSF This thread Refback 01-30-2007 08:55 PM
Shoutbox - SSF This thread Refback 01-30-2007 07:02 PM
Shoutbox - SSF This thread Refback 01-30-2007 06:46 PM
Shoutbox - SSF This thread Refback 01-30-2007 04:53 PM
vBTEAM.org - Redirecting... This thread Refback 01-27-2007 01:14 PM
vBTEAM.org - Redirecting... This thread Refback 01-26-2007 10:02 AM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 3 - vBulletin.org Forum This thread Refback 01-26-2007 04:19 AM
vBTEAM.org - Redirecting... This thread Refback 01-25-2007 02:39 PM
[AJAX] vBShout v2.0 - Page 165 - vBulletin.org Forum This thread Refback 01-25-2007 02:12 AM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 01-23-2007 08:42 AM
[AJAX/Flatfile] vB Shout 2.1 [On All Pages] - Page 3 - vB Nova Post #549 Refback 01-23-2007 12:58 AM
[vB 3.6.x] vBshoutbox 2.1 - Page 10 - vBulletin-Ressources This thread Refback 01-22-2007 06:38 AM
Quick question about the Shoutbox trend - vBulletin Setup Optimization This thread Pingback 01-19-2007 10:37 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 01-18-2007 08:36 AM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-17-2007 02:46 AM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 11:26 PM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 11:21 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 01-15-2007 01:59 PM
The Best Mods For The Average vBulletin Site? - vBulletin Box This thread Refback 01-15-2007 01:09 PM
Admins Helping Admins[AHA] : Myleague Admins Help Community - Viewing Shoutbox Archive This thread Refback 01-12-2007 09:12 PM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 04:38 PM
vBTEAM.org - Redirecting... This thread Refback 01-12-2007 07:46 AM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 06:35 AM
vBTEAM.org - Redirecting... This thread Refback 01-09-2007 11:33 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-08-2007 10:07 AM
ShoutBox? - vBHacks-Germany This thread Refback 01-07-2007 10:38 PM
ShoutBox? - vBHacks-Germany This thread Refback 01-07-2007 08:59 PM
Shoutbox 2.1 - deutsche Zeichen - Timestamp - Integration VBa - vBHacks-Germany This thread Refback 01-06-2007 02:58 PM
Shoutbox 2.1 - deutsche Zeichen - Timestamp - Integration VBa - vBHacks-Germany This thread Refback 01-06-2007 01:51 PM
vBTEAM.org - Redirecting... This thread Refback 01-05-2007 06:33 PM
ShoutBox? - vBHacks-Germany This thread Refback 01-05-2007 09:47 AM
ShoutBox? - vBHacks-Germany This thread Refback 01-04-2007 01:35 PM
ShoutBox? - vBHacks-Germany This thread Refback 01-04-2007 05:40 AM
ShoutBox? - vBHacks-Germany This thread Refback 01-03-2007 10:28 PM
ShoutBox? - vBHacks-Germany This thread Refback 01-03-2007 09:38 PM
[AJAX] vBShout v2.0 - Page 165 - vBulletin.org Forum This thread Refback 01-03-2007 07:43 PM
Shoutout Box? - vBulletin.org Forum This thread Refback 01-03-2007 11:13 AM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 12-31-2006 05:43 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 2 - vBulletin-Ressources This thread Refback 12-29-2006 10:35 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 10 - vBulletin-Ressources This thread Refback 12-29-2006 10:15 PM
vBTEAM.org - Redirecting... This thread Refback 12-27-2006 01:04 AM
[vB 3.6.x] vBshoutbox 2.1 - Page 9 - vBulletin-Ressources This thread Refback 12-26-2006 04:41 PM
[AJAX] vBShout v2.0 - Page 165 - vBulletin.org Forum This thread Refback 12-24-2006 05:19 PM
ShoutBox on 3.6.4 version - vBulletin Setup This thread Pingback 12-24-2006 04:36 PM
3.5.x - [Module] [AJAX] vBShout v2.0 - Page 4 - vBadvanced Forums Post #587 Refback 12-23-2006 04:43 AM
3.5.x - [Module] [AJAX] vBShout v2.0 - Page 4 - vBadvanced Forums Post #587 Refback 12-22-2006 11:01 AM
need help with vbshout 2.1 - vBulletin FAQ Forums This thread Refback 12-20-2006 05:37 PM
need help with vbshout 2.1 - vBulletin FAQ Forums This thread Refback 12-18-2006 10:51 PM
[AJAX] vBShout v2.0 - Page 162 - vBulletin.org Forum Post #251 Refback 12-06-2006 09:35 PM
Statistics for forum.vbulletinsetup.com (2006-12) This thread Refback 12-06-2006 09:04 PM
[AJAX] vBShout v2.0 - Page 162 - vBulletin.org Forum Post #251 Refback 12-06-2006 07:10 PM
[AJAX] vBShout v2.0 - Page 162 - vBulletin.org Forum Post #251 Refback 12-06-2006 05:45 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 3 - vBulletin-Ressources This thread Refback 12-06-2006 12:38 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 3 - vBulletin-Ressources This thread Refback 12-06-2006 12:16 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 3 - vBulletin-Ressources This thread Refback 12-05-2006 05:51 PM
[vB 3.6.x] vBshoutbox 2.1 - vBulletin-Ressources This thread Refback 12-05-2006 01:29 PM
vB-UG @ vBteam.org - We Are Redirecting You To Your Link... This thread Refback 12-04-2006 10:57 PM
vB-UG @ vBteam.org - We Are Redirecting You To Your Link... This thread Refback 12-04-2006 12:13 PM
Chatbox - vBulletin.org Forum This thread Refback 12-03-2006 11:41 PM
3.5.x - [Module] [AJAX] vBShout v2.0 - Page 4 - vBadvanced Forums Post #587 Refback 12-03-2006 01:57 AM
3.5.x - [Module] [AJAX] vBShout v2.0 - Page 4 - vBadvanced Forums Post #587 Refback 12-01-2006 09:45 PM
vB-UG @ vBteam.org - We Are Redirecting You To Your Link... This thread Refback 12-01-2006 11:50 AM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-29-2006 05:55 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 11-26-2006 09:53 AM
TP-Forum - Viewing Shoutbox Archive This thread Refback 11-22-2006 05:23 AM
Suche eine Shoutbox für die Aktuelle vB Version - vBHacks-Germany This thread Refback 11-18-2006 02:33 AM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-16-2006 07:13 PM
Chatbox - vBulletin.org Forum This thread Refback 11-15-2006 12:04 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-13-2006 12:48 AM
Untitled document This thread Refback 11-08-2006 02:37 PM
Chatbox - vBulletin.org Forum This thread Refback 11-07-2006 11:02 PM
Chatbox - vBulletin.org Forum This thread Refback 11-07-2006 10:27 PM
Chatbox - vBulletin.org Forum This thread Refback 11-07-2006 10:10 PM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 11-07-2006 09:05 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-06-2006 05:39 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-05-2006 01:14 AM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum Post #268 Refback 11-04-2006 01:13 PM
vBulletin.org Forum - View Single Post - [AJAX] vBShout v2.0 This thread Refback 11-04-2006 06:56 AM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-03-2006 09:43 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 11-03-2006 08:44 PM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 11-02-2006 06:26 PM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 11-02-2006 02:59 PM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 10-31-2006 10:00 PM
Suche eine Shoutbox für die Aktuelle vB Version - vBHacks-Germany This thread Refback 10-30-2006 04:31 PM
Suche eine Shoutbox für die Aktuelle vB Version - vBHacks-Germany This thread Refback 10-30-2006 04:29 PM
Suche eine Shoutbox für die Aktuelle vB Version - vBHacks-Germany This thread Refback 10-30-2006 04:28 PM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 10-29-2006 12:37 AM
[AJAX] vBShout v2.0 - Page 156 - vBulletin.org Forum This thread Refback 10-28-2006 06:00 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum Post #268 Refback 10-28-2006 04:33 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 10-28-2006 03:50 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 10-27-2006 01:54 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 10-27-2006 11:02 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules



All times are GMT. The time now is 05:28 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
See LinkBacks See LinkBacks
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!