vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBJournal Lite 1.1b (https://vborg.vbsupport.ru/showthread.php?t=43717)

RammStein0071 08-05-2003 03:41 PM

I only have one question before I strongly think about installing this

does it have an option where though you make the entry private the writer can select whom they want to read it by entering a username in a field?

Ninth Dimension 08-05-2003 03:44 PM

Quote:

Today at 05:41 PM RammStein0071 said this in Post #275
does it have an option where though you make the entry private the writer can select whom they want to read it by entering a username in a field?
nope

Kaelon 08-05-2003 06:40 PM

Quote:

does it have an option where though you make the entry private the writer can select whom they want to read it by entering a username in a field?
Hi, Ramm!

Ninth Dimension is correct. This journal doesn't have selective private entries.

Unless if you're well-versed in the fundamentals of PHP, furthermore, I also advise against installing it since it seems that installations have lately been more complex than when Ryangel first released it.

Oblivion Knight 08-05-2003 11:05 PM

Ryangel has said he will update it, which I'm sure he will once he has the time.. Anime-loo also said he was going to be coding his own version of a journal system, but he's now decided that it will be coded and released for vB3 only (the last I head from him on the subject anyway).

There are a quite a few issues and addons dealt with since the original instructions were posted. It would seem my HTML characters fix doesn't work for entries, and only comments at the moment which I will try and look into when I get some spare time..

PhoenixBB 08-12-2003 05:38 PM

Joeboo, thank you VERY much for the mood and np add on. It works great! :D

memobug 08-17-2003 09:56 PM

Quote:

06-01-03 at 05:17 PM Oblivion Knight said this in Post #240
If your bbtags aren't working correctly with the journal, there was a problem with the install..

I think someone had a similar problem earler in this thread.

I just installed this and embedded BB Code images worked the first time I tried, but subsequently they do not. I tried editing the original post with img tags, and adding more posts, but they appear simply as url-type links.

Currently, bbcodes like BOLD, ITALICS, COLOR, SIZE, URL links, and smileys and such do work. I wonder how the vBulletin code would know whether or not to display embedded images?

Regards,

Matt

memobug 08-18-2003 09:36 AM

Quote:

06-30-03 at 08:30 PM Robink said this in Post #257
Some people on my forums deliberately keep refreshing the Journal page to increase the number of views.

Is there any way to stop this?

(I know this is trivial ;))

Well, I have an idea for you. You might change the counts so they are only incremented when someone other than the journalist or a guest visits his page.

I added the parts in yellow to journal.php. Don't forget the closing bracket!:
Quote:


// Increase view count by 1
// only if the reader is not the journalist and not a guest!
if (($bbuserinfo[userid] != $userid) AND ($bbuserinfo[userid]!=0)) {

$view_up = $DB_site->query("UPDATE journal SET views=views+1 where journalid = $journalid");

if(!$view_up)
echo "Query $viewup could not be executed";
}

The reason for not having guests increment the count is that a person could simply log out and hammer their journal to increase the post count. Unless guests were already disabled from reading, as recommended elsewhere in this thread.

Of course, to circumvent this protection, they will simply need to log in as someone else and then hammer the journal. But we needn't tell them that!

Regards,

Matt

Shadow_NL 08-20-2003 03:13 PM

A member complained about that his first entries were gone. I checked her journal and this was true. Do journal entries automatically get pruned or do I have to change something somewhere to make everything show again?

Oblivion Knight 08-20-2003 03:33 PM

Quote:

Today at 05:13 PM Shadow_NL said this in Post #282
A member complained about that his first entries were gone. I checked her journal and this was true. Do journal entries automatically get pruned or do I have to change something somewhere to make everything show again?
It only shows a user's 10 most recent entries I believe..
Nobody implemented a way to view a journal in it's entirety or added pagination.

The entries are still there in the database, but they have been cut off from being displayed.

memobug 08-20-2003 06:35 PM

Quote:

Today at 05:33 PM Oblivion Knight said this in Post #283
It only shows a user's 10 most recent entries I believe..
Nobody implemented a way to view a journal in it's entirety or added pagination.

There is a link for [View All Entries]. It seems to work properly on some of the posters' forums.

Regards,

Matt


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