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

Showing results 1 to 25 of 45
Search took 0.00 seconds.
Search: Posts Made By: Jacob B
Forum: vBulletin Pre-Sales Questions 03-02-2009, 12:19 PM
Replies: 3
Views: 1,098
Posted By Jacob B
Yes. You can use a standard feature in vBulletin...

Yes. You can use a standard feature in vBulletin called 'Paid Subscriptions' - there are also a few modifications that would allow you to do this.
Forum: vB3 Programming Discussions 02-20-2009, 03:33 AM
Replies: 2
Views: 1,215
Posted By Jacob B
Thank you! I knew it was something small, but...

Thank you! I knew it was something small, but couldn't get my head around it.
Forum: vB3 Programming Discussions 02-20-2009, 03:04 AM
Replies: 2
Views: 1,215
Posted By Jacob B
Logging Time

I am looking to insert a time log into one of my modifications. For instance; once a user submits a form, the time of that particular submission is recorded and is then displayed inside/with that...
Forum: vB3 General Discussions 01-28-2009, 01:11 PM
Replies: 3
Views: 782
Posted By Jacob B
$issue['datelogged'] =...

$issue['datelogged'] = vbdate($vbulletin->options['dateformat'], $issue['datelogged'], true);
Forum: vB3 General Discussions 01-28-2009, 12:56 PM
Replies: 3
Views: 782
Posted By Jacob B
Date/Time Format

Hey guys.

Needing some help with date & time format. At the moment, my plugin only displays the date as 10-4-2008 and not Oct 04th '08. What exactly do I need to change to display the date as...
Forum: vBulletin 3.8 Styles 01-20-2009, 01:22 AM
Replies: 27
Views: 22,262
Posted By Jacob B
Absolutely fantastic style, mate. Thank you.

Absolutely fantastic style, mate.

Thank you.
Forum: vBulletin 3.7 Styles 10-30-2008, 04:21 AM
Replies: 8
Views: 4,794
Posted By Jacob B
No, it isn't. Take a look for yourself:...

No, it isn't. Take a look for yourself: http://www.vbstyles.com/forum/vbcart.php?do=product&productid=6

Nice try.

@yoksito: Outstanding style, mate. Very nicely done.
Forum: vBulletin 3.7 Add-ons 10-27-2008, 08:45 AM
Replies: 813
Add-On Releases - PS - HelpCenter
Views: 131,470
Posted By Jacob B
<if condition="$show['member']"><td...

<if condition="$show['member']"><td class="vbmenu_control"><a href="$vboptions[bburl]/helpcenter.php$session[sessionurl]">$vbphrase[helpcenter]</a></td></if>

This is assuming you're running the...
Forum: vBulletin 3.7 Add-ons 10-18-2008, 03:41 PM
Replies: 813
Add-On Releases - PS - HelpCenter
Views: 131,470
Posted By Jacob B
HelpCenter (Lite) is being recoded and designed...

HelpCenter (Lite) is being recoded and designed for the next release. Please be patient.
Forum: vBulletin 3.7 Add-ons 10-17-2008, 04:14 PM
Replies: 813
Add-On Releases - PS - HelpCenter
Views: 131,470
Posted By Jacob B
"Can Open Ticket" means that user can open any...

"Can Open Ticket" means that user can open any ticket that he/she has submitted.

"Can Open Any Ticket" is alot like an Admin/Mod feature. User's with direct permissions can open any ticket, even...
Forum: News and Announcements 10-07-2008, 01:15 PM
Replies: 81
Views: 15,768
Posted By Jacob B
Congrats, Lynne.

Congrats, Lynne.
Forum: vB3 Programming Discussions 09-30-2008, 11:29 PM
Replies: 7
Views: 880
Posted By Jacob B
My recommendation is to just upload all of your...

My recommendation is to just upload all of your original vBulletin files and the database and make sure nothing is corrupt as far as that goes. Your hosting company can't just shut your account down...
Forum: vB3 General Discussions 09-30-2008, 11:22 PM
Replies: 6
Views: 922
Posted By Jacob B
Might I say you've just successfully confused the...

Might I say you've just successfully confused the crap out of me, but I may have a resolution for you.

If you want to alter the 'width' of your forums, you can do that in style manager > select...
Forum: vBulletin 3.7 Add-ons 09-30-2008, 05:42 AM
Replies: 813
Add-On Releases - PS - HelpCenter
Views: 131,470
Posted By Jacob B
He's not 'peddling' his hacks on here. Paul has...

He's not 'peddling' his hacks on here. Paul has taken the time out to produce a ticket support system to use on your site free of charge. Show some appreciation and respect, mate.

If you don't...
Forum: vB3 General Discussions 09-25-2008, 06:22 AM
Replies: 5
Views: 1,581
Posted By Jacob B
That's the thing, I'm not using it. I'm asking...

That's the thing, I'm not using it. I'm asking you kindly if you could possibly point me in the right direction as to where I can find how to use it and how to impliment it into my PHP file. I've...
Forum: vB3 General Discussions 09-25-2008, 04:54 AM
Replies: 5
Views: 1,581
Posted By Jacob B
I have no idea, that's why I'm asking. lol

I have no idea, that's why I'm asking. lol
Forum: vB3 General Discussions 09-25-2008, 04:04 AM
Replies: 5
Views: 1,581
Posted By Jacob B
fetch_avatar_url()

I'm looking for a way to fetch a users avatar to display inside a modification, a ticket support system. I've done a search and been through about 60+ pages of avatar modifications and can't find the...
Forum: vB3 General Discussions 09-24-2008, 05:21 AM
Replies: 3
Views: 682
Posted By Jacob B
It's part of a modification, so the footer,...

It's part of a modification, so the footer, header, etc. is all included - so the copyright will be as well. I figured it out, anyway - I had the editorid wrong, and forgot to put the module in.
...
Forum: vB3 General Discussions 09-24-2008, 05:03 AM
Replies: 5
Views: 1,360
Posted By Jacob B
Nothing should be inserted into your global.php...

Nothing should be inserted into your global.php file unless told to do so by a member of staff at www.vbulletin.com as part of a support issue.



When you're creating a vBulletin-powered page,...
Forum: vB3 General Discussions 09-24-2008, 01:55 AM
Replies: 5
Views: 1,360
Posted By Jacob B
You need to put this code in your PHP file after...

You need to put this code in your PHP file after you've set the PHP environment.

// ########################## REQUIRE BACK-END ############################
require_once('./global.php');
Forum: vB3 General Discussions 09-24-2008, 01:49 AM
Replies: 1
Views: 776
Posted By Jacob B
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=101368&highlight=photoplog" target="_blank">Photoplog: The Lite Gallery</a>

vBulletin 3.7.3 already has an album feature.
Forum: vB3 General Discussions 09-24-2008, 01:42 AM
Replies: 6
Views: 1,023
Posted By Jacob B
I've never used Goldbrick, but it means the...

I've never used Goldbrick, but it means the template is out of date.

You need to find all forms within the Goldbrick modification and put the following in before the 'Submit' buttons.

<input...
Forum: vB3 General Discussions 09-23-2008, 08:14 PM
Replies: 3
Views: 682
Posted By Jacob B
Help!!

Does vB have the ability to pull the standard editor to non-vB pages? If so, what PHP do I use for $editorid?

I want this editor on a non-vB page:

http://www.ausdefence.com/images/editorone.bmp
Forum: vBulletin 3.7 Add-ons 09-23-2008, 01:19 AM
Replies: 813
Add-On Releases - PS - HelpCenter
Views: 131,470
Posted By Jacob B
How come when I have the standard editor enabled...

How come when I have the standard editor enabled for quick reply (i.e. showthread) the quick reply for the ticket system shows the full editor? This is how it should appear.
...
Forum: vB3 General Discussions 09-23-2008, 12:12 AM
Replies: 1
Views: 531
Posted By Jacob B
Bump. --------------- Added 1222144509 at...

Bump.

--------------- Added 1222144509 at 1222144509 ---------------

No idea?
Showing results 1 to 25 of 45

 
Forum Jump

All times are GMT. The time now is 07:55 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.01854 seconds
  • Memory Usage 2,042KB
  • 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
  • (21)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