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 |
#162
|
||||
|
||||
Quote:
|
#163
|
||||
|
||||
Quote:
Code:
print_table_header($vbphrase['journal_permissions']); print_yes_no_row($vbphrase['can_view_journal'], 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']); print_yes_no_row($vbphrase['can_have_journal'], 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']); print_yes_no_row("Can View Comments", 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']); print_yes_no_row($vbphrase['can_comment_journals'], 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']); print_yes_no_row($vbphrase['can_rate_journals'], 'usergroup[canratejournals]', $ug_bitfield['canratejournals']); print_yes_no_row($vbphrase['can_report_entries'], 'usergroup[canreportentries]', $ug_bitfield['canreportentries']); print_yes_no_row($vbphrase['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($vbphrase['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($vbphrase['can_search_journal'], 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']); // print_yes_no_row($vbphrase['can_edit_others_journal'], 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']); // print_yes_no_row($vbphrase['can_edit_others_entries'], 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']); // print_yes_no_row($vbphrase['can_delete_others_journal'], 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']); // print_yes_no_row($vbphrase['can_delete_others_entries'], 'usergroup[candeleteothersentries]', $ug_bitfield['candeleteothersentries']); print_table_break(); Code:
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 Journals", 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']); print_yes_no_row("Can Rate Journals", 'usergroup[canratejournals]', $ug_bitfield['canratejournals']); print_yes_no_row("Can Report Journals", '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 Journal", 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']); // print_yes_no_row("Can Edit Others Journal", '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 Journal", 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']); // print_yes_no_row("Can Delete Otheers Entries", 'usergroup[candeleteothersentries]', $ug_bitfield['candeleteothersentries']); print_table_break(); Then make sure you thank rinkrat for the alteration of the usergroup.php file. |
#164
|
|||
|
|||
wow that did the trick. thanks alot for all the help. BTW, are there any other fixes/updates i should make to the script? thanks again.
|
#165
|
||||
|
||||
Quote:
If you have a look at the first post you will see a list of the latest fixes. |
#166
|
|||
|
|||
When phrasefix.php [posted by AN-net] did not fix my phrase problem [same "missing" phrases in usergroup permissions in admin options] ...
1. In my control panel I searched through phrases for " Can View Journal " 2. Found it in "custom" phrases 3. Clicked to duplicate it in my "English" translation box [which appears directly below the phrase] 4. Clicked "save" 5. And magically ... for whatever reason ... all of my missing phrases then appeared correctly in the permissions page. |
#167
|
||||
|
||||
Quote:
|
#168
|
||||
|
||||
I heard there was a problem with user's having animated gif's as their avatars, has this been fixed yet?
|
#169
|
||||
|
||||
someone reported that but users on my website seem to have no problem with animated gif avatars check out seraph's journal or my journal
architect i can not find a single ';' in either journal_entrybits or journal_showentrypage |
#170
|
||||
|
||||
maybe.. Architect's problem is not in the template itself, but near the code that eval the template you checked.
You can debug it: instead of run [code=php] eval('$output = "' . fetch_template('TEMPLATE-NAME') . '";'); [/code] try [code=php] eval('$output = "' . fetch_template('TEMPLATE-NAME') . '";'); echo $output; exit; [/code] Check the output in your browser, go to line 33 and there are a lot of probabilities you will find an error in the php code. It's not on line 33? look around... ;-) |
#171
|
||||
|
||||
Quote:
Thankyou for your assistance. I will let you know how I go. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|