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

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: kkinsey
Forum: vB5 Programming Discussions 03-19-2018, 05:29 PM
Replies: 3
Views: 999
Posted By kkinsey
Just a guess, but either provide the full path...

Just a guess, but either provide the full path here:

vB5_Frontend_Application::init('config.php');

Or (possibly better), use PHP's chdir (https://php.net/chdir)() to change the script's...
Forum: vB5 Programming Discussions 03-19-2018, 05:26 PM
Replies: 2
Views: 710
Posted By kkinsey
Where did you place this code? It should go...

Where did you place this code?

It should go in the <head> of the document, which means that in vBulletin it should (probably*) be in the "headinclude" template.

* this is assuming vB5, a fairly...
Forum: vBulletin 4.x Add-ons 11-28-2016, 02:31 PM
Replies: 1,226
Views: 317,664
Posted By kkinsey
Hello, I've been instructed by mangement to...

Hello,

I've been instructed by mangement to investigate DragonByte SEO. I need to know if your licensing would allow us to install the product in a sandbox (devel.foo.com on the LAN) and then...
Forum: General Articles 02-18-2015, 05:43 PM
Replies: 25
Views: 68,610
Posted By kkinsey
Thanks, much! Any reason you didn't do:d =...

Thanks, much!

Any reason you didn't do:d = new Date();document.write(d.getFullYear());?
Forum: vB4 General Discussions 12-04-2013, 06:03 PM
Replies: 6
Views: 686
Posted By kkinsey
You assume that we actually know something about...

You assume that we actually know something about it. ;)
Forum: vB4 General Discussions 12-04-2013, 02:50 PM
Replies: 4
Views: 437
Posted By kkinsey
Thank you, folks. This is, at least, some start...

Thank you, folks. This is, at least, some start towards understanding the issue.

Justin, I've not been able to find any images associated with the posts.

Max, I was pretty sure they were...
Forum: vB4 General Discussions 12-03-2013, 02:42 PM
Replies: 4
Views: 437
Posted By kkinsey
What's with the useless, inane, post-boosting thank you posts?

Hello,

My boss is responsible for moderating our community sites.

He's noticed an increase in what appear to be useless "bumps" of old threads, with inane platitudes and useless content ("What...
Forum: vB4 General Discussions 01-17-2013, 01:26 PM
Replies: 10
Views: 6,480
Posted By kkinsey
Well, first ... why do you want to change the ini...

Well, first ... why do you want to change the ini setting? Obviously the vB codesbase has it there for a reason.

The error is what it says; in line 6988 of functions.php (probably the function...
Forum: vB4 General Discussions 12-27-2012, 02:20 PM
Replies: 3
Views: 965
Posted By kkinsey
https://www.vbulletin.com/forum/entry.php/2504-vBu...

https://www.vbulletin.com/forum/entry.php/2504-vBulletin-4-1-11
Forum: vB4 Programming Discussions 08-20-2012, 01:56 PM
Replies: 3
Views: 776
Posted By kkinsey
Thank you, John! Very helpful :)

Thank you, John! Very helpful :)
Forum: vBulletin 4 Articles 07-06-2012, 02:05 PM
Replies: 1,120
Views: 263,722
Posted By kkinsey
Indeed, it does. I just wasn't thinking...

Indeed, it does.

I just wasn't thinking inside the framework ;)

//this won't work
$foo = $vbulletin->input->clean_gpc('s',$_SERVER['SOME_VAR'],TYPE_NOHTML);
// this is correct!
$bar =...
Forum: vBulletin 4 Articles 07-05-2012, 04:23 PM
Replies: 1,120
Views: 263,722
Posted By kkinsey
Hmm, doesn't seem like I can. I had already...

Hmm, doesn't seem like I can. I had already discovered clean_gpc in the developer's guide; tried it with 'r' and 'p' ... null string result. And 's' is also null.

Guess I'll need to hunt down...
Forum: vBulletin 4 Articles 07-05-2012, 12:47 PM
Replies: 1,120
Views: 263,722
Posted By kkinsey
Are you feeding the rssfeed variable into the...

Are you feeding the rssfeed variable into the template?$templater = vB_Template::create('my_page');
$templater->register_page_templates();
$templater->register('pagetitle',...
Forum: vBulletin 4.x Add-ons 07-02-2012, 07:13 PM
Replies: 118
Views: 49,121
Posted By kkinsey
Thanks ... and thanks for the mod. Recently...

Thanks ... and thanks for the mod.

Recently converted 3 professional sites from a CFML forum to vB. We can't have pr0n and Canadian pharmaceuticals run all our members away. Your Mod helped us...
Forum: vBulletin 4.x Add-ons 07-02-2012, 03:37 PM
Replies: 118
Views: 49,121
Posted By kkinsey
Is this the only reason to upgrade? We're...

Is this the only reason to upgrade?

We're using 0.9 (very helpful, thanks!!!!) --- trying to figure out if we should "keep current". General feeling is "yes", but ... y'know....:erm:
Forum: vB4 General Discussions 06-28-2012, 01:27 PM
Replies: 7
Views: 2,072
Posted By kkinsey
Lynne --- is this still valid info? I've...

Lynne --- is this still valid info?

I've added a plugin to product "vBulletin" at the "process_templates_complete" hook. The PHP code is:$template_hook['navbar_quick_links_menu_pos1'] .= '<li>My...
Forum: vBulletin 4 Articles 06-21-2012, 08:20 PM
Replies: 1,120
Views: 263,722
Posted By kkinsey
Doh! Too much stuff this week for brain to...

Doh! Too much stuff this week for brain to function properly! Thanks much!

Where do you want your cookies sent? :)
Forum: vBulletin 4 Articles 06-21-2012, 04:29 PM
Replies: 1,120
Views: 263,722
Posted By kkinsey
Well, Lynne, I want to thank you very much for...

Well, Lynne, I want to thank you very much for the article; I've used it with success here @work (up to a point), but I'm very sorry I have to chime in with YAQ (Yet another question).

On our...
Forum: vB4 General Discussions 04-17-2012, 04:24 PM
Replies: 12
Views: 1,613
Posted By kkinsey
Well, I'm a little confused - CMS widgets only...

Well, I'm a little confused - CMS widgets only show up on the content.php page anyway --- which is "home" on most sites.

That out of the way, a PHP widget to do this could probably look something...
Forum: vB4 General Discussions 03-29-2012, 07:33 PM
Replies: 6
Views: 629
Posted By kkinsey
Quid pro quo: not an experienced vB admin. ...

Quid pro quo: not an experienced vB admin.

How would you normally debug this? Do you have, say, Firefox with Firebug installed?

Chrome also has a built-in debugger (which I think is there by...
Forum: vB4 General Discussions 03-29-2012, 07:28 PM
Replies: 2
Views: 605
Posted By kkinsey
Thank you! Great information. I'll talk...

Thank you! Great information.

I'll talk with "the boss" about the logo hack. We tend to like "simple" when we can get it ;)
Forum: vB4 General Discussions 03-29-2012, 03:41 PM
Replies: 2
Views: 605
Posted By kkinsey
Can AdminCP show the site's name/URL?

I'm "in charge" :rolleyes: of a fairly large number of sites.

Among these are 4 sites with forums; two of them are vB, and the other two will be moving soon.

Being an avid fan of tabbed...
Forum: vB4 General Discussions 02-28-2012, 06:02 PM
Replies: 3
Views: 375
Posted By kkinsey
Yes, global.php is required, and we get past that...

Yes, global.php is required, and we get past that point.

And no lint issues:

$php -l pfs.php
No syntax errors detected in pfs.php

I will check the server logs, though --- thanks.
...
Forum: vB4 General Discussions 02-28-2012, 05:14 PM
Replies: 3
Views: 375
Posted By kkinsey
Created new page ... How do I get the footer in it?

Hello,

I'm sorry if this is a FAQ. I've searched a bit and haven't been able to glean an answer from what I've read.

Per management, I've added a new page to a development site. Everything...
Forum: vB4 Programming Discussions 01-12-2012, 01:49 PM
Replies: 3
Views: 1,983
Posted By kkinsey
What vBulletin version are you running? I...

What vBulletin version are you running?

I don't think md5('passwordstring') works anymore. Last time I looked at the code the password was double-encrypted along with the user's salt ... I could...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT. The time now is 07:00 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.02529 seconds
  • Memory Usage 2,039KB
  • 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
  • (31)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