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)

eiso 12-11-2005 04:01 PM

Does this system work with vBulletin 3.5.2?

Bass Nutz 12-11-2005 05:30 PM

Quote:

Originally Posted by eiso
Does this system work with vBulletin 3.5.2?

It works fine on my forum.

AndyA 12-11-2005 08:07 PM

Apologies for not reading every post but is this still a beta ? Does anyone have a link to a working install of this please ?

Bass Nutz 12-11-2005 08:19 PM

Quote:

Originally Posted by AndyA
Apologies for not reading every post but is this still a beta ? Does anyone have a link to a working install of this please ?

http://www.bassnutz.com/journal.php

noonespecial 12-13-2005 07:03 AM

This module works with 3.5 and CMPS 2.0. Thought I'd share.

Make sure in adv_portal_latestjournalentry you have $latestbits instead of $latestentrybits

Then upload this file to your modules directory. Should work fine, works on my site.

Ghanem 12-13-2005 07:55 AM

Quote:

Originally Posted by unicorn
Thank you for the hack.

Any temp solution for php 5..

:disappointed:

Andreas 12-13-2005 07:56 AM

Beta 1 does not work with PHP 5.

Chadi 12-13-2005 08:32 PM

On journal home page we have by default latest journals and latest entries. Anyway to have a third column "latest comments"?

Lissa 12-14-2005 01:37 AM

I installed vBJournal and it's working perfectly on my forum. However, my other Administrator cannot see the vB Journal options in her admincp (I can see mine). Anything I can do to fix this?

The administrator permissions are set properly and she still can't see the options :(

The Chief 12-14-2005 01:39 AM

I would've so much installed this if it wouldn't of required MySql 4.0.4...

djsydeburnz 12-14-2005 01:45 AM

sorry, cant read through 55 pages. it would be nice if someone could design a hack that lets you merch posts within threads, so the thread author or mods could merge the any posts that are the same questions into on....making these 55 page threads a bit smaller.

anyway, sorry for my rant. :)

are we supposed to use the mood images from the moods hack?
my dropdown menu in the journal and the modify moods page in the admin cp only shows 51 moods when i have more.

either i am using a moods pack that wasnt in mind, or i did something wrong to only display some of them.

thanks in advance...great mod!

djsydeburnz 12-14-2005 01:46 AM

oh, and i even made a mySql file so i didnt have to type in each of the moods in the admin cp if anyone is using the vbmoods images.

Wordplay 12-14-2005 05:21 AM

is there a mysql 4.1+ fix anywhere in sight yet?

d8tabyte 12-14-2005 06:36 AM

Installed! http://digitalet.net/forum/journal.php
Thanks Andreas, you are becoming one of my favorite coders here!

gibhut 12-14-2005 10:43 AM

Had a little problem and can't figure it out for the life of me. When you make a comment on the journal and go back and edit that comment.. the page it sends you to is blank. this is a non admin account.. any ideas..

gibhut 12-14-2005 04:14 PM

Found it. In the admin there is no Can edit Comments. so i had to add


Code:

<bitfield name="caneditowncomments" group="journal_permissions"
 phrase="can_edit_own_comments">32</bitfield>


Quote:

Originally Posted by gibhut
Had a little problem and can't figure it out for the life of me. When you make a comment on the journal and go back and edit that comment.. the page it sends you to is blank. this is a non admin account.. any ideas..


nexus851 12-14-2005 11:36 PM

in the /journal.php link, when a user goes there it gives out the "latest journal entries"... (which is $latestbits in the JOURNAL template), however when you click on the link, it doesnt open up a new window, it displays it in the current window now. How do i change this to open up "$latestbits" in a new window???

i can't use window.open command, because it doesnt work in this case b/c of the $latestbits (comprising all the links and URL in the variable)

please help...

vibe 12-16-2005 04:37 AM

how do I allow html for journal?

FASherman 12-16-2005 10:40 AM

Quote:

Originally Posted by vibe
how do I allow html for journal?

Why would you want to? HTML opens you up to all kinds of security risks.

nexus851 12-17-2005 12:16 AM

Quote:

Originally Posted by Rukas
Same prob for me, I dont want it in a pop up anyway so am just going to edit the button out of the template.

*This revise template change below will open another popup menu when the latest entries are clicked in the journal.php Main menu.

i fixed this problem when i was sick of always closing myself out.. Here are the codes you need to replace the "journal_latestentrybit" template with the following:

PHP Code:

<td class="$bgclass"><div class="smallfont">
<
a href="#" onclick="openWindow('/forum/journal.php?do=showentry&amp;e=$latest[entry_id]'); return false;" title="$latest[entrytext]">$latest[entrytitle]</a> - (<phrase 1="$latestentrydate2="$latestentrytime">$vbphrase[x_at_y]</phrase>)<br />
<
span style="cursor:pointer" onclick="window.open('member.php?u=$latest[journalist_id]')">$latest[journalist]</span>
</
div></td


Also if you want the MEMBERINFO template to also popup when people look at the Blogs there, you also want to revise the template changes in your MEMBERINFO with the following: (This replace/overwrites the Memberinfo step in the instructions)

PHP Code:

<!-- VBJ -->
<if 
condition="$show[journalinfo]">
        <
fieldset>
   <
legend>$vbphrase[journal_information]:</legend>
   <
table>
   <
tr>
   <
td>
   <
div class="fieldset">
   <
a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a><br />
   
$vbphrase[journal_entries]: $journal[entrycount]<br />
   
$vbphrase[journal_comments]: $journal[commentcount]<br />
   
$vbphrase[journal_views]: $journal[journalviews]<br />
   
$vbphrase[last_entry]: <if condition="$show[journal_lastentry]"><a href="#" onclick="openWindow('/forum/journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]','directories=no,height=400,width=850,toolbar=no');return false;">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>


   </
div>
   </
td>
   </
tr>
   </
table>
   </
fieldset>
   </if>
<!-- /
VBJ --> 





NOTE: This will open another window now with the entries

NOTE2: Change the path to your liking. However mine was /forum/journal.php....


Guess now we can scratch off this bug ...
Enjoy =)

Bluestrike2 12-17-2005 07:07 PM

Nevermind. Issue resolved.

Wordplay 12-19-2005 11:12 AM

Quote:

Originally Posted by Wordplay
is there a mysql 4.1+ fix anywhere in sight yet?

anything?

beet 12-19-2005 11:42 PM

Heres a suggestion for a future release:

Comments include a link to the commenters journal if it exists, and show their avatar in the comment post.

Synth 12-22-2005 12:02 AM

Is there a vBadvanced module for this, I can't find one and am not having very much luck creating my own :disappointed:

mholtum 12-22-2005 12:19 AM

might you have the font you used for the text on the buttons?

browsehosts 12-22-2005 09:09 AM

can someone link me to the original vbjournal for features?

also, is this a stable hack?

99SIVTEC 12-22-2005 10:20 PM

when will this be working with php 5?

waza 12-23-2005 09:24 AM

I have a quite big problem:
I can post entries & comments, everything works except for the text itself.
So I can see the title, user, date, ... but no text.
I looked in my db and there's no text posted.

I had a upgraded vb board with old journal hack installed, I had translated the templates to dutch, so I didn't change templates, can that be the cause of the error?

I have beta 1 installed,
grz,
seba

waza 12-23-2005 11:40 AM

I reverted the templates and it works.
It's almost completly with phrases now, great!

EricaJoy 12-26-2005 12:42 PM

Quote:

Originally Posted by Wordplay
is there a mysql 4.1+ fix anywhere in sight yet?

Ditto, I'd like to install this but alas, my site is running mysql 4.1.x. what exactly breaks if you have the wrong ver of mysql?

ShawnV 12-26-2005 01:07 PM

Quote:

Originally Posted by princessfrozen
Ditto, I'd like to install this but alas, my site is running mysql 4.1.x. what exactly breaks if you have the wrong ver of mysql?


Well I have it installed at the moment, however my host is updating to 4.1 this week, this really needs to be figured out as most hosting companies will be upgrading soon. :ermm:

EricaJoy 12-26-2005 01:47 PM

well i'm the type that doesn't like to wait so i went ahead and installed it and haven't seen any problems yet. if i run into any, i'll post here and in the bugtracker.

yxboom 12-26-2005 05:28 PM

Thanks for the hack.

Would it be possible to instruct on how to list the lastest xx journal entries in the same manner as this hack lists the lastest xx threads on a members profile page. Thanks again for any help on this.

docvader 12-28-2005 05:32 PM

Quote:

Originally Posted by yxboom
Thanks for the hack.

Would it be possible to instruct on how to list the lastest xx journal entries in the same manner as this hack lists the lastest xx threads on a members profile page. Thanks again for any help on this.

Flawless install on an upgraded Journal/ vb 3.0x version.

And it kept all of my old journals. Damn.

Nice job. Probably the only "upgraded board hack" I didn't have trouble with

Pcparts 12-28-2005 06:02 PM

First off, Thanks for this great hack.



I am have a problem though. It is the exact same problem as this.

Quote:

Originally Posted by Rukas
Something weird is going on since I reinstalled it, private journals dont work. I mean they do, but no one can see them, not even the people put onto the journal buddy list when posting, they are just private for everyone.

Anyone know why this could be?



I just upgraded to vbulletin 3.5.2. And I installed the lastest vbjournal hack as posted here. One user just reproted that her journal buddies cannot view her private journal.


Here are my server specs:

Apache v2.0.52
PHP 4.3.9
MySQL Version 4.1.7


Any help will be much appreciated.

Thanks.

Nordinho 12-28-2005 11:06 PM

Quote:

Originally Posted by Synth
Is there a vBadvanced module for this, I can't find one and am not having very much luck creating my own :disappointed:

I got it working om my site...it's probably not the best or easiest way to do it, since I'm not a coder...but it works fine for me...

here we go

Create a template called 'adv_portal_latestjournalentry'

Paste the text below in it and change 'http://www.nordinho.net/vbull/journal.php?$session[sessionurl]' to the url where your journal is located.


HTML Code:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
 <tr>
  <td class="tcat" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('cmps_pagesmenu')"><img id="collapseimg_cmps_pagesmenu" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_cmps_pagesmenu].gif" alt="" border="0" /></a>
    <span class="smallfont"><strong><a href="http://www.nordinho.net/vbull/journal.php?$session[sessionurl]">$vbphrase[adv_latest_journalentries]</a></strong></span>
  </td>
 </tr>
</thead>
<tbody id="collapseobj_cmps_pagesmenu" style="$vbcollapse[collapseobj_cmps_pagesmenu];text-align:$stylevar[left]">
$latestbitscmps
</tbody>
</table>

Next create a template called 'journal_latestentrybitcmps'

Paste the following and change both 'vbull' and 'http://www.nordinho.net/vbull' to your forum directory


HTML Code:

<td class="$bgclass"><a href="vbull/journal.php?do=showentry&amp;e=$latest[entry_id]" title="$latest[entrytext]">$latest[entrytitle]</a> 
<td>
<div align="right" class="smallfont"> ($latestentrydate - $latestentrytime)</div>
</td>
</td>
<tr>
<td class="$bgclass" colspan="2">

$latest[entrytext] <br />
<span class="smallfont" style="float:$stylevar[right]">Written by:<a href="http://www.nordinho.net/vbull/member.php?u=$latest[journalist_id]">$latest[journalist]</a></span>
<br /></tr></td>

Upload the attached 'journalentries.php'

Create a new module in your cmps


- Title - Latest Blog Entries (or whatever you want)
- File to Include - journaltries.php
- Templates Used - adv_portal_latestjournalentry,
journal_latestentrybitcmps
- Use module shell - no

Click and it should be done. Live demo at http://www.nordinho.net

If you want to change the number of entries shown, look for 'LIMIT 3' in the journalentries.php file and change that to the number of entries you want.

Synth 12-29-2005 12:19 AM

Thanks !

For some reason nothing shows up and everything is active

kau 12-29-2005 03:43 AM

So the hack just won't work with MySQL 3.X ??

dreamer81 12-29-2005 08:58 AM

I would really like to install this, but with no mysql 4.1+ support nor php5 support it seems impossible.???

+ where is the moods xml file??

dreamer81 12-29-2005 09:19 AM

also.... is it possible to aquire the PSD files for this mod?


All times are GMT. The time now is 12:35 AM.

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.04456 seconds
  • Memory Usage 1,859KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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