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

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: vb_guru
Forum: vB3 General Discussions 08-13-2006, 11:30 PM
Replies: 1
Views: 767
Posted By vb_guru
Getting at the Customfields in the Events table

I am working on project where I am taking the events that members have entered via the Calendar interface and allowing other members to search for and return a results set that breaks up the...
Forum: vB3 General Discussions 08-11-2006, 01:18 PM
Replies: 1
Views: 723
Posted By vb_guru
Any help?????

Any help?????
Forum: vB3 General Discussions 07-10-2006, 10:58 PM
Replies: 6
Views: 964
Posted By vb_guru
That would explain the problem. I will give that...

That would explain the problem. I will give that a try. Funny thing is that I went to the vbulletin.com user manual and looked at their coding standards and saw the $DB_site in the examples.

Paul...
Forum: vBulletin 3.5 Add-ons 07-10-2006, 10:51 PM
Replies: 233
Views: 29,862
Posted By vb_guru
The date will be for internal use only and will...

The date will be for internal use only and will probably be stored in a new MySQL column in the user table or it could possibly be another custom profile field. I am not exactly sure the best way to...
Forum: vBulletin 3.5 Add-ons 07-10-2006, 07:37 PM
Replies: 233
Views: 29,862
Posted By vb_guru
Thanks for the reply. I was able to change all...

Thanks for the reply. I was able to change all the names and have a whole separate page and nav link in the User CP. This is great.

One unrelated question, do you know how to put a time stamp...
Forum: vB3 General Discussions 07-10-2006, 07:31 PM
Replies: 6
Views: 964
Posted By vb_guru
3.54 I have checked the footer and that...

3.54


I have checked the footer and that looks good.

SELECT username, email, usergroupid, membergroupids, languageid, retaileremailaccept
FROM " . TABLE_PREFIX . "user
WHERE usergroupid...
Forum: vB3 General Discussions 07-10-2006, 07:23 AM
Replies: 6
Views: 964
Posted By vb_guru
Scheduled Task is not running

I have added a custom Scheduled Task. When I try to run it by clicking Run Now to just goes to the next page and shows the name of the cron job. There is no "Done" on the page. Here is the code:
...
Forum: vB3 General Discussions 07-09-2006, 06:04 PM
Replies: 2
Views: 774
Posted By vb_guru
Thanks for the reply. Can you be a little more...

Thanks for the reply. Can you be a little more specific? I am not sure what you mean.
Forum: Modification Graveyard 07-09-2006, 05:26 PM
Replies: 19
Views: 3,942
Posted By vb_guru
This is great:) Can this be used for vBulletin...

This is great:) Can this be used for vBulletin 3.54? I want to use something like this to send an e-mail to everyone that belongs to a certain user group that I manually assign them to.
...
Forum: vB3 General Discussions 07-09-2006, 05:16 PM
Replies: 2
Views: 774
Posted By vb_guru
How to send an e-mail when user group is changed?

How do I automatically send out an email to users that I have just manually changed their membership type? For example I want to send a welcome email to special members when I change them from...
Forum: vB3 General Discussions 07-09-2006, 03:59 PM
Replies: 1
Views: 1,056
Posted By vb_guru
I am also interested in this? Ideally I want the...

I am also interested in this? Ideally I want the custom profile field to automatically population with the date. I will have this hidden so the user doesn't see it. Then when the profile page that...
Forum: vBulletin 3.5 Add-ons 07-09-2006, 03:50 PM
Replies: 233
Views: 29,862
Posted By vb_guru
OK thanks for the reply. Here is what I want to...

OK thanks for the reply. Here is what I want to do.

In the left nav bar will be 3 different "Extra" links:
Extra1
Extra2
Extra3

This will link to 3 separate pages. Each page will have their...
Forum: vBulletin 3.5 Add-ons 07-08-2006, 08:35 PM
Replies: 233
Views: 29,862
Posted By vb_guru
This is great! I have installed it and now can...

This is great! I have installed it and now can really see the benefit of having multiple categories on the left nav bar. Is there any chance this will be updated for multiple categories?

Does...
Forum: vBulletin 3.5 Add-ons 07-08-2006, 04:56 AM
Replies: 243
Views: 57,411
Posted By vb_guru
Hi, Is it possible to e-mail (instead of PM)...

Hi,

Is it possible to e-mail (instead of PM) the winners of a competition. I want to have a long running competition where users enter a bunch of information into the profile fields. If I like...
Forum: vB3 General Discussions 07-02-2006, 07:36 PM
Replies: 3
Views: 844
Posted By vb_guru
I have the same request. I have been looking for...

I have the same request. I have been looking for a solution, but so far have not found anything.
Forum: vB3 General Discussions 06-28-2006, 08:02 AM
Replies: 0
Views: 526
Posted By vb_guru
User Profile Fields for Only 1 Group

I have created a special subgroup of registered users based upon a registration profile question. I want them to answer a bunch of questions only related to this subgroup. How to I do this so I can...
Forum: vB3 General Discussions 05-26-2006, 01:58 PM
Replies: 1
Views: 723
Posted By vb_guru
Pulling Events into a custom page table

I have users entering events and these events are showing up in the calendar. What I would like to do is pull these events from the database into a table on a custom VB page. Being able to sort the...
Forum: vB3 General Discussions 11-17-2004, 08:55 AM
Replies: 3
Views: 825
Posted By vb_guru
Help with <if condition="$show......... statements

How are the <if condition="$show......... statements in a template related to the the php code in the .php pages. For example I want to display some html in a template only if a certain condition is...
Forum: vB3 General Discussions 11-05-2004, 07:00 AM
Replies: 9
Views: 1,071
Posted By vb_guru
Thanks Colin I was able to get it to work based...

Thanks Colin I was able to get it to work based upon your comments
Forum: vB3 General Discussions 11-04-2004, 11:42 AM
Replies: 9
Views: 1,071
Posted By vb_guru
What do you mean exactly by output everything to...

What do you mean exactly by output everything to a var? As you can tell I am new to VB and have limited experience with PHP. How would I get all the variables($tripname $origination $destination ...
Forum: vB3 General Discussions 11-04-2004, 11:04 AM
Replies: 9
Views: 1,071
Posted By vb_guru
Hi Colin, Thanks for the repsonse. I have...

Hi Colin,

Thanks for the repsonse. I have been working on your idea and have had some success. I have created a new template and cleaned up the code a little. I am able to get one row of data to...
Forum: vB3 General Discussions 11-04-2004, 10:56 AM
Replies: 9
Views: 1,071
Posted By vb_guru
Hi Michael, thanks for the comment but I am...

Hi Michael, thanks for the comment but I am having a hard time getting this to work with MySQL queries. Any suggestions?
Forum: vB3 General Discussions 11-03-2004, 08:12 AM
Replies: 9
Views: 1,071
Posted By vb_guru
How do I get MySQL Query results into the right spot on the web page?

Hi,

I am modifying the USERCP area to include list of data retrieved from the database. I have a MySQL query that does a loop to return a record set and results in several rows of data being...
Forum: vB3 General Discussions 10-16-2004, 02:06 AM
Replies: 3
Views: 932
Posted By vb_guru
Hi Thanks for the reply. I found this in...

Hi Thanks for the reply. I found this in profile.php:

// Get Custom profile fields
$customfields = array();
fetch_profilefields(0);

However, I am not sure how this...
Forum: vB3 General Discussions 10-15-2004, 09:00 PM
Replies: 3
Views: 932
Posted By vb_guru
How Does $customfields Work?

I have moved $customfields around in the modifyprofile template within VB3 admin and then looked at the output on profile.php.

The thing that I do not understand is that it comes with its own...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT. The time now is 05:23 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.01619 seconds
  • Memory Usage 2,041KB
  • 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
  • (17)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