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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: jsharper
Forum: vBulletin 3.5 Add-ons 02-25-2006, 04:34 AM
Replies: 237
Views: 55,203
Posted By jsharper
Like JumpD said .. In the two plugins, change the...

Like JumpD said .. In the two plugins, change the first line:
$output.="
to
$output.='

and change the last line:
";
to
';
Forum: Modification Graveyard 01-21-2006, 05:28 PM
Replies: 957
Integration with vBulletin - Flashchat Integration for vB 3.5
Views: 189,878
Posted By jsharper
yayvb: you weren't the only one who took pause at...

yayvb: you weren't the only one who took pause at that instruction.
Forum: Modification Graveyard 12-12-2005, 11:54 PM
Replies: 957
Integration with vBulletin - Flashchat Integration for vB 3.5
Views: 189,878
Posted By jsharper
rb290, meet google. ...

rb290, meet google.

http://www.google.com/search?q=flashchat
Forum: vBulletin 3.0 Full Releases 12-02-2005, 11:21 PM
Replies: 169
Views: 30,943
Posted By jsharper
Amy, for the 3.5 version, you can use COOKIE_SALT...

Amy, for the 3.5 version, you can use COOKIE_SALT for the vbulletin license number, so that people installing it won't have to hardcode their own license number.
Forum: vBulletin 3 Articles 11-26-2005, 04:14 AM
Replies: 121
Views: 34,401
Posted By jsharper
Mark, The phpinclude_start template is gone...

Mark,
The phpinclude_start template is gone starting with 3.5. It is replaced with the plugins system. Try adding a new plugin with a hook location of global_start and put the phpAdsNew code in...
Forum: Modification Graveyard 11-14-2005, 05:20 PM
Replies: 957
Integration with vBulletin - Flashchat Integration for vB 3.5
Views: 189,878
Posted By jsharper
Paul, have you ever looked into vb integration...

Paul, have you ever looked into vb integration with the socket server? I was thinking I might dig in and see if it is doable, but didn't want to duplicate effort.

I'm thinking it might take some...
Forum: vB3 General Discussions 11-14-2005, 02:39 AM
Replies: 88
Views: 21,676
Posted By jsharper
I've been thinking of how to do vB user...

I've been thinking of how to do vB user integration with irc as well. I don't want anonymous/guest users to be able to connect.. so some sort of irc user auth would be needed. And how to handle...
Forum: vBulletin 3 Articles 10-07-2005, 02:36 AM
Replies: 121
Views: 34,401
Posted By jsharper
The invocation code given by phpadsnew is just a...

The invocation code given by phpadsnew is just a template or an example of how to display that particular zone. When you have more than one banner on a page, the invocation code for at least one of...
Forum: Modification Graveyard 08-24-2005, 06:25 PM
Replies: 156
Views: 35,017
Posted By jsharper
I haven't had a problem applying and using these...

I haven't had a problem applying and using these mods with 4.2.1. I purchased and install 4.2.1 last Friday.
Forum: vB Chat 08-20-2005, 02:58 AM
Replies: 0
Views: 1,463
Posted By jsharper
bug: logged out users can chat anonymously

If a user enters a room, and then logs out of vB, they can continue to speak in the room but there will be no username associated with what they say.. so they would essentially be speaking...
Forum: vB3 General Discussions 07-23-2005, 08:06 PM
Replies: 20
Views: 2,736
Posted By jsharper
Kirby, that was perfect -- Thanks! It worked...

Kirby, that was perfect -- Thanks! It worked great in my test site and will hopefully run on my prod site at midnight tonight.

Fortunately, Forum A has "Count Posts Made in this Forum Towards...
Forum: vB3 General Discussions 07-20-2005, 02:54 PM
Replies: 9
Views: 1,103
Posted By jsharper
What part didn't work? It will still redirect...

What part didn't work? It will still redirect you to the domain name, but the point of the hosts file change is that when your machine points at the domain name, you'll get the new server instead of...
Forum: vB3 General Discussions 07-20-2005, 06:11 AM
Replies: 20
Views: 2,736
Posted By jsharper
I have forum A that is publically viewable. I...

I have forum A that is publically viewable. I have forum B that is only viewable by admins. at midnight every night, I need to move ALL threads in forum A to forum B. So, the only rule to identify...
Forum: vB3 General Discussions 07-20-2005, 05:01 AM
Replies: 20
Views: 2,736
Posted By jsharper
automating thread moves between forums

I need to create some sort of scheduled task or cron job to move all of the threads from one forum to another forum on a daily basis... any suggestions on the best way to approach it? custom sql...
Forum: vB3 General Discussions 07-20-2005, 04:58 AM
Replies: 9
Views: 1,103
Posted By jsharper
try putting an entry in the hosts file...

try putting an entry in the hosts file (/etc/hosts or c:\windows\system32\drivers\etc\hosts for unix or windows respectively) on your workstation that points "url" to "new.ip".. then you (and only...
Forum: vBulletin 3 Articles 07-15-2005, 04:03 PM
Replies: 121
Views: 34,401
Posted By jsharper
Look up a few posts to post #53.

Look up a few posts to post #53.
Forum: vBulletin 3 Articles 07-09-2005, 05:35 PM
Replies: 121
Views: 34,401
Posted By jsharper
In case anyone else is running into this, a...

In case anyone else is running into this, a solution can be found here:
http://forum.phpadsnew.com/index.php?showtopic=8281

Jason
Forum: vBulletin 3 Articles 07-06-2005, 03:02 PM
Replies: 121
Views: 34,401
Posted By jsharper
I'm also having a logout problem. Whenever my...

I'm also having a logout problem. Whenever my phpinclude_start is calling phpadsnew.inc.php, my vBulletin logout function is broken. clicking Log Out just returns a blank page and doesn't actually...
Forum: Modification Graveyard 07-02-2005, 07:36 PM
Replies: 46
Major Additions - Image/File Uploader
Views: 12,486
Posted By jsharper
Is it me, or is www.all4actions.net down/dead?

Is it me, or is www.all4actions.net down/dead?
Forum: vB3 General Discussions 06-28-2005, 06:48 PM
Replies: 4
Views: 970
Posted By jsharper
Thanks! I was grepping for something obvious...

Thanks! I was grepping for something obvious like this but I apparently missed the includes directory.

While I was in there, I noticed a lot of (disabled) SMTP-sending code. Does anyone know if...
Forum: vB3 General Discussions 06-28-2005, 06:31 PM
Replies: 4
Views: 970
Posted By jsharper
disabling email sending

I'd like to disable the ability for my dev/test board instance to send out any email to avoid the possibility of an end user ever getting an email from the dev board (which causes nothing but...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 11:49 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.01592 seconds
  • Memory Usage 2,000KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (48)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete