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

Showing results 1 to 25 of 80
Search took 0.00 seconds.
Search: Posts Made By: sifuhall
Forum: vB3 General Discussions 08-17-2012, 10:21 AM
Replies: 1
Views: 449
Posted By sifuhall
plugin to buy points?

I'm looking for a plugin or product for VB 3.8 that will allow a user to purchase "points" from Paypal.

I've seen lots of points plugins like vbCredits, iCash, etc but it doesn't appear that...
Forum: vB4 Programming Discussions 01-23-2010, 08:31 PM
Replies: 1
Views: 814
Posted By sifuhall
database ERD for import

I don't think I can wait for Impex and will begin designing my own content import.

I will be importing from Drupal into the vBulletin blogs and vBulletin CMS.

Does anyone have an ERD for the...
Forum: vB3 General Discussions 12-19-2009, 01:41 AM
Replies: 4
Views: 497
Posted By sifuhall
Thanks for the help. For anyone else that...

Thanks for the help.

For anyone else that has this issue you can delete the entries from the setting and setting_group tables
Forum: vB3 General Discussions 12-18-2009, 10:56 PM
Replies: 4
Views: 497
Posted By sifuhall
Thanks Lynne, The options appear in admincp...

Thanks Lynne,

The options appear in admincp under settings->options.

Unfortunately, since this isn't available anymore I don't have access to the instructions.

I've removed all the xml...
Forum: vB3 General Discussions 12-18-2009, 05:16 PM
Replies: 4
Views: 497
Posted By sifuhall
cinq's vbglossary

Many years ago I installed cinq's vbglossary for a short time.

I eventually uninstalled it, but the options have always remained in my admincp options.

I have got rid of all xml files that...
Forum: vB3 General Discussions 11-03-2009, 06:15 PM
Replies: 0
Views: 412
Posted By sifuhall
HTML in formatting first post?

Is it possible to allow html in only 1 forum, and for only the first post in the thread?

We are integrating an app to work with vbulletin and the app will make posts to a specific forum.

No one...
Forum: vB3 Programming Discussions 11-03-2009, 05:52 PM
Replies: 2
Views: 944
Posted By sifuhall
Thanks! global vbulletin was the answer.

Thanks! global vbulletin was the answer.
Forum: vB3 Programming Discussions 11-03-2009, 12:51 PM
Replies: 2
Views: 944
Posted By sifuhall
Creating a thread outside of vBulletin

I'm working on an application that will integrate with vBulletin and I need a set of fresh eyes and ideas to help.

I have code that will create a thread in vBulletin from a PHP page and it works...
Forum: vB3 General Discussions 10-04-2009, 10:49 PM
Replies: 0
Views: 431
Posted By sifuhall
selected item in print_select_row

I'm missing something basic with print_select_row.

Why does this have false selected?


print_select_row('Equipment Active', 'equipment_active', array("FALSE", "TRUE"),"TRUE");


here is the...
Forum: vB3 General Discussions 10-01-2009, 07:07 PM
Replies: 1
Views: 416
Posted By sifuhall
using javascript in admincp?

I'm working on a new product and it is going very well.

I've added my cpnav file and am working on my admin functions and I would like to use javascript to get a confirmation before something is...
Forum: vB3 General Discussions 09-24-2009, 03:07 PM
Replies: 7
Views: 728
Posted By sifuhall
Thanks Lynne!

Thanks Lynne!
Forum: vB3 General Discussions 09-24-2009, 02:36 PM
Replies: 7
Views: 728
Posted By sifuhall
Thanks for the reply. And yep, that part I...

Thanks for the reply.

And yep, that part I have. But how do I know the userid of the profile being viewed?
Forum: vB3 General Discussions 09-24-2009, 01:44 PM
Replies: 7
Views: 728
Posted By sifuhall
Sorry, I wasn't very clear at all. I should...

Sorry, I wasn't very clear at all.

I should have stated that I am making edits in the profile templates and want to display specific info only if the person viewing that profile is the owner of...
Forum: vB3 General Discussions 09-24-2009, 01:13 PM
Replies: 7
Views: 728
Posted By sifuhall
userid of profile

I need to determine if the user viewing the profile is the owner of the profile.

I can create a template conditional and know how to determine the user id of the person viewing the profile, but...
Forum: vB3 Programming Discussions 09-22-2009, 07:09 PM
Replies: 2
Views: 481
Posted By sifuhall
Thanks, Lynne!

Thanks, Lynne!
Forum: vB3 Programming Discussions 09-22-2009, 06:07 PM
Replies: 2
Views: 481
Posted By sifuhall
plugin looping within templates doc?

Can someone please point me to an example or doc about how to have a plugin populate two templates like this:

template A is the generic template and calls template B for each iteration of a loop
...
Forum: vB3 General Discussions 12-28-2008, 08:08 PM
Replies: 1
Views: 563
Posted By sifuhall
page and date

Are their built in variables I can call in the templates to display the page name (like FORUMHOME, etc)?

Also, is there a way to check today's date in a conditional?(for example, display an image...
Forum: vBulletin 3.6 Add-ons 09-20-2007, 07:07 PM
Replies: 60
Integration with vBulletin - vbDrupal 5
Views: 22,877
Posted By sifuhall
put the vbdrupal files in a directory like blogs,...

put the vbdrupal files in a directory like blogs, main, home, etc so the file names don't conflict.

Also, you will get much faster support responses by posting your issues and questions here:
...
Forum: ibProArcade Archive 07-18-2006, 04:24 PM
Replies: 2
Views: 725
Posted By sifuhall
That corrected it. Thank you.

That corrected it.

Thank you.
Forum: ibProArcade Archive 07-18-2006, 05:55 AM
Replies: 2
Views: 725
Posted By sifuhall
Missing phrases

Looks like I'm missing some phrases.

I'm running version 2.5.6+

I have downloaded the most recent product and reinstalled it (and selected yes to allow overwrite).

Attached is what I see at...
Forum: vB3 General Discussions 05-13-2006, 06:03 AM
Replies: 1
Views: 661
Posted By sifuhall
authentication question

It looks like the method for verifying the cookie bbpassword is:

MD5([database value for password] . [license #]) == $_COOKIE['bbpassword']

My question is where is the license # stored? I...
Forum: vB3 General Discussions 05-08-2006, 01:50 AM
Replies: 3
Views: 1,940
Posted By sifuhall
bbpassword versus password

I'm working on integration and have a questions.

How do I hash the bbpassword cookie to compare it to the password field in the user table?
Forum: vB3 General Discussions 04-21-2006, 05:13 AM
Replies: 0
Views: 628
Posted By sifuhall
determining which css

How does vbulletin determine which css file to use when store css as a file is selected?

I thought I could just use php function filemtime and get the file with the latest modified time, however...
Forum: vBulletin 3.5 Add-ons 02-07-2006, 12:27 AM
Replies: 5
Views: 2,278
Posted By sifuhall
Nope, sorry. It uses the vBulletin database and...

Nope, sorry. It uses the vBulletin database and user table to gather the birthdays.
Forum: vBulletin 3.5 Add-ons 02-06-2006, 10:00 PM
Replies: 5
Views: 2,278
Posted By sifuhall
vB Drupal Addon - Birthday Block

Note: This is an addon module for vB Drupal: Community Plumbing (https://vborg.vbsupport.ru/showthread.php?t=97341)

This plugin adds a new Happy Birthday block and lists all users with a birthday...
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT. The time now is 12:54 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.02880 seconds
  • Memory Usage 2,040KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (3)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