View Full Version : vB Journal for vBulletin 3.0.3(v1.0.1)
AN-net
07-01-2005, 07:24 PM
Im now getting
Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/lxbjkoq/public_html/forum/journal.php on line 867
Fixed, sorry my bad:D
just redownload the zip;)
CrazyLady
07-01-2005, 08:06 PM
Upgraded to v.1.0.1 done. Question: What kind of security holes were there and should I be concerned if someone already found them without my knowledge?
Thanks for the fix!!
Cole2026
07-01-2005, 08:10 PM
Fixed, sorry my bad:D
just redownload the zip;)
Well, glad the 3.0.x version is back, hoping for a 3.5 version soon. :ermm:
silurius
07-01-2005, 09:11 PM
My install went fine and I can see vB Journal on my forums page, but the last step (#9) directs me to a setting I can't find. Where do I "turn on vB Journal" in the AdminCP?
AN-net
07-01-2005, 09:29 PM
Upgraded to v.1.0.1 done. Question: What kind of security holes were there and should I be concerned if someone already found them without my knowledge?
Thanks for the fix!!
the file you ran covered those entries/comments/journals that may have been affected by the security holes
AN-net
07-01-2005, 09:30 PM
My install went fine and I can see vB Journal on my forums page, but the last step (#9) directs me to a setting I can't find. Where do I "turn on vB Journal" in the AdminCP?
in the settings for vb journal there is an on and off switch for vbjournal if you turned it off just turn it back on. before i patched i warned everyone to turn off vbjournal via the switch. also in the instructions i said to turn off vbjournal.
AN-net
07-01-2005, 09:31 PM
Well, glad the 3.0.x version is back, hoping for a 3.5 version soon. :ermm:
dont expect one till after 3.5 gold
Brolly
07-01-2005, 10:29 PM
Just ran a clean install, and it says I don't have permission to view any of the Journal pages, any ideas?
Everything else seems to be perfectly normal.
silurius
07-01-2005, 10:38 PM
in the settings for vb journal there is an on and off switch for vbjournal if you turned it off just turn it back on. before i patched i warned everyone to turn off vbjournal via the switch. also in the instructions i said to turn off vbjournal.
Okay, I see where I missed a step. Thank you for the reply. What would you recommend I do at this point?
Thank you. :)
Went smoothly.
DS MrSinister
07-01-2005, 11:46 PM
Just ran a clean install, and it says I don't have permission to view any of the Journal pages, any ideas?
Everything else seems to be perfectly normal.
logon to the admincp
Could be one of 2 things..
1. Make sure your Journal System is Active.
2. Check your usergroup permission of each group..
AN-net
07-01-2005, 11:48 PM
Okay, I see where I missed a step. Thank you for the reply. What would you recommend I do at this point?
it doesnt really matter, its not a very significant step but just a precaution incase a user may of submitted something that could throw off the upgrade while in the process of upgrading but your upgrade turned out fine. it was merely a precaution:)
zetetic
07-02-2005, 12:45 AM
I just upgraded and all apostrophes are showing up slashed. Problem with the new journal.php or something I might've done?
Paul M
07-02-2005, 12:52 AM
Journalfix.php seems to add slashes to all journal names, descriptions, entry/comment titles etc.
zetetic
07-02-2005, 01:11 AM
Hmm... and none of those things have slashes now on my site. Only the entry and comment bodies.
Guest190829
07-02-2005, 01:11 AM
Do you have magic quotes enabled on your server?
zetetic
07-02-2005, 01:12 AM
Yep.
AN-net
07-02-2005, 01:35 AM
hmmm i will look into this...
edit:
can someone post a raw output of what a journal name/entry title looks like in the database after journalfix.php was ran.
zetetic
07-02-2005, 02:07 AM
Hmm... I'm not sure exactly what you're asking for, but after comparing the new journal.php against the old I found this:
$entry['entrytext']= parse_bbcode2($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
And added this after:
$entry['entrytext']= unhtmlspecialchars(stripslashes($entry['entrytext']));
$entry['entrytitle']= stripslashes($entry['entrytitle']);
And that seems to have fixed my problem (for the entries, anyway).
AN-net
07-02-2005, 02:22 AM
Hmm... I'm not sure exactly what you're asking for, but after comparing the new journal.php against the old I found this:
$entry['entrytext']= parse_bbcode2($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
And added this after:
$entry['entrytext']= unhtmlspecialchars(stripslashes($entry['entrytext']));
$entry['entrytitle']= stripslashes($entry['entrytitle']);
And that seems to have fixed my problem (for the entries, anyway).
that leaves you vulnerable via journal entry text. i mean can someone go into phpmyadmin and just give what is in the title for a journal entry that is having the slash problem.
Guest190829
07-02-2005, 02:40 AM
Is it really a security issue, since it's being pulled from the database not inserted? Just as long as your adding slashes when you insert the entries in the database it shouldn't be a problem, right?
zetetic
07-02-2005, 02:51 AM
i mean can someone go into phpmyadmin and just give what is in the title for a journal entry that is having the slash problem.
Oh, well I was only having a problem with entries and comments. I don't have a slash problem with titles. :ermm:
dsboyce8624
07-02-2005, 03:06 AM
So does the fix work, or is it not fixed? :laugh:
I can't tell from these last few posts.
T3MEDIA
07-02-2005, 12:20 PM
I have the geek's thumbnail photo inserter thinige and it works like a charm.
Any photos I have in my photo g. I can load up click and it is inserted.
it works fromt the smilies on the wysiwyg. Has anyone tried to do this with the journals?
I dont need the whole edit box. (it would be nice. Spell check would show up too since I have that installed)
But I really would like to set it up. I know this site will not go 3.5 at all since there isnt a need to do so. (horward forums is a good example of not upgrading) so any help would be nice.
Please do not pass over the thread if you have some information on how to do it. I would like to know.
Thanks again.
GraphicW
07-02-2005, 12:28 PM
Yes, the fix works. Installed it without a hitch.
So does the fix work, or is it not fixed? :laugh:
I can't tell from these last few posts.
Paul M
07-02-2005, 12:42 PM
Hmm... I'm not sure exactly what you're asking for, but after comparing the new journal.php against the old I found this:
$entry['entrytext']= parse_bbcode2($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
And added this after:
$entry['entrytext']= unhtmlspecialchars(stripslashes($entry['entrytext']));
$entry['entrytitle']= stripslashes($entry['entrytitle']);
And that seems to have fixed my problem (for the entries, anyway).You are running stripslashes twice ?
AN-net
07-02-2005, 01:01 PM
Oh, well I was only having a problem with entries and comments. I don't have a slash problem with titles. :ermm:
can you please post an entry or comment with the problem that is directly from the database(phpmyadmin).
edit:
is this just new entries/comments or both old & new?
zetetic
07-02-2005, 02:52 PM
Paul: I don't really know. :ermm: I haven't really had a chance to look closely at what's going on here, I just did the upgrade last night and then quickly tried to fix the broken slashes showing up in entries and comments. Not really knowing what the vulnerabilities were that inspired the changes in the first place, I'm having a hard time figuring out how to fix the fix.
An-Net: This is what the entrytext from the journal_entries table looks like for a pre-upgrade entry:
This journal is going to be news-specific. I\'m interested in understanding the world. A grandiose goal, yes, but at least the world is finite. It\'s a come-down from my adolescent desire to achieve Godlike knowledge.
So to give you an idea of what I\'ll be blogging about for you to judge whether you might be interested in reading it, I will be posting and writing about current events, perhaps illuminated by my meager reading of history. I\'m quite interested in politics, as well as social issues; I like to keep up with major scientific events. I\'ll probably never post anything about sports.
And this is the entrytext from a brand new entry:
This is a test entry, created just now and usin' apostrophes in various random places, just so I can figure out what is and isn't working here.
dsboyce8624
07-02-2005, 03:30 PM
Okay, fix installed, seems okay.
Thanks AN-net.
One question from my members, any way to reverse the display order so the newest entries are first?
scabbed
07-02-2005, 04:45 PM
Okay, fix installed, seems okay.
Thanks AN-net.
One question from my members, any way to reverse the display order so the newest entries are first?
look here
https://vborg.vbsupport.ru/showpost.php?p=554109&postcount=145
silurius
07-02-2005, 04:58 PM
Okay, I see where I missed a step. Thank you for the reply. What would you recommend I do at this point?
it doesnt really matter, its not a very significant step but just a precaution incase a user may of submitted something that could throw off the upgrade while in the process of upgrading but your upgrade turned out fine. it was merely a precaution:)
I had a feeling this was the case, but it would be nice to have the turn on / turn off feature again. Can you advise?
AN-net
07-02-2005, 06:30 PM
Paul: I don't really know. :ermm: I haven't really had a chance to look closely at what's going on here, I just did the upgrade last night and then quickly tried to fix the broken slashes showing up in entries and comments. Not really knowing what the vulnerabilities were that inspired the changes in the first place, I'm having a hard time figuring out how to fix the fix.
An-Net: This is what the entrytext from the journal_entries table looks like for a pre-upgrade entry:
This journal is going to be news-specific. I\'m interested in understanding the world. A grandiose goal, yes, but at least the world is finite. It\'s a come-down from my adolescent desire to achieve Godlike knowledge.
So to give you an idea of what I\'ll be blogging about for you to judge whether you might be interested in reading it, I will be posting and writing about current events, perhaps illuminated by my meager reading of history. I\'m quite interested in politics, as well as social issues; I like to keep up with major scientific events. I\'ll probably never post anything about sports.
And this is the entrytext from a brand new entry:
This is a test entry, created just now and usin' apostrophes in various random places, just so I can figure out what is and isn't working here.
ill look at this when i get home from work 2night. is it just affecting new entries or old ones as well?
PING1434a
07-02-2005, 07:30 PM
Ok, did a search on this thread with no luck, My settings are not saving? What's causing that? I went back and checked the file mods, it's all there. Also I'm missing the phrases for the settings?
Edit:
Ok, i got the phrases, it was missing, just one for odd reason, can_report_entries, added it and it works now.
Settings still not saving.
Edit:
Ok got the savings working, but "Time(in seconds) Between Journal Entries,Comments, and Reportings:" still dosn't save
Otikeu
07-03-2005, 03:50 AM
well, I here you'll try a v2 later on.
i am very interested in this mod, but the interface is one I do not favor. maybe something more of a blog look would help for new comers and also just a better feel of the whole system.
I love your features, just the interface drives me away ... I was checking and actually, one site I see has a cool interface. This was actually a vB2 one that was converted to a wBB board.
I attached images of the more simple Journal, but I don't like the whole "simple" thing ... I like your features, this is just a suggested user interface that seems blog-ish.
this is JUST a suggestion of a interface IDEA. Take it or not, just here to help is all.
Icehawk002
07-03-2005, 02:13 PM
Just installed the latest vb journal and appears to work just fine except to problems which may not be directly to do with the journal mod.
I have also installed the vbadvanced CPMS module and the journal menu item on the index portal page 'fails' i.e. object not found
Also on the index portal page the View Journals on the left side bar fails.
Any suggestions
Aha found a solution
http://www.vbadvanced.com/forum/showthread.php?t=4842&highlight=journal
Paul M
07-03-2005, 05:57 PM
That link requires you to be a member of vbadvanced :)
I would guess it tells you to add journal.php to the CMPS list of file names to be prefixed by the forum url (in the navbar).
zetetic
07-03-2005, 06:06 PM
ill look at this when i get home from work 2night. is it just affecting new entries or old ones as well?
Only the old ones, apparently.
crossvegas
07-03-2005, 06:26 PM
Hi, I just installed the script, and everything is working great, except for one little problem. After the install, I clicked on user cp to send a private message to someone.
To save myself the problem of explaining this weird problem, I made a test account for you guys to login and see for yourself.
www.crossvegas.com/forum/
login: test pass: test
Go click on the user cp and see the display problem I am referring to.
Thanks a million in advance to anyone who cares :)
EDIT:
I was messing around with a style and I had this happen:
https://vborg.vbsupport.ru/showthread.php?t=91578
dsboyce8624
07-03-2005, 07:23 PM
look here
https://vborg.vbsupport.ru/showpost.php?p=554109&postcount=145
Thanks.
AN-net
07-04-2005, 01:32 PM
Only the old ones, apparently.
ok thanks, its my upgrade script then. ill do some tinkering in it this week to see what i can do undo the boo boo it did. ty for all the help tmhall.
kj_ugs
07-04-2005, 04:20 PM
i upgraded to 1.0.1 but it still says that the version i am running is 1.0.0 when i go to my journals index page. Is that meant to be the case?
Thanks
Otikeu
07-04-2005, 05:43 PM
i upgraded to 1.0.1 but it still says that the version i am running is 1.0.0 when i go to my journals index page. Is that meant to be the case?
Thanks
does it work like 1.0.1? Or like 1.0.0? All your seeing the the copyright, which sometimes doesn't change autmatically when upgrading a script. Yo ucould od it manually though.
silurius
07-04-2005, 05:55 PM
Okay, I see where I missed a step. Thank you for the reply. What would you recommend I do at this point?it doesnt really matter, its not a very significant step but just a precaution incase a user may of submitted something that could throw off the upgrade while in the process of upgrading but your upgrade turned out fine. it was merely a precautionI had a feeling this was the case, but it would be nice to have the turn on / turn off feature again. Can you advise?Thought I'd check in again. Could you point me in the direction of where to re-activate the on/off Admincp function? Thanks.
AN-net
07-04-2005, 10:04 PM
its in your vb journal settings in your admincp. click vb journal nav and then click the settings link. it should be the first setting at the top.
AN-net
07-04-2005, 10:04 PM
i upgraded to 1.0.1 but it still says that the version i am running is 1.0.0 when i go to my journals index page. Is that meant to be the case?
Thanks
yeah i just forgot to update the copyright, no biggy.
dsboyce8624
07-05-2005, 01:24 AM
I use the vBPager Hack. Now when my users send a page there is a \ before each ' in the text, so "it's" comes as "it\'s"
Not sure if this is related, but it started after the upgrade was applied.
mustang_lex
07-06-2005, 11:57 AM
I to have VBPager and haven't installed this hack yet. Want to make sure they are infact not related :squareeyed:
hardgainer
07-06-2005, 08:16 PM
Hi great mod :) Thanks
I have one problem, I have installed but am missing phrases in the admincp and am not sure if I am missing any anywhere else.
I have tried to re-run the install and it wont let me, it gives a database error. Is there anyway I can reinstall the phrases seperately?
Thanks
hbalagh1
07-07-2005, 06:36 PM
Hi great mod :) Thanks
I have one problem, I have installed but am missing phrases in the admincp and am not sure if I am missing any anywhere else.
I have tried to re-run the install and it wont let me, it gives a database error. Is there anyway I can reinstall the phrases seperately?
Thanks
i have the same problem anyone have any ideas?
Daniel
07-07-2005, 06:42 PM
Looks cool
Paul M
07-07-2005, 07:39 PM
i have the same problem anyone have any ideas?You could try reading the original [first] post. :)
Martin
07-07-2005, 08:10 PM
This is waht I get since upgrading:
Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/forums/public_html/journal.php on line 867
Paul M
07-07-2005, 10:28 PM
This is waht I get since upgrading:Had the file a week or so ?
See https://vborg.vbsupport.ru/showpost.php?p=729195&postcount=1262 :)
Code Monkey
07-10-2005, 10:03 PM
Do you plan on adding an editor so formating of posts will be easier?
Code Monkey
07-11-2005, 02:17 AM
I don't see it in the instructions and I'm not reading 85 pages. :D But if you want it to show on the who's online page.
Open "includes/functions_online.php":
find
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
add below
case 'journal':
$userinfo['action'] = 'Viewing Journal';
$userinfo['where'] = "<a href=\"$userinfo[location]\" title=\"Journal\">Journal</a>";
break;
find
case 'archive':
$userinfo['activity'] = 'archive';
break;
below add
case 'journal.php':
$userinfo['activity'] = 'journal';
break;
AN-net
07-11-2005, 03:08 PM
I don't see it in the instructions and I'm not reading 85 pages. :D But if you want it to show on the who's online page.
Open "includes/functions_online.php":
find
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
add below
case 'journal':
$userinfo['action'] = 'Viewing Journal';
$userinfo['where'] = "<a href=\"$userinfo[location]\" title=\"Journal\">Journal</a>";
break;
find
case 'archive':
$userinfo['activity'] = 'archive';
break;
below add
case 'journal.php':
$userinfo['activity'] = 'journal';
break;
this is a simplified version of whos online for journal but i never released due to some conflictions with variables. my planned version was for an exact location of what journal and where.
also to answer ur question about an editor, this wont be available till version 2.
on the topic of version 2 I have successfully ported the main journal page over to OOP. the new functions an very extendable which will make taking information, counts, and other things from vbjournal and use them else where by simply including the vbjournal class file:)
Paul M
07-11-2005, 03:59 PM
my planned version was for an exact location of what journal and where.For a more comprehensive version try this ;
find ;
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
add below ;
// ##### Journals #####
case 'journal.php':
$userinfo['activity'] = 'journal';
$userinfo['journal'] = $values['j'];
$userinfo['journaldo'] = $values['do'];
$userinfo['journalentry'] = $values['e'];
break;
find ;
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
add below ;
// ##### Journals #####
case 'journal':
$userinfo['action'] = "Using Journal System";
switch ($userinfo['journaldo'])
{
case 'showjournal':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']\">Viewing Journal</a>";
break;
case 'showentry':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showentry&e=$userinfo['journalentry']\">Viewing Journal Entry</a>";
break;
case 'editentry':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showentry&e=$userinfo['journalentry']\">Editing Journal Entry</a>";
break;
case 'addentry':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']\">Adding Journal Entry</a>";
break;
case 'topjournals':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=topjournals\">Viewing Top Journals</a>";
break;
case 'showjbuddies':
$userinfo['where'] = "<b>Viewing Journal Buddies </b>";
break;
case 'search':
$userinfo['where'] = "<b>Searching Journals </b>";
break;
case 'searchresults':
$userinfo['where'] = "<b>Viewing Search Results </b>";
break;
case 'showcomments':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showcomments&j=$userinfo['journal']\">Viewing Journal Comments</a>";
if ($userinfo['journalentry'] > 0) $userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showcomments&j=$userinfo['journal']&e=$userinfo['journalentry']\">Viewing Entry Comments</a>";
break;
case 'editjournal':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']\">Editing Journal</a>";
break;
case 'downloadjournal':
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']\">Downloading Journal</a>";
break;
default:
$userinfo['where'] = "<a href=\"journal.php?$session[sessionurl]\">$vboptions[bbtitle] Journals</a>";
break;
}
break;
Not tested recently as I use a slightly different version, but it should work. :)
AN-net
07-11-2005, 06:05 PM
my plan was still more complicated with the name of the actual journal etc.
Code Monkey
07-12-2005, 12:01 AM
Well, href=\"$userinfo[location]\" always give me a link to the exact location without having to type it out.
Hoang Tu Ao Den
07-15-2005, 06:07 PM
Hello. Does this work for vb 3.0.7 ?
Thanks
AN-net
07-17-2005, 01:00 PM
Hello. Does this work for vb 3.0.7 ?
Thanks
it should, several people have it installed on 3.0.7 fine:)
pdblizzard
07-19-2005, 05:24 PM
I've followed the instructions to Upgrade vBJournal v1 0 0 to v1 0 1 in the zip file and my journal index still says "vB Journal(Version: 1.0.0) by Antonbomb22" and not version 1.0.1. Does this mean my changes weren't properly applied, or is it an over-sight on your end?
Great hack by the way, my members are loving it :)
???`S?LV?R???`
07-19-2005, 05:43 PM
any word on when the vB3.5 will be ready?
KevinL
07-20-2005, 09:15 AM
I've followed the instructions to Upgrade vBJournal v1 0 0 to v1 0 1 in the zip file and my journal index still says "vB Journal(Version: 1.0.0) by Antonbomb22" and not version 1.0.1. Does this mean my changes weren't properly applied, or is it an over-sight on your end?
Great hack by the way, my members are loving it :)
yeah i just forgot to update the copyright, no biggy.
On the last page. :)
???`S?LV?R???`
07-20-2005, 08:34 PM
is there any way to add mass amounts of moods?
xfaethorx
07-23-2005, 09:25 AM
i've knocked up an away to allow users to delete their own comments and i'm currently testing it on my board. I've needed it because of a vicious flame war thats been going on and because our admins have their own lives its taking a while before we can get round to delete entries.
Its a really quick change and i'm not the greatest at hack mods so i could be a sack of cack but it seems to work well atm. Once I'm happy with it if anyones interested i'll post it up. If you want PM me and i'll send you what i did but as i say it might not be the greatest of solutions.
Thanks for the hack. I've installed... and read all the 89 pages :D
So far, nothing is wrong. If i come across anything, i'll be back!
f-a_org
07-28-2005, 11:23 PM
Does anyone think they can help me install this on my forums ?
AN-net
07-29-2005, 01:20 AM
It seems that it is having trouble parsing ASCII (is that the right word?..formatting maybe?). To quote one of my members:
Every time I input some specific symbols and hit the "Update Entry" button, some of the symbols change the way I don`t want them. Some I have problems with:
& ---changes to &
> ---changes to >
" ---changes to "
< ---changes to <
they do not revert back when shown?
jilly
07-29-2005, 02:40 AM
Is there a way that I can give an individual user the option to turn comments on or off at their whim? Right now, it's just a global yes/no comments for everyone, correct?
AN-net
07-29-2005, 10:02 AM
yes turning comments on and if is global currently. in version 2 i will make so journalist's have more options and control over their over journal.
xfaethorx
07-29-2005, 06:42 PM
ok, i've tested this on 2 forums and it seems to work . Heres some changes you might consider making to allow users to delete comments placed in their journals.
Have a look it might help, they work for me on my sites and have got rid of journal flame wars.
back your code and tempaltes up first so if it doesn't work you can go back!
good luck
Chadi
08-01-2005, 06:27 PM
Any updates for 3.50?
AN-net
08-01-2005, 07:26 PM
Any updates for 3.50?
you wont see a 3.5 probably till end of this year maybe being of next. most likely version 2 will be for 3.5 and 3.0.x but version 1 will not be available for 3.5.
Chadi
08-01-2005, 07:31 PM
Ok, will the current version work with 3.50 by any chance or not? It would kill if it doesn't
ChristianA
08-04-2005, 03:33 AM
I am glad that there will be a version for 3.5. My users really appriciate it.
AN-net
08-04-2005, 12:18 PM
Ok, will the current version work with 3.50 by any chance or not? It would kill if it doesn't
it will not because all the variables have been changed.
applehat
08-04-2005, 03:05 PM
then change the variables :(
AN-net
08-04-2005, 06:21 PM
i will not port this code over to 3.5, i may port vbj 1.5/OOPed over since it will be easier but only if i see a large demand.
Paul M
08-04-2005, 08:07 PM
What is vbj 1.5 ?
bleodler
08-05-2005, 12:01 AM
I would very much like to see 1.5 for vb3.5 if it isn't too much trouble. It's one of the last hacks I'm waiting on before upgrading.
Gutspiller
08-05-2005, 03:53 AM
r u using the file system or database to hold to custom avatars
Currently i am using the file system
yeah im planning to fix this in version 2:)
So is there a fix for this and if NOT then how do we remove the avatar image code and the box that is there to hold it?
If somebody can help me ASAP I would really appreciate it. A great mod, but seems to be lacking in polish.
Does it work under VB 3.5.0?
AN-net
08-05-2005, 12:25 PM
So is there a fix for this and if NOT then how do we remove the avatar image code and the box that is there to hold it?
If somebody can help me ASAP I would really appreciate it. A great mod, but seems to be lacking in polish.
you can remove the avatar box by editing the journal_showjournal template i believe:)
AN-net
08-05-2005, 12:26 PM
Does it work under VB 3.5.0?
this will not work under 3.5 as i have stated above due to the core rewrite of vbulletin 3.5 from vbulletin 3.0.x. meaning all the variables/functions have changed.
AN-net
08-05-2005, 12:28 PM
What is vbj 1.5 ?
it is an ooped version of vb journal with several bug fixes and upgrades. most likely once i finish this i could easily port to 3.5 for use. also 1.5 will allow me quickly move into 2.0 because of the extendability and ease of use 1.5 will have.
AN-net
08-05-2005, 04:53 PM
i have decided to give no deadlines for future releases sorry:)
MotoUp
08-05-2005, 06:21 PM
I'm trying to uninstall the journal because no one on my board uses it. But when I uninstall, I get forum errors and my site won't load. What do I need to do to completely get rid of it? I re-uploaded all the original files, so the file edits are no longer there, and I ran the install and chose uninstall. What else do I need to do?
Paul M
08-05-2005, 06:32 PM
What errors ?
MotoUp
08-05-2005, 07:09 PM
Sorry for the inconvenience, I reinstalled, and uninstalled, and it's fine now. Thanks.
Gio~Logist
08-07-2005, 12:51 AM
I noticed if i create a private journal, logged in members cannot see journal OR entries (like its suppose to be), however, guests can see the journal (it just wont list the entries) and if they click the "latest entry" link in someone's profile, they can see the entry. KEEP IN MIND EVERYTHING (JOURNAL AND ENTRY) WAS PRIVATE AND I MADE SURE!
Guest190829
08-07-2005, 01:01 AM
Did you log out and check this yourself? It could be them on the page, getting an error page. If you did, that's a pretty big privacy issue.
Gio~Logist
08-07-2005, 01:04 AM
Actually yes i did log out. I know the privacy functions well when you're logged in because i logged into my test account, however, when you're not logged in, you can still see the journal (just without the entries). You can also see the entries individually! When you are logged in and you're not a buddy or an admin however, the privacy is fine and you cannot see either or.
Guest190829
08-07-2005, 01:16 AM
Do you have the hack installed on your board? If you could PM me the url, I'd like to look at it. Maybe I can supply a quick patch.
Gio~Logist
08-07-2005, 01:20 AM
<font color="red">*PM'ed you*</font>
Gutspiller
08-07-2005, 02:34 AM
How do I reverse the entries so that the newest entry is on top instead of appearing at the bottom?
csidlernet
08-07-2005, 03:06 AM
nice preety cool!
FASherman
08-07-2005, 02:48 PM
you wont see a 3.5 probably till end of this year maybe being of next. most likely version 2 will be for 3.5 and 3.0.x but version 1 will not be available for 3.5.
Bad decision.
This isn't compelling enough for me to stay on 3.0.8. There are ways to create blogs using nothing but vBulletin. And with the "Split Forumhome Into Several Pages" hack, I can give the blogs their own home page too.
Gio~Logist
08-07-2005, 03:22 PM
Bad decision.
This isn't compelling enough for me to stay on 3.0.8. There are ways to create blogs using nothing but vBulletin. And with the "Split Forumhome Into Several Pages" hack, I can give the blogs their own home page too.
So then you have absolutely no reason to stay with vb3.0.8. According to you, you can make the hack yourself. Why even waste your time POSTING here? AN-Net has alot on his hands at the moment. I'm sure we all know what it feels like, the last thing he wants to worry about right now is re-coding a hack for vb3.5. So why don't you simple APPRECIATE what he has ALREADY given you, and ANTICIPATE what he WILL be giving you?
FASherman
08-07-2005, 03:32 PM
I'd much rather do this: https://vborg.vbsupport.ru/showthread.php?p=751391#post751391
Gio~Logist
08-07-2005, 03:34 PM
Indeed.... have fun
Guest190829
08-07-2005, 06:52 PM
I think An-net just simply messed up an if statement, I'm too lazy too install atm to test it though. :/
AN-net
08-07-2005, 07:47 PM
I noticed if i create a private journal, logged in members cannot see journal OR entries (like its suppose to be), however, guests can see the journal (it just wont list the entries) and if they click the "latest entry" link in someone's profile, they can see the entry. KEEP IN MIND EVERYTHING (JOURNAL AND ENTRY) WAS PRIVATE AND I MADE SURE!
ooo my bad, ill look into that this week:)
AN-net
08-07-2005, 07:49 PM
Bad decision.
This isn't compelling enough for me to stay on 3.0.8. There are ways to create blogs using nothing but vBulletin. And with the "Split Forumhome Into Several Pages" hack, I can give the blogs their own home page too.
these arent blogs and secondly this my hack and its freeware. i will develop how i want when i want. i am sorry i can not appease to your needs to upgrade to an unstable software version. hope version 2 will appease you once it is ready for 3.5 post gold.
pablo
08-10-2005, 09:11 AM
I am wondering what people are going to do when the upgrade to v3.5 any ideas anyone ?
Gio~Logist
08-10-2005, 08:57 PM
This isnt the thread to ask that... but... i don't plan on upgrading till vb4
Flexo
08-11-2005, 03:00 PM
I am wondering what people are going to do when the upgrade to v3.5 any ideas anyone ?
With the new version of the Journal coming out next year (not before the end of this year, which generally means next year ;) ) this is indeed a problem.
I?m looking into multi user blogs, but we?re probably going to have to programm our own blogs from scratch in order to update to vB 3.5.
I thought I had seen somewhere where you could get a thread started in a forum just to announce a new entry into journals?
AN-net
08-12-2005, 08:23 PM
I thought I had seen somewhere where you could get a thread started in a forum just to announce a new entry into journals?
huh?
Gio~Logist
08-12-2005, 09:55 PM
Umm when do you plan on fixing the bug AN?
AN-net
08-13-2005, 12:25 AM
I am trying to find time for it
huh?
What I meant was when a user makes a new journal entry, it would then post a msg in a specified forum that so and so has added a new journal entry. For example:
I make a new journal and the system would then create a thread in forum titled Journals titled: Jaxx has a new journal entry for date 8/13/2005.
When clicked on, it would have a msg in it saying:
To view this entry, click here.
I thought I had seen this before. But i'm not quite sure.
I know about the cmps and front page block for journals, but I do have people that still say they don't kno wwhen others post one because they're to lazy to actually scroll down the page to the bottom. :p
AN-net
08-13-2005, 08:03 PM
What I meant was when a user makes a new journal entry, it would then post a msg in a specified forum that so and so has added a new journal entry. For example:
I make a new journal and the system would then create a thread in forum titled Journals titled: Jaxx has a new journal entry for date 8/13/2005.
When clicked on, it would have a msg in it saying:
To view this entry, click here.
I thought I had seen this before. But i'm not quite sure.
I know about the cmps and front page block for journals, but I do have people that still say they don't kno wwhen others post one because they're to lazy to actually scroll down the page to the bottom. :p
currently this version doesn't have that feature but it is possible for version 2;)
ohgenki
08-15-2005, 12:53 AM
hmm, possible to release this under vb3.5 ? i'll donate for this cause ! :D
AN-net
08-15-2005, 03:21 AM
hmm, possible to release this under vb3.5 ? i'll donate for this cause ! :D
a 1.5 version of vb journal is in the works which will be made available for 3.5
ohgenki
08-15-2005, 04:54 AM
excellent ! i'll be waiting for it.
AN-net
08-15-2005, 01:40 PM
A progress update on vB Journal 1.5:
As you may already know the main index page is already done. Showjournal is 95% complete, which fixes entry counting and some privacy issues. Shownetry is currently being worked on and is about 50% done. There is still more pages to go but I thought I would update you guys on my progress.
iiyoN
08-15-2005, 05:53 PM
edit : works now , found my mistake :)
wonderful hack :D love it ^^
Andreas
08-15-2005, 07:44 PM
It seems like this Hack has a major Performance Issue:
It executes 1 additional Query for every Post in a Thread.
Andreas
08-15-2005, 08:14 PM
I noticed if i create a private journal, logged in members cannot see journal OR entries (like its suppose to be), however, guests can see the journal (it just wont list the entries) and if they click the "latest entry" link in someone's profile, they can see the entry. KEEP IN MIND EVERYTHING (JOURNAL AND ENTRY) WAS PRIVATE AND I MADE SURE!
Around line 1146 of journal.php
FIND
if(($bbuserinfo['usergroupid']==6) OR ($bbuserinfo['userid']==$entry['journalist_id']) OR (in_array($bbuserinfo['userid'], array($entry['jwcv']))))
REPLACE that with
if(($bbuserinfo['usergroupid']==6) OR ($bbuserinfo['userid']==$entry['journalist_id']) OR ($bbuserinfo['userid'] AND in_array($bbuserinfo['userid'], array($entry['jwcv']))))
This should fix the Problem.
Gio~Logist
08-15-2005, 08:32 PM
It seems like this Hack has a major Performance Issue:
It executes 1 additional Query for every Post in a Thread.
OOOOOOMMMMMMGGGGGGGGG!
So if you take all the edits out of showthread_functions.php and/or showthread.php, you'd be fine for now right?
Gio~Logist
08-15-2005, 08:33 PM
Around line 1146 of journal.php
FIND
if(($bbuserinfo['usergroupid']==6) OR ($bbuserinfo['userid']==$entry['journalist_id']) OR (in_array($bbuserinfo['userid'], array($entry['jwcv']))))
REPLACE that with
if(($bbuserinfo['usergroupid']==6) OR ($bbuserinfo['userid']==$entry['journalist_id']) OR ($bbuserinfo['userid'] AND in_array($bbuserinfo['userid'], array($entry['jwcv']))))
This should fix the Problem.
I'll try that ASAP
Andreas
08-15-2005, 08:40 PM
OOOOOOMMMMMMGGGGGGGGG!
So if you take all the edits out of showthread_functions.php and/or showthread.php, you'd be fine for now right?
Yes. I might be wrong with my assumption that it does add the Queries, but I don't think so.
Query-Less approach:
Modify the $posts/$cacheposts Queries in showthread.php to join the journals table.
Gio~Logist
08-15-2005, 08:40 PM
Translation?
Andreas
08-15-2005, 08:45 PM
Ja. Kann sein dass ich mich mit der Annahme get?uscht habe dass f?r jeden Beitrag in einem Thread ein zus?tzlicher Query ausgef?hrt wird, glaube ich aber eigentlich nicht.
Idee das ohne Queries zu realisieren:
Die $posts/$cacheposts Queries in showthread.php dahingehend ab?ndern dass ein JOIN auf Tabelle journals durchgef?hrt wird.
If that is what you wanted ;)
Gio~Logist
08-15-2005, 08:48 PM
ROTFL!!!!!!!!!!!!!
Translation= A language in which someone with only html and very little php knowledge, can understand.
Hence, a language alot unlike the one previously used.
Guest190829
08-15-2005, 08:49 PM
I think he's saying a better solution would be to join the journal query with another query. Specifically the $posts/$cacheposts queries. Therefore, elimanating the issue of executing 1 additional Query for every Post in a Thread.
Gio~Logist
08-15-2005, 08:52 PM
I think he's saying a better solution would be to join the journal query with another query. Specifically the $posts/$cacheposts queries. Therefore, elimanating the issue of executing 1 additional Query for every Post in a Thread.
<sarcasm>
That helps
</sarcasm>
I understand that you guys are trying to help but i don't exactly know hwo to join queries....
Andreas
08-15-2005, 08:54 PM
OK ;)
Replace the Code added in functions_showthread.php with
if ($post['journal_id'])
{
$show['journal'] = true;
$journal['journal_id'] =& $post['journal_id'];
$journal['journaldesc'] = fetch_trimmed_title($post['journaldesc'], 150);
}
else
{
$show['journal'] = false;
}
In showthread.php locate the $posts/$cacheposts Queries.
Add journals.journal_ad, journals.journaldesc to the List of selected Fields.
Add
LEFT JOIN " . TABLE_PREFIX . "journals AS journals ON (journals.journalist_id=post.userid)
to their Joins.
Done.
But as said: No guarantee that my assumption is right; can't test it as I don't have a vB 3.0.X Board with this Hack installed available at the moment to test it.
But from looking at the Code it seems so
Gio~Logist
08-15-2005, 09:03 PM
Thanks, i will also try this ASAP....
AN-net
08-16-2005, 12:14 AM
oh yeah i forgot to change that code for 1.0.1 >_< yeah someone mentioned it awhile ago and I completely forgot about the issue of that edit. will change that for 1.5:)
T3MEDIA
08-16-2005, 12:41 AM
could there be an update for the new guys in the zip?
Beng Yeow
08-16-2005, 06:01 AM
For some reason, after installing it, I keep getting the "you do not have permission to access this page" error when I try to access journal.php.
Can anyone help?
Mr Chad
08-16-2005, 09:53 AM
Is this going to be available for VB 3.5?
WhatChaMissin
08-16-2005, 10:40 AM
Is this going to be available for VB 3.5?
I was just going to post this question!
iiyoN
08-16-2005, 12:08 PM
Hi , I've got one slight question ..
can't find the option to delete comments. Is there one or will this come up in the next update ?
regards
iiyoN
AN-net
08-16-2005, 12:28 PM
For some reason, after installing it, I keep getting the "you do not have permission to access this page" error when I try to access journal.php.
Can anyone help?
you must setup permissions via admincp
AN-net
08-16-2005, 12:32 PM
Hi , I've got one slight question ..
can't find the option to delete comments. Is there one or will this come up in the next update ?
regards
iiyoN
the deletion of comments is not available in this version of vB Journal but is planned for future versions.
Is this going to be available for VB 3.5?
a 1.5 version of this hack is in development for 3.0.x and then will be ported over to 3.5. vB Journal 1.5 is a significant overhaul of the existing code and includes numerous fixes and optimizations. If you are looking for a somewhat stable version of this hack for 3.5, try locating KirbyDe's beta thread for vB Journal 1.0.1 for vB 3.5.
AN-net
08-17-2005, 08:29 PM
Another 1.5 update:
Showentry is complete which now includes recent comments on the entry you are looking at under it. Also several possible mistakes for unapproved entries were fixed for journal and entry insertions. also the vbulletin standard editor has been successfully intergrated into the start journal and new entry pages. another neat feature is that the last entry column on the journal homepage is now dynamic so only people who are susposed to see that last entry can if its private. if they can not see it, the will 'Private' replace the entry's title and links to the entry removed, only the date and time for the entry will be viewable.
I hope this is exciting to some because its exciting to meh:)
Beng Yeow
08-18-2005, 01:18 AM
you must setup permissions via admincp
Hi AN-net, I am setting this for a new board set up that I have done, I have not created any additional forums, what are the permissions that needs to be set?
Guest190829
08-18-2005, 01:24 AM
Usergroup permissions.
Beng Yeow
08-18-2005, 01:41 AM
Usergroup permissions.
Exactly what needs to be set, please assist?? Coz I dun see any permission denial.
AN-net
08-18-2005, 02:40 AM
Exactly what needs to be set, please assist?? Coz I dun see any permission denial.
you said you are seeing "you cannot access this page due to insufficent permissions", if you are that means within the usergroup manager you must set the usergroup permissions. if you see blank ranks with yes and no but no description read the first post.
Beng Yeow
08-18-2005, 02:58 AM
you said you are seeing "you cannot access this page due to insufficent permissions", if you are that means within the usergroup manager you must set the usergroup permissions. if you see blank ranks with yes and no but no description read the first post.
I dun see any blank ranks nor anything listed with Journal for me to set, am i missing something? I followed the installation guide.
AN-net
08-18-2005, 03:45 AM
I dun see any blank ranks nor anything listed with Journal for me to set, am i missing something? I followed the installation guide.
did u upload the edited /admincp/usergroup.php file?
Beng Yeow
08-18-2005, 04:13 AM
Ok, got it, thanks.
Flexo
08-18-2005, 04:21 PM
Another 1.5 update:
Showentry is complete which now includes recent comments on the entry you are looking at under it. Also several possible mistakes for unapproved entries were fixed for journal and entry insertions. also the vbulletin standard editor has been successfully intergrated into the start journal and new entry pages. another neat feature is that the last entry column on the journal homepage is now dynamic so only people who are susposed to see that last entry can if its private. if they can not see it, the will 'Private' replace the entry's title and links to the entry removed, only the date and time for the entry will be viewable.
I hope this is exciting to some because its exciting to meh:)This actually does excite me :)
Great to see it?s really being worked on.
heavypear
08-20-2005, 01:44 PM
It says that this mod is for 3.0.7 - will it work with 3.0.8?
I'm assuming it will, but I just want to be sure before I install it (the install process looks rather time consuming!)
AN-net
08-20-2005, 02:27 PM
It says that this mod is for 3.0.7 - will it work with 3.0.8?
I'm assuming it will, but I just want to be sure before I install it (the install process looks rather time consuming!)
it should work for 3.0.8 since nothing has drastically changed. the installing of templates can be somewhat time consuming.
Guest190829
08-21-2005, 08:51 PM
it should work for 3.0.8 since nothing has drastically changed. the installing of templates can be somewhat time consuming.
There is a template installer available on vb.org...I forgot who released it.
Gutspiller
08-22-2005, 02:52 PM
Is it possible to get it so the latest 10 journals appear on the forum frontpage? They don't seem to be noticed all that much when the only way to see them is through the links in the navbar.
Any ideas or already existing hacks anybody knows about that would do this?
AN-net
08-22-2005, 02:54 PM
there are some addons i believe for vba cmps and vb index portals.
Hey AN-net
I looked at your new site and the Beta Journal and it looks incredible.
Hope to see this soon for RC2 or higher.
Keep up the good work
AN-net
08-22-2005, 10:52 PM
Hey AN-net
I looked at your new site and the Beta Journal and it looks incredible.
Hope to see this soon for RC2 or higher.
Keep up the good work
shh its a secret;) and thanks
Flexo
08-23-2005, 09:26 AM
Errr, wanna see.
Quincy Wisdom
08-24-2005, 04:17 AM
AN -
Ditto to xug's post. I'm really looking forward to this being released...I'll give you a hug and a smile if you release it ASAP. :)
AN-net
08-24-2005, 12:59 PM
there are still more things to be sorted out;)
heavypear
08-24-2005, 05:28 PM
Hi, I just installed this and everything seems to be ok on 3.0.8.
There are a couple of minor issues I'm having...
I encountered the issue with the usergroup phrases not showing up, searched this thread, and found a fix. However, how come 4 of those options in usergroup.php are unavailable because of "//"? I got rid of the "//" so that I could access those options in the usergroup settings, but when I tried to edit them, I got an SQL error. Is this because they are features that aren't yet implemented?
Another problem, which may well be related, is when I hover over the IP icon of the user who has posted an entry, and the IP doesn't display, the ALT text is just "Ip: " - maybe all these problems have something to do with an admin permission in one of the files?
Otherwise, great job! I just want to get these minor problems ironed out :)
AN-net
08-24-2005, 05:55 PM
Hi, I just installed this and everything seems to be ok on 3.0.8.
There are a couple of minor issues I'm having...
I encountered the issue with the usergroup phrases not showing up, searched this thread, and found a fix. However, how come 4 of those options in usergroup.php are unavailable because of "//"? I got rid of the "//" so that I could access those options in the usergroup settings, but when I tried to edit them, I got an SQL error. Is this because they are features that aren't yet implemented?
Another problem, which may well be related, is when I hover over the IP icon of the user who has posted an entry, and the IP doesn't display, the ALT text is just "Ip: " - maybe all these problems have something to do with an admin permission in one of the files?
Otherwise, great job! I just want to get these minor problems ironed out :)
ok lets take the first minor bug:D
the "//" in usergroup.php should stay there as though features have yet to be implemented and probably will be used in 2.0 of this hack
the other one I am not sure of, if you could access phpmyadmin and then look at the entries within the journal_entries table. there look for the ip field, if its empty that means the ip was never saved to the database. also can you see the ip's the journalist started with to create the journal?
Andreas
08-24-2005, 05:57 PM
Replacing all instances of $REMOTE_ADDR with IPADDRESS should fix the IP-Problem - for new entries.
For old entries it won't show up simply because it's not there :)
AN-net
08-24-2005, 08:52 PM
Replacing all instances of $REMOTE_ADDR with IPADDRESS should fix the IP-Problem - for new entries.
For old entries it won't show up simply because it's not there :)
yeah i knew that was probably causing the problem, its fixed in 1.5 anyways:D
SupaJ
08-24-2005, 10:18 PM
Okay, weird problem.
Four Admins could make a journal 2 weeks ago, just added 2 more admins but they can't. When they go to My Journal, they get the no permissions error.
Can anyone help?
Paul M
08-24-2005, 10:55 PM
yeah i knew that was probably causing the problem, its fixed in 1.5 anyways:D
https://vborg.vbsupport.ru/showpost.php?p=563773&postcount=366 :)
AN-net
08-24-2005, 11:39 PM
https://vborg.vbsupport.ru/showpost.php?p=563773&postcount=366 :)
yeah so, i took ur advice for later versions. it was a suggestion then, not a known problem.
ohgenki
08-27-2005, 04:52 AM
3.5 pls !!!
sensimilla
09-01-2005, 06:06 AM
I tried to translate some phrases in adminCP and actually I cant find it?
Where can I translate all Journal Phrases ? thanks
First off, huge thanks for making such a cool add on available freely. Community is loving it. I do have one question however (probably a stupid one at that =P).
I'd like to do one of two things with my setup. Little background info: We're currently alpha testing a game, and the way we'd like our testers to "leak" certain info to the public, is by keeping a journal.
The issue is, the community is built up of around 500 users. Only 15 of those are alpha testers. We'd like to have to approve the alpha usergroup's journals before going live (in case of them including sensitive info in their entry). But not the other people's. This is relatively small issue/inconvenience if not possible. It just means we'll have to hit approve often when we dont care what the regular users say in their entries.
The second being, my forum moderators and game moderators are built up of different sets of people. I'd like the game moderators to approve journals before going live. Is there a way i can make a usergroup for them and have them approve, rather than the default moderator usergroup?.
Thanks in advance to any insight you or anyone else may be able to give. Appreciate all the hard work you've so obviously put into this Anthony.
-- Chris
Hi,
Question; you say that this new v1.5 release will be ported later to 3.5. Is this done by Kirby or is this an unofficial port? And if I were to use kirby's port, would I be able to upgrade to the official 1.5 release later without problems? i.e. does he use the same table names, etc...
Thanks!
AN-net
09-03-2005, 12:54 PM
Hi,
Question; you say that this new v1.5 release will be ported later to 3.5. Is this done by Kirby or is this an unofficial port? And if I were to use kirby's port, would I be able to upgrade to the official 1.5 release later without problems? i.e. does he use the same table names, etc...
Thanks!
well i gave him permission to port it so i do not if thats considered official but i will not give support for his port(meaning i will not be answering support questions for his port cause i barely know 3.5 yet>_<). however it seems he is not going change much from the original so the upgrade script that comes with 1.5 for 3.5 should work. just so you know his port is based upon 1.0.1 and not 1.5. when he does release it i will have to see if anything drastic has changed that could conflict with 1.5.
AN-net
09-03-2005, 12:58 PM
First off, huge thanks for making such a cool add on available freely. Community is loving it. I do have one question however (probably a stupid one at that =P).
I'd like to do one of two things with my setup. Little background info: We're currently alpha testing a game, and the way we'd like our testers to "leak" certain info to the public, is by keeping a journal.
The issue is, the community is built up of around 500 users. Only 15 of those are alpha testers. We'd like to have to approve the alpha usergroup's journals before going live (in case of them including sensitive info in their entry). But not the other people's. This is relatively small issue/inconvenience if not possible. It just means we'll have to hit approve often when we dont care what the regular users say in their entries.
The second being, my forum moderators and game moderators are built up of different sets of people. I'd like the game moderators to approve journals before going live. Is there a way i can make a usergroup for them and have them approve, rather than the default moderator usergroup?.
Thanks in advance to any insight you or anyone else may be able to give. Appreciate all the hard work you've so obviously put into this Anthony.
-- Chris
well thank you for the compliments. now to your predicament. currently as you already know you can only moderate entries in bulk, well for version 2 i will be adding journal moderators and many more usergroup and settings options. i hope those 2 features cover everything and i am sorry they are not available currently or in the 1.5 release.
Andreas
09-03-2005, 01:03 PM
The Data Structures are 98% the same and most likely won't change much any more, I just added a few Fields to fix privacy Issues.
If they do, i'll provide a converter so People can upgrade to the official Version.
AN-net
09-03-2005, 01:06 PM
The Data Structures are 98% the same and most likely won't change much any more, I just added a few Fields to fix privacy Issues.
If they do, i'll provide a converter so People can upgrade to the official Version.
very cool, thank you kirby. you are one of my favorite people on this site:)
is it possible to convert a forum category where members are assigned one thread they can post in (and no one else can reply) to this journal system?
Anyone know how I can have my journal in the member profile?? Like www.khmerlife.com
Thanks!
Rukas
09-15-2005, 11:46 AM
Anyone know how I can have my journal in the member profile?? Like www.khmerlife.com
Thanks!
That site is amazing, Id love to know how they did it.
AN-net
09-15-2005, 04:49 PM
they just changed the profile page, pulled the members entries and wahla.of course this will easier with 1.5 as all you need to do is run a function;)
Rukas
09-16-2005, 07:28 AM
they just changed the profile page, pulled the members entries and wahla.of course this will easier with 1.5 as all you need to do is run a function;)
Cool. Whats the ETA on 1.5? If you need testers, let me know.
http://www.streethop.com/forum/
Datenpapst
09-16-2005, 10:21 AM
there is a typo in journalinstall.php
upload and overwrite the old with the attached file
i will update the zip
AN-net I really have to say this was the awefullest work I have ever done :D BUT after sitting 2 hours on editing and up and downloading files I have finished it, and the work you have done is amazing. Many many thanks. thumbsup^100000000000000 times.
BUT I have got one question:
in the AdminCP when I want to edit the Permission, I dont see all the texts only YES or NO and sometimes the texts. Whats wrong there?
Datenpapst
09-16-2005, 10:35 AM
and I also found that it says
vBulletin Message
Could not find phrase 'journal_mood_updated_successfully'.
Datenpapst
09-16-2005, 10:45 AM
And one last thing I think...
Why is it saying: "Unknown Location /vbulletin/journal.php" in the Profile and the Who's online? :(
Seems like I worked to fast :o
Datenpapst
09-16-2005, 12:44 PM
And one last thing I think...
Why is it saying: "Unknown Location /vbulletin/journal.php" in the Profile and the Who's online? :(
Seems like I worked to fast :o
and finally: " are turned into: "
AN-net
09-16-2005, 04:44 PM
Datenpapst,
look in the first post fixes.
whos online is not yet opporational with this hack yet as when originally developed there were problems
i will have to look into this.
Datenpapst
09-17-2005, 01:29 PM
Datenpapst,
look in the first post fixes.
whos online is not yet opporational with this hack yet as when originally developed there were problems
i will have to look into this.
can you give me a tip for nr. 1? Cant find it once again :) ^^
monstermunch
09-17-2005, 09:17 PM
Is there a way to have multiple journals for a user, currently its seems you can only have one journal per user, or having categories under the journal would also be usefull.
would this be possible to do?
Guest190829
09-17-2005, 09:25 PM
can you give me a tip for nr. 1? Cant find it once again :) ^^
Believe this is it https://vborg.vbsupport.ru/showpost.php?p=553468&postcount=56
digitalSite
09-18-2005, 07:01 AM
Hi:
I'm not getting the complete phrases in the admincp...I saw the fix for it on the first apge, but WHERE do we place that code? :ermm:
Thanks :)
AN-net
09-18-2005, 10:53 AM
Hi:
I'm not getting the complete phrases in the admincp...I saw the fix for it on the first apge, but WHERE do we place that code? :ermm:
Thanks :)
use that code to replace the code you added in /admincp/usergroup.php
Datenpapst
09-19-2005, 06:43 AM
Believe this is it https://vborg.vbsupport.ru/showpost.php?p=553468&postcount=56
yeah this worked thx.
One more Question. Is there a possibility to get the Advanced Text writing, I mean all the Buttons and the Text editing stuff into the Journal, so someone can "style" his journal like a thread in the forum? Hopefully its not to hard to understand ^^ :)
AN-net
09-19-2005, 09:04 AM
yeah this worked thx.
One more Question. Is there a possibility to get the Advanced Text writing, I mean all the Buttons and the Text editing stuff into the Journal, so someone can "style" his journal like a thread in the forum? Hopefully its not to hard to understand ^^ :)
this has been added in 1.5, which is close to release.
Datenpapst
09-19-2005, 10:24 AM
this has been added in 1.5, which is close to release.
And how about categories? Is this also going to be added? Ah when do we have to expect 1.5? :)
can't wait until 1.5 is released!
AN-net
09-19-2005, 08:25 PM
categories wont be in 1.5 but maybe in 2.0, i am currently writing an advanced upgrade script:)
that's going to be sweet! can't wait!
monstermunch
09-22-2005, 11:41 AM
Is there a way to have editing options like on VB for example Bold, Itallic etc when your editing journals or comments
thanks
AN-net
09-23-2005, 05:59 PM
Security Update:
The following XSS Vulnerability was found by KirbyDE on 09/22/05.
The zip has been updated with the patched journal.php file.
For those who rather do a manual update simply open journal.php in your favorite text editor and find:
$reccom['coment_text']= htmlspecialchars_uni($reccom['comment_text']);
Replace that line with:
$reccom['comment_text']= htmlspecialchars_uni($reccom['comment_text']);
Sry for the security hole but even typos can do the darndest things.
yahoooh
09-25-2005, 10:30 AM
the same replaced?
AN-net
09-25-2005, 10:47 AM
the same replaced?
you will see a typo in the first one;)
monstermunch
09-27-2005, 05:15 AM
Hi,
Is there a easy way to allow members to add entries to other users journals, currently they can only add to their own.
thanks
AN-net
09-27-2005, 08:43 AM
Hi,
Is there a easy way to allow members to add entries to other users journals, currently they can only add to their own.
thanks
no but comments are the similar though.
sensimilla
09-27-2005, 09:57 AM
thanks for the security fixes, appreciated
Datenpapst
09-27-2005, 12:22 PM
thanks for the security fixes, appreciated
Will there be a possiblity to change the Owner of a Journal in the next version? Would be very helpful.
AN-net
09-27-2005, 04:12 PM
Will there be a possiblity to change the Owner of a Journal in the next version? Would be very helpful.
why would u need to change a journal? every user has a journal.
nighteyes
09-27-2005, 08:16 PM
why would u need to change a journal? every user has a journal.
Thanks for the security fix mate.
How is 1.50 coming along?
AN-net
09-28-2005, 12:42 AM
Thanks for the security fix mate.
How is 1.50 coming along?
im at a snag with the upgrade script but once past that i will be able to quickly finish it:)
Flexo
09-28-2005, 08:30 PM
Soooooooooooo, vB 3.5 is out...
:D
AN-net
09-28-2005, 09:11 PM
im still in a snag so whether 4.0 comes out doesnt make a difference;)
Datenpapst
09-29-2005, 07:26 AM
why would u need to change a journal? every user has a journal.
i am using the journal system for my browsergame for soocer clubs and if the manager changes, also the owner of the journal should be changeable.
monstermunch
09-29-2005, 04:49 PM
Does anyone else have this problem when posting comments?
After typing your comment and clicking the "add comment" button, the screen refreshes showing the comment just entered.
If you then try to add a second comment, you get a VB error screen which is blank.
after that going back to the comment page and adding again works, but it seems you only get this error when you try to add a second comment immediatly after the first.
thanks
AN-net
09-29-2005, 07:26 PM
Does anyone else have this problem when posting comments?
After typing your comment and clicking the "add comment" button, the screen refreshes showing the comment just entered.
If you then try to add a second comment, you get a VB error screen which is blank.
after that going back to the comment page and adding again works, but it seems you only get this error when you try to add a second comment immediatly after the first.
thanks
there should be a error message there telling you to wait X seconds before posting another comment.
Datenpapst
10-03-2005, 11:34 AM
i am using the journal system for my browsergame for soocer clubs and if the manager changes, also the owner of the journal should be changeable.
So how about a possibility to change the owner? ^^ :)
AN-net
10-03-2005, 05:40 PM
So how about a possibility to change the owner? ^^ :)
currently i do not see a big demand for a such feature, so saidly the answer is no.
Datenpapst
10-05-2005, 06:32 AM
currently i do not see a big demand for a such feature, so saidly the answer is no.
would it be a big problem to add such a thing?
skydancer
10-08-2005, 08:11 AM
Hey!
Does anyone know if this hack is easy to carry over to 3.5.0?
cheers!
T3MEDIA
10-08-2005, 10:56 AM
---time passes---
Ok, found it. I had to change ASC to DESC in journal.php where it says:
Now, how do I reverse the "#1, #2...#n" post URL counter so that it goes from highest to lowest from top to bottom. It's stil going #1 through #n top to bottom which looks/means funny.Did you ever find out how to fix that? I do not see a post where you stated you did. (Or anyone else) if so please post
AN-net
10-08-2005, 01:01 PM
Hey!
Does anyone know if this hack is easy to carry over to 3.5.0?
cheers!
its been ported by my good friend kirbyDE
skydancer
10-08-2005, 08:37 PM
Thanks AN-net!
Funny enough, after failing on installing this, we tried exactly that hack!
I was hesitant to use that one, because I had already written an importer for the Antonbomb22 journals from our old journals script and I was devastated to see that 3.5.0 came out :D
Then I found out that the 3.5.0 hack was based on Antonbomb22 and used (almost exactly) the same database layout, which saved me a LOT of work recreating an importer!
Kudos for the developers and maintainers of this hack!
Datenpapst
10-10-2005, 01:04 PM
would it be a big problem to add such a thing?
=) ;)
version2
10-13-2005, 09:52 PM
Is anyone aware that *if* you have a direct link to a private journal entry a GUEST can actually read the entry. I have folks ready to call lawyers on each other right now because of this:
http://www.mysticwicks.com/journal.php?do=showentry&e=895
That's a private entry. Logged in users get a no permission, but guests get the full view.
Oh, and that is the latest software, too. Even though it says 1.0.0.
AN-net
10-13-2005, 11:21 PM
i will be releasing 1.5 within a few days which fixes many issues with 1.0.x
version2
10-13-2005, 11:43 PM
i will be releasing 1.5 within a few days which fixes many issues with 1.0.x
This is a pretty big issue, man. I had to shut my journals down. I am upgrading to 3.5 tomorrow anyway so I will probably just have to lose the journals.
AN-net
10-14-2005, 01:18 AM
This is a pretty big issue, man. I had to shut my journals down. I am upgrading to 3.5 tomorrow anyway so I will probably just have to lose the journals.
well kirby has ported this hack for 3.5
version2
10-14-2005, 04:59 PM
well kirby has ported this hack for 3.5
I know. I found that. I am just worried that there will be holes in that one, too. I guess I will just have to get off my lazy ass and actually fix something! =)
Flexo
10-14-2005, 05:05 PM
I thought, 1.5 would work with vB3.5 too?
AN-net
10-14-2005, 05:16 PM
I thought, 1.5 would work with vB3.5 too?
not as of yet, i am going to release on 3.0.x until gold. when i know there is no problem with the actual core of vB Journal i will port it to 3.5 for beta
T3MEDIA
10-16-2005, 03:53 PM
Hi -
I added RSS 1.0 (RDF) functionality to my install of vB Journal. Basically, you have to change "SELECT journalist" to "SELECT journalist,journalname,journaldesc" in the downloadjournal section of journal.php, make sure your Unregistered usergroup can view journals in the Admin CP, and paste this code in journal.php after the XML download part:Parse error: parse error, unexpected $ in /var/www/html/forums/journal.php on line 1978
Little help in placement.
Andreas
10-17-2005, 02:53 PM
I know. I found that. I am just worried that there will be holes in that one, too. I guess I will just have to get off my lazy ass and actually fix something! =)
There are no known issues with the port - at least not known to me.
cecdah
10-24-2005, 09:43 AM
Hi.
My vbjournal has been working fine, but now I get error when trying to view my journal or other peoples journals. I can view the journal main page, but thats it.
This is the error:
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /var/www/html/dinklikk/journal.php(821) : eval()'d code on line 69
AN-net
10-24-2005, 07:30 PM
did u edit any templates or files?
cecdah
10-24-2005, 09:37 PM
did u edit any templates or files?
I might have, because I resently added vbchat, I dont know if thats the reason for the malfunction.
I think I found one template thats corrupted, can anyone paste the template journal_journalpage here so I can try to correct it?
cecdah
10-24-2005, 09:49 PM
When I try to save the template I get the following error:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /var/www/html/dinklikk/includes/adminfunctions_template.php(3055) : eval()'d code on line 69
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
cecdah
10-24-2005, 10:13 PM
Never mind pasting the template, I found it in the install.txt- :)
It did not work however, and my users are missing their blog/journal. :(
cecdah
10-25-2005, 10:45 PM
I have linked my problem to the new server because it uses php5.
The line that is stated to be wrong is this:
if($permissions['journalpermissions'] & CANVIEWJOURNAL)
How to write this so that php5 will accept it?
cecdah
10-25-2005, 11:41 PM
I used the journalinstall.php and selected uninstall and everything seemed to go fine, but now my whole forum is down. :devious:
AN-net
10-26-2005, 01:55 AM
I have linked my problem to the new server because it uses php5.
The line that is stated to be wrong is this:
if($permissions['journalpermissions'] & CANVIEWJOURNAL)
How to write this so that php5 will accept it?
this is not coded for php 5 nor is vbulletin coded for php 5.
Flexo
11-01-2005, 03:41 PM
vB works fine on a PHP5 server.
AN-net
11-01-2005, 07:57 PM
vB works fine on a PHP5 server.
well jelsoft does not officially support nor endorse the use of vbulletin on php 5 last i knew of.
Killmark
11-02-2005, 04:56 AM
vb 3.0.7
Save: journal_edit_entryinfo
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/conquest/public_html/portal/forums/includes/adminfunctions_template.php(3096) : eval()'d code on line 65
Save: journal_journalpage
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/conquest/public_html/portal/forums/includes/adminfunctions_template.php(3096) : eval()'d code on line 69
noonespecial
11-02-2005, 07:51 AM
For some reason, when I click "edit entry" and edit an entry, upon clicking "save" - the edited entry goes completely blank.
AN-net
11-08-2005, 01:31 PM
vB Journal 1.5.0 Beta 1 has been released. To find out more follow the link bellow:
https://vborg.vbsupport.ru/showthread.php?t=100385
FamilyCorner
11-12-2005, 12:46 PM
I have three separate issues (I am running 3.5.1):
1) I have a broken image on the Add Entry page.
2) If you leave the subject line blank and click "Add Entry", you get an error that I assume should say something along the lines of can't leave the subject line blank (LOL) but it doesn't say anything.
3) Only a few smilies show on the page, then the link where it should say "more smilies" just appears like this: []
See attachments.
Please help!
P.S. The Add Entry functions fine as long as you enter the subject, but I'd like to get these fixed :) THANK YOU!
AN-net
11-12-2005, 01:49 PM
I have three separate issues (I am running 3.5.1):
1) I have a broken image on the Add Entry page.
2) If you leave the subject line blank and click "Add Entry", you get an error that I assume should say something along the lines of can't leave the subject line blank (LOL) but it doesn't say anything.
3) Only a few smilies show on the page, then the link where it should say "more smilies" just appears like this: []
See attachments.
Please help!
P.S. The Add Entry functions fine as long as you enter the subject, but I'd like to get these fixed :) THANK YOU!
this hack is not for 3.5, i believe you are looking for Andreas port of my hack for 3.5. which can be found here: https://vborg.vbsupport.ru/showthread.php?t=96462
FamilyCorner
11-12-2005, 02:14 PM
this hack is not for 3.5, i believe you are looking for Andreas port of my hack for 3.5. which can be found here: https://vborg.vbsupport.ru/showthread.php?t=96462
Sorry about that and thanks!
cecdah
11-12-2005, 07:36 PM
well jelsoft does not officially support nor endorse the use of vbulletin on php 5 last i knew of.
My forums worked fine on php5, but everything else was messed up so we formated and went back to php4. Now everything is working fine, journal to. :)
AN-net
11-12-2005, 08:20 PM
My forums worked fine on php5, but everything else was messed up so we formated and went back to php4. Now everything is working fine, journal to. :)
good to hear:)
Chicago_VLNU_4s
08-07-2006, 09:00 PM
see this thread has been dead for quite some time... if any1 can help, i'm getting this error when running the full install..
Fatal error: Call to a member function query() on a non-object in /home/offthaa/public_html/forums/admincp/journalinstall.php on line 50
any input?
AN-net
08-09-2006, 07:09 PM
see this thread has been dead for quite some time... if any1 can help, i'm getting this error when running the full install..
Fatal error: Call to a member function query() on a non-object in /home/offthaa/public_html/forums/admincp/journalinstall.php on line 50
any input?
did you put it in the proper directory?
fishhub
09-15-2006, 05:59 PM
Great Information!!
adiboy.net
10-08-2006, 09:26 AM
Is there any similar mod for version 3.6.2?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.