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)
-   -   vBadvanced CMPS module: Random Journal (https://vborg.vbsupport.ru/showthread.php?t=109383)

Milad 03-04-2006 08:59 PM

Quote:

Originally Posted by FleaBag
A flaw with this unfortunitely is that with the edit to cmps_index.php, it doesn't manage to pull the phrases and the title of the journal from the database on vB pages using the CMPS modules.

www.dragonninja.co.uk/journal.php

Besides, it's very good! :)

I was unable to determine your version of vB and vBa.
I had checked your vBadvanced and shown your problem.

tell me your versions please

Milad 03-05-2006 12:06 AM

Notice:
For People how had their forum integrated with vBadvanced CMPS and want to display this module in the integrated sidebar, do the following:
in /forum/global.php Find:
PHP Code:

define('VB_AREA''Forum'); 

Add After:
PHP Code:

$phrasegroups array_merge($phrasegroups, array('journalhack')); 

Thread updated.

FleaBag 03-05-2006 07:50 PM

Thanks for the update! :) Looking forward for your new journal modules to use on my journal page!

Is the new step instead of or aswell as the first step?

Milad 03-05-2006 08:27 PM

Quote:

Originally Posted by FleaBag
Is the new step instead of or aswell as the first step?

It's as well as the first step, and for People (like you) how had their forum integrated with vBadvanced CMPS and want to display this module in the integrated sidebar.

offsidex 03-21-2006 05:51 PM

ntohing is showing up for me.... could you please check it out ? I am using vb 3.5.4 with vbadvanced...

Site @ www.Barlamane.com

Thank you for your help.

Milad 03-21-2006 06:01 PM

I didn't see the module!!

sensimilla 03-24-2006 07:00 AM

Quote:

Upload the module file randomjournal.module
upload where? to my friends FTP ?

Really bad written tutorial, of course nothing shows up, no one can do it properly without extra knowledge

Milad 03-24-2006 02:53 PM

It's not my fault if you don't know how to install modules
Upload it: Admin CP -> vBa CMPS -> Download / Upload Module

If nothing is displayed, please give me a URL to see it.

Bonsai_Ryan 03-29-2006 06:56 PM

Works fine for me and I'm using vba cmps v 2.0 rc 2. Just a note though for anyone using this cmps still when you enter the $phasegroups code in your index file
PHP Code:

require_once('./includes/vba_cmps_include_template.php'); 

doesn't exist. This is what you need to find:
PHP Code:

require_once('./global.php'); 


louis_chypher 04-21-2006 01:40 PM

In adv_portal_journalbit

found:

<span class="smallfont">$vbphrase[journalist]</spna>

changed to:

<span class="smallfont">$vbphrase[journalist]</span>

found:

<span class="smallfont">$vbphrase[entries]</spna>

changed to:

<span class="smallfont">$vbphrase[entries]</span>

found:

<span class="smallfont">$vbphrase[views]</spna>

changed to:

<span class="smallfont">$vbphrase[views]</span>

found:

<span class="smallfont">$vbphrase[comments]</spna>

changed to:

<span class="smallfont">$vbphrase[comments]</span>

found:

span class="smallfont">$vbphrase[last_entry] / $vbphrase[date]</spna>

changed to:

span class="smallfont">$vbphrase[last_entry] / $vbphrase[date]</span>

Thanks for the mod!


All times are GMT. The time now is 03:46 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.01037 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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