vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - PhotoPlog: The Lite Gallery (https://vborg.vbsupport.ru/showthread.php?t=101368)

chrisisonfire 12-21-2005 09:14 AM

Yep, that's what it is set to. Well, for the sake of troubleshooting, what would be the directory path to write in the config.php file?

medw1974 12-21-2005 01:19 PM

How can I make the welcome headers hack appear on my photoplog pages. I know that functions.php calls the header template but wont display &welcomeheaders.

calorie 12-21-2005 01:31 PM

@chrisisonfire: the config setting should look something like this:
Code:

define('PHOTOPLOG_FWD','/home/wherever/public_html/forum');
@medw1974: try this near the top of the photoplog_output_error and photoplog_output_page functions:
Code:

global $welcomeheaders;

furst 12-21-2005 03:01 PM

Is there a way to put the random thumb gallery on forum home the same way that vbadvanced gallery does it?

medw1974 12-21-2005 04:05 PM

Quote:

Originally Posted by calorie
@medw1974: try this near the top of the photoplog_output_error and photoplog_output_page functions:
Code:

global $welcomeheaders;

Thanks for the suggestion calorie but that doesnt appear to work unfortunately.

calorie 12-21-2005 04:34 PM

@furst: check the comments section of the readme, it tells how to get thumbs on forum home.

@medw1974: did you stick global $welcomeheaders; with the other globals in those functions?

medw1974 12-21-2005 04:43 PM

Quote:

Originally Posted by calorie

@medw1974: did you stick global $welcomeheaders; with the other globals in those functions?

Yes I tried it on its own line at the top of the function and also like this
PHP Code:

global $spacer_open$_phpinclude_output$welcomeheaders$scriptpath$show$pmbox$foruminfo$gobutton$spacer_close

The only reason I chose that particular line is that it follows $spacer_open & $_phpinclude_output in the main header template.

calorie 12-21-2005 04:55 PM

Okay, in the PhotoPlog functions, right before fetch_template('header') occurs, print $welcomeheaders to see if it has content:
Code:

echo "<br />WLECOME STARTS<br />";
echo $welcomeheaders;
echo "<br />WLECOME ENDS<br />";


medw1974 12-21-2005 05:11 PM

I've tried that and it appears $welcomeheaders is not returning any value.

calorie 12-21-2005 05:33 PM

Okay, in the PhotoPlog config add this somewhere:
Code:

define('THIS_SCRIPT','photoplog');
And use the following in the PhotoPlog functions:
Code:

global $welcomeheaders;


All times are GMT. The time now is 11:57 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.01800 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)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