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

Showing results 1 to 25 of 137
Search took 0.01 seconds.
Search: Posts Made By: kpmedia
Forum: vB4 General Discussions 12-08-2017, 05:37 AM
Replies: 2
Views: 362
Posted By kpmedia
Form to create new post?

For thread in a specific forum category, I want for the posts by the members to have specific info. Certain data is required.

I'm thinking this action would require either:
(1) Replace existing...
Forum: vB3 General Discussions 12-08-2017, 05:19 AM
Replies: 1
Views: 430
Posted By kpmedia
Form to create new post?

For thread in a specific forum category, I want for the posts by the members to have specific info. Certain data is required.

I'm thinking this action would require either:
(1) Replace existing...
Forum: vB3 General Discussions 07-14-2017, 04:33 AM
Replies: 10
Views: 2,975
Posted By kpmedia
Modern Godaddy is not Godaddy of yesteryear....

Modern Godaddy is not Godaddy of yesteryear. Parsons stepped down in late 2014, and it's been improving ever since.

For shared, it's actually quite decent these days.

The real "shit hosts" in...
Forum: vB3 General Discussions 07-14-2017, 04:28 AM
Replies: 1
Views: 488
Posted By kpmedia
vB4 to vB3 plugin syntax help?

I found a simple vB4 plugin that does what I need ... but I'm on vB3.8.x
$current_thread = $thread['threadid'];
$query = $vbulletin->db->query_first_slave("
SELECT user.usergroupid,...
Forum: vB4 General Discussions 03-28-2017, 08:25 AM
Replies: 14
Views: 865
Posted By kpmedia
For whatever reason, this just does not work on...

For whatever reason, this just does not work on vB3.

How would I go about creating a plugin to grab the post starter usergroup?
I'm really rusty, but something like:

if...
Forum: vB4 General Discussions 12-18-2016, 08:06 AM
Replies: 14
Views: 865
Posted By kpmedia
I'm just not getting that result on 3 or 4. ...

I'm just not getting that result on 3 or 4.

And the vB3 conditional should be:
<if condition="is_member_of($thread, array(6))">
Correct?

..
Forum: vB4 General Discussions 12-18-2016, 07:14 AM
Replies: 14
Views: 865
Posted By kpmedia
True, that is a bigger difference, if you're not...

True, that is a bigger difference, if you're not used to seeing both forums.

Well, I'd like to start with the vB3, and mirror it to the vB4, since it makes the development easier for me.

I can...
Forum: vB4 General Discussions 12-18-2016, 07:03 AM
Replies: 14
Views: 865
Posted By kpmedia
I need to do this on both vB3 and vB4 forums. I...

I need to do this on both vB3 and vB4 forums. I can change live code on a vB3 install, while the vB4 has the be done on a development server. The conditional statements barely change between 3 and 4....
Forum: vB4 General Discussions 12-18-2016, 06:40 AM
Replies: 14
Views: 865
Posted By kpmedia
I edited my above post several times. You may...

I edited my above post several times. You may want to re-read it, if I added anything pertient.

<td id="td_threadstatusicon_7670" class="alt1" style="cursor: pointer;">
<a rel="vB::AJAX"></a>...
Forum: vB4 General Discussions 12-18-2016, 06:17 AM
Replies: 14
Views: 865
Posted By kpmedia
That doesn't seem to work. The icon column is...

That doesn't seem to work. The icon column is still blank.

EDIT: This is working (showing something), but also not:

<vb:if condition="is_member_of($thread[postuserid], array(6,33))">

It's...
Forum: vB4 General Discussions 12-18-2016, 04:49 AM
Replies: 14
Views: 865
Posted By kpmedia
What would the correct conditional/syntax be? ...

What would the correct conditional/syntax be?

I just tried this, with no success:
<vb:if condition="is_member_of($vbulletin->thread[postuserid], 6, 33)">
</vb:if>
and
<vb:if...
Forum: vB4 General Discussions 12-18-2016, 03:51 AM
Replies: 14
Views: 865
Posted By kpmedia
Show icons for specific usergroup (threadstarter) in threadbit?

On the thread listing page (threadbit), in vB3 and vB4, I find the icons to the left of the thread title to be useless. To make that space useful, I'd like to show icons only for threads started by...
Forum: vB3 Design and Graphics Discussions 09-22-2015, 05:15 AM
Replies: 48
Views: 23,385
Posted By kpmedia
Some of us really appreciate your efforts for the...

Some of us really appreciate your efforts for the vB3.x community. :up:

And unlike the $500 no-name site (linked in one of the earlier posts), you're somebody that many of us already know. We...
Forum: vBulletin 3.6 Add-ons 08-17-2014, 12:30 AM
Replies: 9
Views: 5,533
Posted By kpmedia
This mod does not work in Google Chrome.

This mod does not work in Google Chrome.
Forum: vBulletin 3.6 Add-ons 08-16-2014, 11:49 PM
Replies: 13
New Posting Features - Minimum Characters Per Thread Title
Views: 7,498
Posted By kpmedia
Chrome browser is somehow ignoring this mod now.

Chrome browser is somehow ignoring this mod now.
Forum: vB3 General Discussions 08-20-2013, 02:12 PM
Replies: 3
Views: 752
Posted By kpmedia
I block IP ranges in the register.php file, check...

I block IP ranges in the register.php file, check again Stop Forum Spam, and have some time-based mods.
It keeps out everything but actual people. No bots get through.
Forum: vB3 Programming Discussions 07-17-2013, 05:04 AM
Replies: 0
Views: 940
Posted By kpmedia
Writing cron to sync users tables

I need help writing a cron job (PHP file in vBulletin to query the datbase).

Forum #1
- 001, admin, admin@site.com, ...
- 002, john, john@site.com,
- 007, sally, sally@sally.com.
- 010, me,...
Forum: vBulletin 3.8 Add-ons 05-10-2013, 01:40 AM
Replies: 469
Anti-Spam Options - Is Bot: Registration Time Check
Views: 162,817
Posted By kpmedia
So few people seem to realize the resource hit...

So few people seem to realize the resource hit spammers make. :erm:

The best way is to customize the register.php, and outright block IP ranges you don't need. For me, that's China, Russia, USA...
Forum: vBulletin 3.8 Add-ons 01-28-2013, 05:41 AM
Replies: 9
BB Code Enhancements - Cel PHP in Custom BBCode
Views: 5,753
Posted By kpmedia
This just does not work. It loads once, then...

This just does not work. It loads once, then disappears.
I've tried to alter it, my code, etc ...

..
Forum: vB3 Programming Discussions 10-22-2012, 05:10 AM
Replies: 3
Views: 693
Posted By kpmedia
There's really not any way to automatically set...

There's really not any way to automatically set DST based solely on geography. This is a manual setting that must be turned on/off, depending on whether the person is in a location that abides by DST...
Forum: vB3 Programming Discussions 10-22-2012, 05:08 AM
Replies: 4
Views: 1,102
Posted By kpmedia
There's realistically nothing that can be done...

There's realistically nothing that can be done here.

That the site was spammed around the same time you put up a banner is more likely coincidence than anything else. If that site doesn't want...
Forum: vB3 Programming Discussions 10-22-2012, 05:05 AM
Replies: 6
Views: 1,011
Posted By kpmedia
What does this mean? Explain in more details how...

What does this mean? Explain in more details how it works/fails.
Forum: vB3 General Discussions 10-21-2012, 09:11 PM
Replies: 4
Views: 768
Posted By kpmedia
Did you include all of the header code in the...

Did you include all of the header code in the header templates? (Or headinclude)
Forum: vB3 General Discussions 10-21-2012, 09:08 PM
Replies: 6
Views: 1,065
Posted By kpmedia
That's not hacking -- it's social engineering....

That's not hacking -- it's social engineering. Your mods need a swift kick in the pants.

The only way to "disable" this would be to hide it from that usergroup. But any vB user with common sense...
Forum: vB3 General Discussions 10-21-2012, 12:56 PM
Replies: 4
Views: 768
Posted By kpmedia
Are you replacing existing code, or adding...

Are you replacing existing code, or adding something completely new?
If replacing, then maybe some old code is still there.
Showing results 1 to 25 of 137

 
Forum Jump

All times are GMT. The time now is 09:11 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.02601 seconds
  • Memory Usage 2,055KB
  • 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
  • (26)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