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)

Luke Beale 08-30-2006 12:25 PM

how do i fix this error ?

Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/lukebeal/public_html/forum/journal.php(564) : eval()'d code on line 188

Adrian Schneider 08-30-2006 11:31 PM

Read this thread...

https://vborg.vbsupport.ru/showthread.php?t=120134

Renmiri 09-01-2006 11:37 PM

Quote:

Originally Posted by SirAdrian

Thanks that worked like a charm!!!!

BTW, has anyone succeeded in getting the journalpage template looking like blogger.com ?

I'm getting close but the footer is still messed up :(
EDIT: Wee! Aurons Ghost fixed it for me. It is now a faithful copy of Blogger.com's Sand Dollar layout. Get the templates below :D

http://eternalspira.ffproject.net/jo...howjournal&j=1

Due to the ammount of interest, here are the templates. Enjoy!

After downloading do this:

Code:

1) Add 1 template: Bloggersidebar, with whatever you want under the avatar on the sidebar. My Bloggersidebar.tpl has the example I used.
2) Modify 2 templates: journal_entrybits and journal_journalpage, just paste the contents of my tpl files to replace the entire template, for each of the two.
3) Add some custom CSS
You know how to add custom CSS ? It's on style manager, right by the "Go" button, use the drop down menu instead of just using "edit template", select "Main CSS" and on the main CSS screen scroll down to the very last box. Paste the contents of my "customcss.css" file there.


maidos 09-02-2006 07:56 AM

does anyone know if this mods works for 3.6.0?

bigtomisin 09-02-2006 11:29 PM

i cant see the journal permissions in user group settings in vbulliten 3.6

ohgenki 09-03-2006 05:32 PM

still waiting for oblivion to release the latest version..:(

maidos 09-04-2006 10:00 PM

yeah im waiting too for the latest version for 3.6.0 >_<

Renmiri 09-05-2006 05:51 PM

Err.. found a tiny bug in this version.

Did anyone here try to delete a mood already ? I did and it gave me an SQL Error.

Easy enough to fix though:

On journaladmin.php
Find
Code:

// ###################### Start killmood #######################
if ($_REQUEST['do'] == 'killmood')
{
        $vbulletin->input->clean_gpc('r', 'mid', TYPE_INT);
        $db->query("DELETE FROM journal_moods WHERE mood_id=" . $vbulletin->GPC['mid']);

Replace by
Code:

// ###################### Start killmood #######################
if ($_REQUEST['do'] == 'killmood')
{
        $vbulletin->input->clean_gpc('r', 'mid', TYPE_INT);
        $db->query("DELETE FROM ".TABLE_PREFIX."journal_moods WHERE mood_id=" . $vbulletin->GPC['mid']);

The only change was to add a TABLE_PREFIX to the SQL statement

I also made a plugin to add most of the the journal CP to the Moderator Menu, since I don't want to be hassled with adding moods! :P

Oblivion Knight 09-06-2006 07:59 AM

I'm hoping to have some time during the next few days to finish working on this and get something released. It should be worth noting however, that support will be extremely limited for the time being, upgrade instructions may be somewhat sketchy in places and I cannot confirm that it will work with the vBulletin 3.5.x series..

Thank you for your patience.

Neo_obs 09-06-2006 03:48 PM

any idea if it will ever be working for 3.5? I can help you out if you need a test server or tester


All times are GMT. The time now is 08:44 PM.

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.03970 seconds
  • Memory Usage 1,742KB
  • 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
  • (3)bbcode_code_printable
  • (1)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