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

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: B16MCC
Forum: vB4 Programming Discussions 03-07-2012, 01:56 PM
Replies: 1
Views: 483
Posted By B16MCC
Help with a progress widget please.

Hi guys, I'm looking to build a widget either HTML or PHP to display progress.

Let's say I set a target of ?1000. Perhaps I add this to the database or more simply just use a text file on my...
Forum: vB4 Programming Discussions 02-24-2012, 05:42 PM
Replies: 6
Views: 700
Posted By B16MCC
Well eventually I got it looking how I want it....

Well eventually I got it looking how I want it. I've attached my code and a screen shot for anyone else it may help.

ob_start();
include("radio_stats_martin.php");
$martin =...
Forum: vB4 Programming Discussions 02-24-2012, 02:55 PM
Replies: 6
Views: 700
Posted By B16MCC
Thanks a lot. Those options are really useful.....

Thanks a lot. Those options are really useful.. I'll work something out from your example.

--------------- Added 1330099902 at 1330099902 ---------------

Sorry to be a pain, I've looked at the...
Forum: vB4 Programming Discussions 02-24-2012, 02:32 PM
Replies: 6
Views: 700
Posted By B16MCC
OK Thanks. The reason was to do with formatting...

OK Thanks. The reason was to do with formatting the output. I'll expand on what I'm trying to do and perhaps approach it from a different angle.

I have this code in a PHP widget.

ob_start();...
Forum: vB4 Programming Discussions 02-24-2012, 07:39 AM
Replies: 6
Views: 700
Posted By B16MCC
Can I Output A PHP Widget In a HTML Widget or Allign PHP Output

Hi guys, I've got an existing PHP Direct Exec widget using the following code :-

ob_start();
include("radio_stats_martin.php");
echo "<br />\n";
$output .= ob_get_contents();
ob_end_clean();
...
Forum: vB4 Programming Discussions 02-23-2012, 12:57 PM
Replies: 2
Views: 452
Posted By B16MCC
Nothing less than Magnificent ! I knew it would...

Nothing less than Magnificent ! I knew it would be easy. Thank you very much you're a star !
Forum: vB4 Programming Discussions 02-23-2012, 12:19 PM
Replies: 2
Views: 452
Posted By B16MCC
Help with a CMS Widget Please

Hi guys, I have a problem that is most likely a very simple fix, but with my very limited knowledge I'm at a loss on how to fix it. Could anyone help please.

I have this code in a Static HTML...
Forum: vB4 Programming Discussions 01-30-2012, 06:25 PM
Replies: 2
Views: 974
Posted By B16MCC
Thanks for the tip, I assumed wrongly it would...

Thanks for the tip, I assumed wrongly it would have to be php code, not HTML.

For reference I added the line

$output = "The Latest Frontend Version Is v" . $line . "<br>" . "<a...
Forum: vB4 Programming Discussions 01-30-2012, 04:10 PM
Replies: 2
Views: 974
Posted By B16MCC
Forum Side Block - Inserting New Line In PHP Code

Hi everyone this one is probably really simple, but it's really buggin me !

I have a forum side block setup to run PHP code. Here's my code below :-
$file = "services_db/DBUK_version.txt";
$f =...
Forum: vBulletin 3.8 Add-ons 01-08-2012, 12:57 PM
Replies: 160
Views: 58,476
Posted By B16MCC
Just installed this after being hacked. Looks...

Just installed this after being hacked. Looks great thanks.
Just one simple question, should I see the firewall page every time I access my forum ?
I saw it just once, and now I don't see it...
Forum: vB4 Programming Discussions 11-24-2011, 10:14 AM
Replies: 1
Views: 322
Posted By B16MCC
copying custom templates ???

Hi guys. Is there a simple way to copy my existing custom templates from one style to another ?

I use several custom templates on my forum and if I add new styles I have to recreate them and this...
Forum: vBulletin 4.x Add-ons 11-24-2011, 10:09 AM
Replies: 869
Administrative and Maintenance Tools - Template Modification System
Views: 1,225,154
Posted By B16MCC
Hi , great mod. Installed and working fine. Just...

Hi , great mod. Installed and working fine. Just one thing I'd like to ask please ...

Could this be expanded to include the creation of custom templates ?
In my forum I use several additional...
Forum: vBulletin 4.x Add-ons 11-20-2011, 07:14 AM
Replies: 573
Forum Home Enhancements - VSa - Sub-Forum Manager
Views: 181,419
Posted By B16MCC
Yep brilliant, thanks a lot for the update.

Yep brilliant, thanks a lot for the update.
Forum: vB4 Programming Discussions 10-06-2011, 12:38 PM
Replies: 8
Views: 619
Posted By B16MCC
sorry for being a pain, I understand the...

sorry for being a pain, I understand the difference but I don't know what to add to the template to make it output my variable. Could you expand just a little please ?

--------------- Added...
Forum: vB4 Programming Discussions 10-05-2011, 07:10 PM
Replies: 8
Views: 619
Posted By B16MCC
Anyone got any ideas please ?

Anyone got any ideas please ?
Forum: vB4 Programming Discussions 10-04-2011, 06:22 PM
Replies: 8
Views: 619
Posted By B16MCC
Ok Lynne here's what I've got so far. I...

Ok Lynne here's what I've got so far.

I created a template called custom_jukebox

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if...
Forum: vB4 Programming Discussions 10-04-2011, 04:39 PM
Replies: 8
Views: 619
Posted By B16MCC
Thanks for the tip Lynne. I've tried making a...

Thanks for the tip Lynne. I've tried making a custom php page, but I'm struggling positioning the output from my code. The page renders just fine, but my custom php output is at the top of the page ....
Forum: vB4 Programming Discussions 10-04-2011, 07:35 AM
Replies: 8
Views: 619
Posted By B16MCC
Help Please:- Displaying a CMS Widget in a Pop Up Window

Hi guys, I've taken on a little project that has taught me quite a lot so far but now I'm a little stuck.
I've written a php direct exec widget and have it displayed on my CMS.
It simply takes all...
Forum: vB4 Programming Discussions 09-16-2011, 05:02 PM
Replies: 5
Views: 496
Posted By B16MCC
Thanks for the quick response Mooff but I'm...

Thanks for the quick response Mooff but I'm afraid that doesn't work.

$path contains the string ./mp3
While this is applicable to denote a path on the server, its not applicable to use as a...
Forum: vB4 Programming Discussions 09-16-2011, 03:11 PM
Replies: 5
Views: 496
Posted By B16MCC
Thanks a lot for the help guys, I'm almost there....

Thanks a lot for the help guys, I'm almost there. I'm now using the following code :-

// Define the full path to your folder from root
$path = "./mp3";

// Open the folder
...
Forum: vB4 Programming Discussions 09-15-2011, 04:40 PM
Replies: 5
Views: 496
Posted By B16MCC
Creating a widget from this code..

Hi guys, can someone help me please with a beginners PHP problem.
I want to create a widget for my CMS using the following code to list files as links. I'm fine with the basics of creating a widget,...
Forum: vBulletin 4.x Add-ons 05-15-2011, 11:18 AM
Replies: 39
vBulletin Forum Sideblocks - Forum block - latest files from downloads II
Views: 16,410
Posted By B16MCC
Great addon but not working in 4.1.3. I tried the...

Great addon but not working in 4.1.3. I tried the manual DB change but it still displays error code above the forum header.
Forum: ibProArcade Archive 03-11-2011, 05:01 AM
Replies: 2
Views: 4,960
Posted By B16MCC
just implemented these changes. Style now looks...

just implemented these changes. Style now looks much better, thanks a lot !
Forum: vB4 Programming Discussions 11-12-2010, 06:41 AM
Replies: 3
Views: 706
Posted By B16MCC
Outbackmark, thanks for the link , I am actually...

Outbackmark, thanks for the link , I am actually already that mod but it's far too advanced for this simple task I want to offer my moderators.

OK Lynne, here's what I've got so far.

Here's the...
Forum: vB4 Programming Discussions 11-11-2010, 06:25 AM
Replies: 3
Views: 706
Posted By B16MCC
Help Creating A File Upload Page Please

Hi guys & girls, I'm looking to create a simple file upload page so I can offer my moderators the ability to upload 1 specific file to a specific folder. I'd like the page to take my forum theme...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT. The time now is 11:32 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.01706 seconds
  • Memory Usage 2,052KB
  • 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
  • (12)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