The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Journal for vBulletin 3.0.3(v1.0.1) Details »» | |||||||||||||||||||||||||
vB Journal v1.0.1 By Antonbomb22(Anthony Scudese) vB Journal 1.5 Beta 1 is now available, click here. Features:
Version 1.0.1:
Features for later versions:
Demos: Add-Ons(I Will not give support for these because i did not create them):
Side Credits:
Notes:
Support: ~READ FIRST POST COMPLETELY BEFORE POSTING PROBLEMS AND MAKE SURE YOU DID ALL EDITS AND REQUIREMENTS!~ Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances. If you should run into any errors, problems, confusion, or maybe even a suggestion please foward them to one of the following places:
Contents of Zip:
I have also provided several screenshots Please click install If you are missing phrases or blank spaces in the usergroup manager click here. Updates/Fixes:
Supporters / CoAuthors Show Your Support
|
Comments |
#317
|
||||
|
||||
I know I 've asked this many times but.
Journal Importer? ;_; |
#318
|
|||
|
|||
Okay, I'm at a loss for this.
I've been trying to figure this out. My users are reporting that they do not see the "EDIT" or "DELETE" buttons on their journal entries. And yet, in the permissions, they are enabled so they can edit or delete their entries. Ideas?? Or maybe suggestions? |
#319
|
|||
|
|||
I did some tests... and some checking...
One of the things I checked was that give my test user a primary usergroup. The buttons shows up fine. Then I added a secondary usergroup to my test user. Buttons goes away. |
#320
|
||||
|
||||
Quote:
|
#321
|
|||
|
|||
They do.
I've given every usergroup permissions for editing. Primary Usergroup with no secondary usergroups works fine. But add a secondary usergroup, the buttons goes away. |
#322
|
|||
|
|||
I installed, no problems, works fine... but I have a javasxript error in some browser (IE at home, but not at work) when I do a search. Character 1 expected {
but as you see in the bold below, it is there. And this what the error is pointing to. <script type="text/javascript"> function validate { sf=document.search keyword=search.sk in=search.st sort=search.order sortin=search.in if(keyword.length<3) { alert("Search Keywords must be more than 3 characters.") submitok="false" } } </script> |
#323
|
||||
|
||||
I beleive this is is due to the fact of having the VB Garage hack, I am still waiting for answer to this. there are conflicts with one another.
Quote:
|
#324
|
|||
|
|||
fiber -
I do not have the VB Garage hack installed. |
#325
|
||||
|
||||
Quote:
|
#326
|
||||
|
||||
Anyone managed to come up with a working port from the other journal?
|
#327
|
|||
|
|||
////EDITED////
problem fixed. Hack works 100% now! |
#328
|
||||
|
||||
Does the zip contain all the updates?
Edit: I did the fix for the usergroups. (it only showed three options) Why was the option to edit and delete other peoples journals left out in the fix? |
#329
|
||||
|
||||
Quote:
|
#330
|
||||
|
||||
I noticed the journal did not show all of the options in the admin so I used this and it works.
Changed the code to this in the admin/usergroup.php edit print_table_header('Journal Permissions'); print_yes_no_row('Can View Journal' , 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']); print_yes_no_row('Can Have Journal', 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']); print_yes_no_row('Can View Comments', 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']); print_yes_no_row('Can Comment on Journals', 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']); print_yes_no_row('Can Rate Journals', 'usergroup[canratejournals]', $ug_bitfield['canratejournals']); print_yes_no_row('Can Report Entries', 'usergroup[canreportentries]', $ug_bitfield['canreportentries']); print_yes_no_row('Can Edit Own Journal', 'usergroup[caneditownjournal]', $ug_bitfield['caneditownjournal']); print_yes_no_row('Can Edit Own Journal Entries', 'usergroup[caneditownentries]', $ug_bitfield['caneditownentries']); print_yes_no_row('Can Delete Own Journal', 'usergroup[candeleteownjournal]', $ug_bitfield['candeleteownjournal']); print_yes_no_row('Can Delete Own Journal Entries', 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']); print_yes_no_row('Can Search Journals', 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']); // print_yes_no_row('Can Edit Others Journals', 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']); // print_yes_no_row('Can Edit Others Entries', 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']); // print_yes_no_row('Can Delete Others Journals', 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']); // print_yes_no_row('Can Delete Others Entries', 'usergroup[candeleteothersentries]', $ug_bitfield['candeleteothersentries']); print_table_break(); I also works with quotation marks. What's the difference between the quotation marks and ' ? I don't know anything about writing scripts. I was just curious in quest of knowledge(Brain Food) |
#331
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|