Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBJournal for vBulletin 3.5 Details »»
vBJournal for vBulletin 3.5
Version: 1.0.2 Beta, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 09-16-2005 Last Update: 11-16-2005 Installs: 597
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This is a Port of vB Journal by An-Net

A t t e n t i o n
This Hack is unsupported and incompatible with PHP 5.
You are herby advised to not use it.
If you do have this hack installed it is advised to use vBulletin Blog instead.
You can import current entries to vBulletin Blog via Impex and uninstall this hack afterwards.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #862  
Old 01-03-2006, 04:31 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lpspider
quick question...

is there an [easy] way I can universally edit the word "journal" (journal, journal entries, etc) to the word "blog"? I've done so on the navbar, but I'd like to do so in the profile as well.
I used the tempate and Phrase Search to change them all
Reply With Quote
  #863  
Old 01-03-2006, 04:36 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also there is an error in the
bitfield_journalhack.xml
Code:
<bitfield name="caneditowncomments" group="journal_permissions" phrase="can_edit_own_comments">32</bitfield>
was left out.. so this should fix it


To fix the error where you Edit your Journal Comments
Code:
<bitfield name="canviewjournal" group="journal_permissions" phrase="can_view_journal">1</bitfield>
<bitfield name="canhavejournal" group="journal_permissions" phrase="can_have_journal">2</bitfield>
<bitfield name="canviewcomments" group="journal_permissions" phrase="can_view_comments">4</bitfield>
<bitfield name="cancommentjournals" group="journal_permissions" phrase="can_comment_journals">8</bitfield>
<bitfield name="canratejournals" group="journal_permissions" phrase="can_rate_journals">16</bitfield>
<bitfield name="caneditowncomments" group="journal_permissions" phrase="can_edit_own_comments">32</bitfield>
<bitfield name="caneditownjournal" group="journal_permissions" phrase="can_edit_own_journal">64</bitfield>
<bitfield name="caneditownentries" group="journal_permissions" phrase="can_edit_own_entries">128</bitfield>
<bitfield name="candeleteownjournal" group="journal_permissions" phrase="can_delete_own_journal">256</bitfield>
<bitfield name="candeleteownentries" group="journal_permissions" phrase="can_delete_own_entries">512</bitfield>
<bitfield name="cansearchjournal" group="journal_permissions" phrase="can_search_journal">1024</bitfield>
Reply With Quote
  #864  
Old 01-03-2006, 07:42 PM
Lpspider Lpspider is offline
 
Join Date: Oct 2005
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gibhut
I used the tempate and Phrase Search to change them all
I just did a "find and replace in all" replacing journal to blog, but no effect. I'm still seeing jounral for the drop-down menu and in the profile. Any ideas?
Reply With Quote
  #865  
Old 01-03-2006, 07:44 PM
dethfire dethfire is offline
 
Join Date: Feb 2003
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lpspider
I just did a "find and replace in all" replacing journal to blog, but no effect. I'm still seeing jounral for the drop-down menu and in the profile. Any ideas?
because everything might be phrased?
Reply With Quote
  #866  
Old 01-03-2006, 08:02 PM
Lpspider Lpspider is offline
 
Join Date: Oct 2005
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I edited all the vbjounral phrases in vbjounral (cp) and vbjournal (frontend) manually. First thing I did. Still no effect.
Reply With Quote
  #867  
Old 01-04-2006, 01:14 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lpspider
I edited all the vbjounral phrases in vbjounral (cp) and vbjournal (frontend) manually. First thing I did. Still no effect.
maybe he didnt phrase the navbar?
Reply With Quote
  #868  
Old 01-04-2006, 01:24 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
maybe he didnt phrase the navbar?
no he didnt phrase it
Reply With Quote
  #869  
Old 01-04-2006, 06:17 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nordinho, the module works perfectly. Thanks!
Reply With Quote
  #870  
Old 01-04-2006, 02:08 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lpspider
I just did a "find and replace in all" replacing journal to blog, but no effect. I'm still seeing jounral for the drop-down menu and in the profile. Any ideas?

Those are in the template system
Reply With Quote
  #871  
Old 01-04-2006, 02:59 PM
CADguru CADguru is offline
 
Join Date: Nov 2002
Location: Oxford, UK
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Just installed on 3.5.2 and i can post a new journal but if i try and access the journal list i get the following SQL error:

Quote:
Database error in vBulletin 3.5.2:

Invalid SQL:

### Journal Lisiting Pagination ####
SELECT COUNT(*) AS journals FROM journals
WHERE active=1
AND (journalist_id=1 OR private !=1 OR FIND_IN_SET('1', allowedusers));

MySQL Error : Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_unicode_ci,IMPLICIT) for operation 'find_in_set'
Error Number : 1267
I have looked at the journals table and the allowed users column is set for utf8_unicode_ci (as are all the others)

Does anyone have any ideas?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05722 seconds
  • Memory Usage 2,314KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete