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

Showing results 1 to 25 of 242
Search took 0.02 seconds.
Search: Posts Made By: kh99
Forum: vBulletin 4.x Add-ons 10-24-2015, 01:26 PM
Replies: 19
Miscellaneous Hacks - Auto-Orient Uploaded Images
Views: 8,501
Posted By VBFguy
As this is specified for VB4, just wanted to...

As this is specified for VB4, just wanted to mention I installed it on 3.8.4 w/o modification and it works just fine on it as well.

And best of all, seems to have solved the sideways image...
Forum: vB3 Design and Graphics Discussions 09-25-2015, 06:45 AM
Replies: 2
Views: 1,262
Posted By Dave
When you edit a forum, there's an option called...

When you edit a forum, there's an option called "Default Sort Field". Set this to "Thread Start Time".
Forum: vBulletin 4.x Add-ons 08-06-2015, 02:44 AM
Replies: 375
Anti-Spam Options - reCAPTCHA v2 Human Verification
Views: 176,353
Posted By x iJailBreak x
The conflict is due to vBSocial 10 allowing...

The conflict is due to vBSocial 10 allowing people to reset their password via the header bar and it includes human verification - to fix, make an edit to the template...
Forum: vBulletin 4.x Add-ons 07-24-2015, 02:11 PM
Replies: 375
Anti-Spam Options - reCAPTCHA v2 Human Verification
Views: 176,353
Posted By bosanci28
Thanks for that info! Installed on v4.2.2 and...

Thanks for that info! Installed on v4.2.2 and works fine.
Thanks.
Forum: vBulletin 4.x Add-ons 07-23-2015, 10:10 PM
Replies: 375
Anti-Spam Options - reCAPTCHA v2 Human Verification
Views: 176,353
Posted By TorrentMan
thanks bud function perfect, very nice, keep up...

thanks bud
function perfect, very nice, keep up your good work..
Forum: vBulletin 4.x Add-ons 07-19-2015, 09:53 PM
Replies: 44
Miscellaneous Hacks - Human Verification on Login
Views: 11,486
Posted By boggseric
Tested with tapatalk on my forum and it worked...

Tested with tapatalk on my forum and it worked perfectly. I hope this stops those emails to users they have become a really big problem.
Forum: vB4 Programming Discussions 07-18-2015, 09:12 PM
Replies: 15
Views: 727
Posted By Replicant
This is too funny......

This is too funny......
Forum: vB4 Programming Discussions 07-18-2015, 12:06 PM
Replies: 4
Views: 1,112
Posted By Zachery
There should still be the plugin option to...

There should still be the plugin option to disable that stuff. However I would assume the addon is having an issue.
Forum: vB4 General Discussions 07-16-2015, 09:17 PM
Replies: 9
Views: 563
Posted By Max Taxable
The Super Administrator as defined in the...

The Super Administrator as defined in the config.php file is the only one that can set all other admin permissions. That's why.
Forum: vB4 Programming Discussions 07-14-2015, 03:10 PM
Replies: 4
Views: 559
Posted By Kwikms
Little typo there vb.raw -> vb:raw but it works....

Little typo there vb.raw -> vb:raw but it works. thanks :)
Forum: vB4 General Discussions 07-11-2015, 10:38 PM
Replies: 8
Views: 2,314
Posted By RichieBoy67
If you have the setting for skype set to yes it...

If you have the setting for skype set to yes it will pull the user icon directly from skype. Just turn it off and it will pull from your theme.
Forum: vB4 General Discussions 07-11-2015, 02:06 PM
Replies: 6
Views: 538
Posted By Skyrider
I think what you are looking for is an easier...

I think what you are looking for is an easier approach, like this:

https://vborg.vbsupport.ru/showthread.php?t=293490
Forum: vB4 General Discussions 07-11-2015, 12:14 PM
Replies: 11
Views: 593
Posted By Mr basil
Here the original line: protected function...

Here the original line:

protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)

I tried to replace it with your code but it give same error...
Forum: vB4 General Discussions 07-08-2015, 10:37 AM
Replies: 11
Views: 955
Posted By Skyrider
Course: ...

Course:

http://support.hostgator.com/articles/specialized-help/technical/phpmyadmin/searching-through-a-mysql-database-in-phpmyadmin

Just search for the word/line you are looking for, and edit...
Forum: Community Lounge 07-03-2015, 09:07 PM
Replies: 60
Views: 6,344
Posted By MarkFL
That you believe the Bible is the word of God is...

That you believe the Bible is the word of God is something you believe on faith, which is fine for you. However, there is no compelling evidence for this, and without such evidence, I have no reason...
Forum: vBulletin 4.x Add-ons 07-02-2015, 12:27 AM
Replies: 375
Anti-Spam Options - reCAPTCHA v2 Human Verification
Views: 176,353
Posted By djbaxter
Update: You were correct, kh99. It was just a...

Update: You were correct, kh99. It was just a short delay updating the API keys.

All working fine now. Thank you. :)
Forum: vB4 General Discussions 06-30-2015, 02:32 PM
Replies: 18
Views: 2,522
Posted By Fields
I used the following site after I installed a...

I used the following site after I installed a certificate:

https://www.whynopadlock.com/

It tells you which elements aren't called securely.
Forum: vB4 General Discussions 06-30-2015, 12:06 PM
Replies: 18
Views: 2,522
Posted By CAG CheechDogg
You need to check your site for anything that has...

You need to check your site for anything that has "http" links in it like images, links, javascripts and external stylesheets ...

In may take some time ...
Forum: vB4 Programming Discussions 06-29-2015, 10:05 AM
Replies: 8
Views: 534
Posted By Bastien
Thank you it works great ! :)

Thank you it works great ! :)
Forum: vB4 General Discussions 06-29-2015, 12:36 AM
Replies: 6
Views: 744
Posted By MarkFL
This is what I wound up doing, only executing the...

This is what I wound up doing, only executing the sort if the user can see the data and I wanted a case-insensitive sort as well:

if ($show['wrt'])
{

if...
Forum: vB4 General Discussions 06-28-2015, 09:20 PM
Replies: 6
Views: 744
Posted By Paul M
If you replace this ; uasort($wrtlist,...

If you replace this ;


uasort($wrtlist, 'wrt_compare_username');


With this ;


$wrtlist[$count]['comma'] = $vbphrase['comma_space'];
Forum: vB3 Programming Discussions 06-27-2015, 05:27 PM
Replies: 17
Views: 2,357
Posted By TheLastSuperman
I believe Kevin (kh99) meant to convey that...

I believe Kevin (kh99) meant to convey that unless your site has actual traffic 24/7/365 the cron job may or may not always run every minute (or 5/10/15/etc/etc) FROM vBulletin IF no traffic is on...
Forum: vB4 General Discussions 06-04-2015, 01:22 PM
Replies: 4
Views: 254
Posted By MarkFL
Try changing it to: <!--CURRENT RANK...

Try changing it to:

<!--CURRENT RANK SECTION-->


My current donator rank is:

<vb:if condition="is_member_of($vbulletin->userinfo, 6)">
<img src="images/crowns/admin.png"><span...
Forum: vBulletin 4.x Add-ons 06-04-2015, 12:21 PM
Replies: 93
Views: 23,827
Posted By ProfC
Awesome, thank you. I'll give it a go later today...

Awesome, thank you. I'll give it a go later today ^^
Forum: vB4 General Discussions 06-04-2015, 10:07 AM
Replies: 11
Views: 783
Posted By cellarius
I gather you did some standard debugging. As I...

I gather you did some standard debugging. As I said in another thread: If something does not work, start simple.

Have you tried setting your variable to something else than true, then printing...
Showing results 1 to 25 of 242

 
Forum Jump

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