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

Showing results 1 to 25 of 190
Search took 0.01 seconds.
Search: Posts Made By: TJFweb
Forum: vB4 Programming Discussions 04-01-2011, 03:07 AM
Replies: 0
Views: 447
Posted By TJFweb
Allowing guest access for a specific hostname only?

Hi,

I run a registration-only forum for an academic group.

I have enabled vBulletin 4.1.2's Facebook functionality (such as the Like button) as I would like users to publish liked thread titles...
Forum: vB3 General Discussions 02-22-2009, 02:47 AM
Replies: 1
Views: 630
Posted By TJFweb
Completely customized index page for unregistered users?

Hi,

I'm developing a completely members-only forum, and I want to show a custom page with a bit of HTML formatting, text, and the vBulletin username and password login box to unregistered users.
...
Forum: vB3 Design and Graphics Discussions 01-18-2009, 04:38 AM
Replies: 0
Views: 694
Posted By TJFweb
Onmousover events for drop down navbar buttons? (Community, Search, Quicklinks)

Hi,

I'm developing a custom style and I'm trying to make a graphical navbar for my forums.

I've put my navbar in the header template, and so far it looks like this:

<!-- logo -->
<a...
Forum: vB3 General Discussions 12-30-2008, 04:35 AM
Replies: 2
Views: 788
Posted By TJFweb
Member blogs on vB 3.8?

Hi,

I was just wondering if there's an add-on for 3.8.x (or for an earlier version but which is compatible with 3.8.x) that allows each forum member to have their own journal / blog which shows on...
Forum: vB3 Programming Discussions 12-18-2008, 03:46 AM
Replies: 1
Views: 1,205
Posted By TJFweb
Setting user profile fields with the data manager

Hi,

Alright, I finally have a script working which will insert users into my vBulletin installation when POSTed to. See the following:


<?php
ob_start();
define('THIS_SCRIPT',...
Forum: vB3 Programming Discussions 12-16-2008, 08:23 AM
Replies: 4
Views: 799
Posted By TJFweb
Thanks for your help, Dismounted. I'll read up on...

Thanks for your help, Dismounted. I'll read up on using the data manager as per your advice.
Forum: vB3 Programming Discussions 12-16-2008, 06:00 AM
Replies: 4
Views: 799
Posted By TJFweb
Hi Dismounted, thanks for your reply. How...

Hi Dismounted, thanks for your reply.

How would I prevent someone from getting the URL to the data manager script on SERVER2 and then creating user accounts at will?
Forum: vB3 Programming Discussions 12-16-2008, 04:16 AM
Replies: 4
Views: 799
Posted By TJFweb
Data manager on an external server?

Hi,

I have the following problem:
My student database is stored on SERVER1, while my vBulletin installation is stored on SERVER2.

SERVER1 and SERVER2 are on different servers and have...
Forum: vB3 General Discussions 12-11-2008, 09:53 AM
Replies: 2
Views: 650
Posted By TJFweb
Hi Dismounted, thanks for your reply. I've...

Hi Dismounted, thanks for your reply.

I've tried escaping the dollar sign, but unfortunately it still goes to the same URL.
Forum: vB3 General Discussions 12-11-2008, 06:01 AM
Replies: 2
Views: 650
Posted By TJFweb
Site URL not working when redirected in AdminCP

Hi,

I'm currently setting up my vBulletin at a temporary preview URL on my new server at:

http://123.456.789.0/$sitepreview/domain.com/members/index.php (this is the preview URL generated by...
Forum: vB3 Design and Graphics Discussions 12-09-2008, 11:02 PM
Replies: 6
Views: 815
Posted By TJFweb
Hi Seven Skins, thanks for your help. I will have...

Hi Seven Skins, thanks for your help. I will have to revert all my templates and start again from scratch.
Forum: vB3 Design and Graphics Discussions 12-09-2008, 12:57 PM
Replies: 6
Views: 815
Posted By TJFweb
Hi Seven Skins, thanks for your reply. If...

Hi Seven Skins, thanks for your reply.

If you have time to have a look, the link is:

I'll leave the link up for a few hours.

Thanks!
Forum: vB3 Design and Graphics Discussions 12-09-2008, 12:37 PM
Replies: 6
Views: 815
Posted By TJFweb
Thanks for your swift reply, UncoderMom. I PM'ed...

Thanks for your swift reply, UncoderMom. I PM'ed you the URL to the board.

I think my problem is due to the fact that I've built a surrounding table with width=100% around the tborder table....
Forum: vB3 Design and Graphics Discussions 12-09-2008, 09:48 AM
Replies: 6
Views: 815
Posted By TJFweb
Please help me diagnose this annoying width problem

Hi,

Please see the attached screenshot.

I've combed through the postbit and SHOWTHREAD templates and can't determine what is causing this table to break out of my main table width.

Can...
Forum: Modification Graveyard 12-08-2008, 11:58 AM
Replies: 131
Views: 36,651
Posted By TJFweb
May I please request a multiquote button for vB...

May I please request a multiquote button for vB 3.8? Thanks :-)
Forum: vB3 Programming Discussions 12-03-2008, 12:24 PM
Replies: 4
Views: 1,101
Posted By TJFweb
Gosh, what was I thinking?! This was such a...

Gosh, what was I thinking?!

This was such a dumb question... Sorry, I haven't touched vBulletin from an administrative perspective for over a year now.

Thanks for all of the responses.
Forum: vB3 Programming Discussions 12-03-2008, 09:45 AM
Replies: 4
Views: 1,101
Posted By TJFweb
Hi RLShare, thanks for your reply. The only...

Hi RLShare, thanks for your reply.

The only problem is that I need to retain usergroup functionality for another purpose.
Forum: vB3 Programming Discussions 12-03-2008, 08:42 AM
Replies: 4
Views: 1,101
Posted By TJFweb
Username Prefix Mod?

Hi,

Does anyone know of a mod which will allow me to add prefixes to people's usernames?

I would like to give people's usernames prefixes such as Instructor, Senior Instructor, etc without...
Forum: vB3 Programming Discussions 04-17-2008, 05:48 AM
Replies: 3
Views: 1,165
Posted By TJFweb
Hi and thanks for your reply. I did consider...

Hi and thanks for your reply.

I did consider the datamanager option, but wouldn't it matter that the 'Student Resource Center' and the vBulletin are on two completely separate servers?
Forum: vB3 Programming Discussions 04-17-2008, 04:04 AM
Replies: 3
Views: 1,165
Posted By TJFweb
Adding users remotely? (Touches on integration)

Hi everyone,

The challenge I face is as follows:

We aim to run a Members Only vBulletin forum for students of our academic institution.
All of our student details are stored in a database on...
Forum: vBulletin 3.5 Add-ons 11-16-2007, 06:30 AM
Replies: 646
Views: 147,731
Posted By TJFweb
That's a shame. I was hoping to be able to...

That's a shame.

I was hoping to be able to use this mod to be able to categorise posts. For such application, a search or filter function would be essential.

Ideally I guess I need something...
Forum: vBulletin 3.5 Add-ons 11-15-2007, 09:20 AM
Replies: 646
Views: 147,731
Posted By TJFweb
Gio, if your mod includes the ability to search /...

Gio, if your mod includes the ability to search / filter threadfields and make them required, then I would love to see your mod!
Forum: vBulletin 3.6 Add-ons 11-12-2007, 01:36 PM
Replies: 91
Views: 27,108
Posted By TJFweb
Hi, Is it possible to select which forums...

Hi,

Is it possible to select which forums are taken into account when tallying up the posted thread count?

I have a few spammy forums which I don't want to include in the figure.

Thanks!
Forum: vBulletin 3.5 Add-ons 11-12-2007, 11:17 AM
Replies: 646
Views: 147,731
Posted By TJFweb
Is it possible to get drop down filter boxes on...

Is it possible to get drop down filter boxes on the forumdisplay?

Is this a premium feature?

Thanks.
Forum: vB3 General Discussions 11-09-2007, 11:49 AM
Replies: 2
Views: 1,155
Posted By TJFweb
Hi rpainter! Thanks for your reply. I've...

Hi rpainter! Thanks for your reply.

I've been doing a lot of research into achieving forum / post based article repository (without resorting to independent download scripts).

I came across...
Showing results 1 to 25 of 190

 
Forum Jump

All times are GMT. The time now is 04:52 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.05197 seconds
  • Memory Usage 2,063KB
  • 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
  • (15)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