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)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

aranthorn 10-14-2005 06:49 PM

Quote:

Originally Posted by KirbyDE
I said at least mySQL 4.0.4 is required (due to the fact that the install code uses multi-table updates).
You are running mySQL 4.0.25, which is newer than 4.0.4 so there won't be a problem.
Even if you were running an older Version, just a few queries upon install would fail, but the script itself would work just fine.

pwn3d, but I did warn about the stupid question...

thanks for the responses kirby and dethfire

john1744 10-15-2005 02:56 AM

I do have a question Kirby, my forum currently has about 250 active members a day, and is pretty active all day and night. Most would embrace a journal system. Is this ready to go primetime? As in do uninstallation issues still exist? Also the only issue I had with the journal when I beta-ed it was the new posts going the wrong order.

I'd love to install this tomorrow, but am not sure if its ready yet. Should I hold off a bit longer?

Andreas 10-15-2005 03:48 AM

@john1744
This Hack is in alpha stage (eg. pre-beta).
It's up to you to decide if you want to use it; i'd strongly recommend not to use it in production environment.

Leah 10-16-2005 08:10 PM

Hello,

This is a great hack.
I love it, and the members of my forum loves it.

I do have one request/wish though.
Could it be possible to connect the last entry, like shown on the members profile page, to the postbits? Like it's done here?

https://vborg.vbsupport.ru/attachmen...chmentid=31725

That way the journal, in my opinion, would be fully integrated.

Andreas 10-16-2005 08:23 PM

@Leah
Should be possible with a slightly modified plugin - but will require a bit more processing.

Daniel 10-17-2005 01:57 AM

I'm not sure this has been asked, but since the MEMBERINFO change for 3.5.0 is different than RC3, how would we do the template mod for it?

Thanks

Andreas 10-17-2005 02:03 AM

Please make a bug report so I can keep track of it.
Thank you.

n1ckn4me 10-17-2005 11:08 AM

hey very nice hack!

I was playing with get 5 latest journals on my vBa CMPS indexpage!.. can't get it totally to work so was wondering if there allready an add-on out there or if someone can help me?

I have made a new module witch calls the following phpfile "latestjournals":

PHP Code:

<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.0.0 (vB 3.5) - ****
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded --
// || 
// ++ ========================================================================++

$getlatestj$db->query_read("SELECT journalname,journalist,journalist_id,journal_id,journaldate,journaldesc FROM " TABLE_PREFIX "journals
                 WHERE active=1
                 AND (journalist_id=" 
$vbulletin->userinfo['userid'] . " OR private != 1 OR FIND_IN_SET('" $vbulletin->userinfo['userid'] . "', allowedusers))
                 ORDER BY journaldate
                 DESC LIMIT 5"
);
    
$countlatestj$db->num_rows($getlatestj);
    if(
$countlatestj>0)
    {
        while(
$latestj$db->fetch_array($getlatestj))
        {
            
$journaldatevbdate($vbulletin->options['dateformat'], $latestj['journaldate'], 1);
            
$journaltimevbdate($vbulletin->options['timeformat'], $latestj['journaldate']);
            
exec_switch_bg();
            
// TODO: fetch_trimmed_title()
            
if(strlen($latestj['journaldesc'])>200)
            {
                
$latestj['journaldesc']= "".substr($latestj['journaldesc'],0,200)."...";
            }
            eval(
'$latestjournalbits .= "' fetch_template('journal_latestjournalbits') . '";');
        }
        
$db->free_result($lastestj);
    }
    else
    {
        
$latestjournalbits="There are no journals.";
    }

eval(
'$home["$mods[modid]"][\'content\'] = "' fetch_template('journal_latestjournalbits') . '";');
?>

As you probably can see this isn't sufficient or even good but I am still a tottaly noob with a willing to learn more..

Thanks in advance!

Andreas 10-17-2005 11:11 AM

The next version will have a CMPS module.

n1ckn4me 10-17-2005 01:18 PM

nice!.. will get it sooner or later ;) ciao


All times are GMT. The time now is 03:10 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.01930 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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