vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

gibhut 01-03-2006 04:31 PM

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

gibhut 01-03-2006 04:36 PM

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>


Lpspider 01-03-2006 07:42 PM

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?

dethfire 01-03-2006 07:44 PM

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?

Lpspider 01-03-2006 08:02 PM

I edited all the vbjounral phrases in vbjounral (cp) and vbjournal (frontend) manually. First thing I did. Still no effect.

AN-net 01-04-2006 01:14 AM

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?

MissKalunji 01-04-2006 01:24 AM

Quote:

Originally Posted by AN-net
maybe he didnt phrase the navbar?

no he didnt phrase it

docvader 01-04-2006 06:17 AM

Nordinho, the module works perfectly. Thanks!

gibhut 01-04-2006 02:08 PM

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

CADguru 01-04-2006 02:59 PM

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?


All times are GMT. The time now is 03:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02681 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete