Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: Boeman
Forum: vB3 General Discussions 06-06-2003, 04:00 PM
Replies: 10
Views: 1,541
Posted By Boeman
anyone?

anyone?
Forum: vB3 Programming Discussions 06-05-2003, 07:05 PM
Replies: 0
Views: 811
Posted By Boeman
Custom Global Variables

One of my external scripts referenced in PHPInclude requires the use of a global variable called $count_border to which it adds a count each time the script is called (it could be several times on a...
Forum: vB3 General Discussions 06-05-2003, 05:30 AM
Replies: 10
Views: 1,541
Posted By Boeman
The script uses the counter only as a means of...

The script uses the counter only as a means of testing whether or not it was called for the first time with forumbit 1. If this is the first call go to option 1, if it has been called before go to...
Forum: vB3 General Discussions 06-05-2003, 05:04 AM
Replies: 10
Views: 1,541
Posted By Boeman
Ah I see. So in other words there's no way I can...

Ah I see. So in other words there's no way I can keep an accurate counter variable with custom php code under the formbit templates?
Forum: vB3 General Discussions 06-05-2003, 04:56 AM
Replies: 10
Views: 1,541
Posted By Boeman
can anyone else help?

can anyone else help?
Forum: vB3 General Discussions 06-04-2003, 06:06 PM
Replies: 10
Views: 1,541
Posted By Boeman
Well, it's actually an external script referenced...

Well, it's actually an external script referenced in phpinclude and is called using the variable defined in phpinclude. I put the variable (in this case $forum_border) in formbit 1. All it needs to...
Forum: vB3 General Discussions 06-04-2003, 04:32 PM
Replies: 10
Views: 1,541
Posted By Boeman
Does the PHP code contained in the external...

Does the PHP code contained in the external script have to be written as a fuction? At the moment it is a basic if statement.
Forum: vB3 General Discussions 06-04-2003, 03:21 AM
Replies: 10
Views: 1,541
Posted By Boeman
Custom Global Variables

One of my external scripts referenced in PHPInclude requires the use of a global variable called $count_border to which it adds a count each time the script is called (it could be several times on a...
Forum: vB3 Programming Discussions 05-29-2003, 01:43 PM
Replies: 1
Views: 792
Posted By Boeman
Does anyone else know?

Does anyone else know?
Forum: vB3 General Discussions 05-26-2003, 09:38 PM
Replies: 27
Views: 4,164
Posted By Boeman
bump

bump
Forum: vB3 General Discussions 05-22-2003, 02:38 PM
Replies: 27
Views: 4,164
Posted By Boeman
I wasn't actually referring to that block of code...

I wasn't actually referring to that block of code in my last post but nonetheless, it still doesn't work in phpinclude. How do you get that to work correctly in phpinclude so I can use it in formbit...
Forum: vB3 General Discussions 05-22-2003, 02:13 PM
Replies: 27
Views: 4,164
Posted By Boeman
I have written some php code on an external file...

I have written some php code on an external file that DOES WORK. My only problem here as I see it, is that I'm having difficulties implementing it within formbit templates. I have created similar...
Forum: vB3 General Discussions 05-22-2003, 03:17 AM
Replies: 27
Views: 4,164
Posted By Boeman
As per your instructions (and Xenon's) I was able...

As per your instructions (and Xenon's) I was able to display some text using the variable. Thank you both.

With the usefulness of the simple example now past, I attempted to add in some php code...
Forum: vB3 General Discussions 05-21-2003, 12:23 AM
Replies: 27
Views: 4,164
Posted By Boeman
I'm trying out your above example but having a...

I'm trying out your above example but having a little trouble. Here is what I put into the phpinclude template:

ob_start();
$testing = "TESTING 1 2 3";
ob_end_clean();

With my limited...
Forum: vB3 General Discussions 05-20-2003, 09:32 PM
Replies: 27
Views: 4,164
Posted By Boeman
I apologize if I somehow misrepresented my...

I apologize if I somehow misrepresented my problem. Did my above example help to clear things up? Let me know...
Forum: vB3 General Discussions 05-20-2003, 08:46 PM
Replies: 27
Views: 4,164
Posted By Boeman
To make this as simple as possible, here are the...

To make this as simple as possible, here are the contents of my external php file, test.php:

<?
echo "TEST TEST TEST<br><br>";
?>

Here is what I added to the PHPInclude Template:
...
Forum: vB3 General Discussions 05-20-2003, 06:38 PM
Replies: 27
Views: 4,164
Posted By Boeman
:disappointed:

:disappointed:
Forum: vB3 General Discussions 05-20-2003, 06:28 PM
Replies: 27
Views: 4,164
Posted By Boeman
So in basic terms, what do I need to do to get my...

So in basic terms, what do I need to do to get my phpinclude functions to evaluate along with the formbit_level_1 template? I looked around various hacks listed here but could not find one that...
Forum: vB3 Programming Discussions 05-20-2003, 06:21 PM
Replies: 1
Views: 792
Posted By Boeman
PHPInclude Variables in Formbit Templates

The variables in PHPInclude do no show up in any of the formbit templates where I have inserted them (though they work fine on other templates).

The search feature referenced me to a post which...
Forum: vB3 General Discussions 05-20-2003, 06:09 PM
Replies: 27
Views: 4,164
Posted By Boeman
Would you be willing to dilvulge a little more...

Would you be willing to dilvulge a little more detail? Perhaps I can ask a programmer who is knowledgable with PHP. All I would need to know is what areas need to be edited.
Forum: vB3 General Discussions 05-20-2003, 05:58 PM
Replies: 27
Views: 4,164
Posted By Boeman
Thank you for the link. I have a better...

Thank you for the link. I have a better understanding of globals within functions but at the same time, I'm still unsure as to how to apply this in order for the fuction to show on postbit. Are you...
Forum: vB3 General Discussions 05-20-2003, 02:31 PM
Replies: 27
Views: 4,164
Posted By Boeman
Can you please provide an example?

Can you please provide an example?
Forum: vB3 General Discussions 05-19-2003, 08:35 PM
Replies: 27
Views: 4,164
Posted By Boeman
PHPInclude Variables in Formbit Templates

The variables in PHPInclude do no show up in any of the formbit templates where I have inserted them (though they work fine on other templates).

The search feature referenced me to a post which...
Forum: Member Archives 05-11-2003, 08:12 PM
Replies: 2
Views: 933
Posted By Boeman
I did check vbulletintemplates.com in the past...

I did check vbulletintemplates.com in the past and they were of no help whatsoever. In fact, I don't even know why you referenced me there when I was looking for help on a specific issue; I wasn't...
Forum: vB3 Programming Discussions 05-09-2003, 05:13 AM
Replies: 9
Views: 1,260
Posted By Boeman
Austin, there are no forums available for viewing...

Austin, there are no forums available for viewing yet. However, this is what I'm trying to accomplish:

-------------------- NEW CELL -------------------
Forum Category...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT. The time now is 02:09 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.01564 seconds
  • Memory Usage 2,036KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (53)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete