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

Showing results 1 to 25 of 60
Search took 0.00 seconds.
Search: Posts Made By: SnakeV
Forum: News and Announcements 12-16-2015, 12:23 AM
Replies: 61
Views: 27,742
Posted By SnakeV
Congratulations Mark! :) You have helped a...

Congratulations Mark! :)

You have helped a lot of members and have it very well deserved.
Forum: vBulletin 4.x Add-ons 11-10-2015, 09:59 PM
Replies: 19
Administrative and Maintenance Tools - Advanced Noindex (Lite) (Count/Prune/Move) by Forumsetup.net
Views: 10,110
Posted By SnakeV
It's possible to combine two conditions at the...

It's possible to combine two conditions at the same time?

For example 'noindex' when thread has less than 200 words and has no replies.

Thanks!
Forum: vB4 Programming Discussions 10-23-2015, 08:43 PM
Replies: 0
Views: 515
Posted By SnakeV
Add CDN to external images in posts

I'm trying to include a CDN in all images embeded in posts.

For this purpose i have created a plugin with a simple preg_replace:

preg_replace("/<img...
Forum: vB4 Programming Discussions 10-16-2015, 12:16 PM
Replies: 1
Views: 566
Posted By SnakeV
Convert timestamp to readeable format?

Hi,

I'm trying to get the last reply date of a thread for displaying it on the SHOWTHREAD template.

I have found that $thread[lastpost] display the last reply on a timestamp, ex: 1444930933
...
Forum: vB3 Programming Discussions 10-04-2015, 01:56 AM
Replies: 1
Views: 1,437
Posted By SnakeV
SEO problem: Duplicate content in tags pages (vB3 BUG)

It seems that tag pages lack of a check for navigation like forumdisplay and showthread pages have. This generates a lot of duplicate content which could penalize forums in Google and other search...
Forum: vB3 General Discussions 06-30-2015, 05:37 PM
Replies: 14
Views: 2,689
Posted By SnakeV
First i would like to thank you kh99 and Ameise,...

First i would like to thank you kh99 and Ameise, the code on post #7 works perfectly for SHOWTHREAD and FORUMDISPLAY pages.

The unique problem is with tag pages, on the second page of the tags it...
Forum: vBulletin 3.8 Add-ons 03-01-2013, 11:41 PM
Replies: 96
Views: 33,885
Posted By SnakeV
It seems to be hopeless. It's a shame because...

It seems to be hopeless. It's a shame because this look very promising.
Forum: vB3 Programming Discussions 04-18-2012, 04:19 PM
Replies: 8
Views: 955
Posted By SnakeV
It looks like that it's not available in this...

It looks like that it's not available in this hook, what i can do for get it working?

Thanks

---

Got it working with: if ($GLOBALS['forumid'] == X)
Forum: vB3 Programming Discussions 04-18-2012, 01:45 AM
Replies: 8
Views: 955
Posted By SnakeV
Thanks, it works great! I was also trying to...

Thanks, it works great!

I was also trying to put an if in the same plugin for check forumid i used if ($foruminfo['forumid'] == 4) and if ($threadinfo['forumid'] == 4) but it doesn't want to work....
Forum: vB3 Programming Discussions 04-18-2012, 01:10 AM
Replies: 8
Views: 955
Posted By SnakeV
TIMENOW in Plugins

Hello,

I have the following code on hook threadfpdata_presave:

if($vbulletin->userinfo['joindate'] > TIMENOW - (86400 * 1))
{
$this->set('visible', 0);
}

However the if...
Forum: vB3 Programming Discussions 02-16-2012, 08:12 PM
Replies: 1
Views: 650
Posted By SnakeV
Thread moderation

Hi

I'm using hook: postdata_presave to sent to thread awaiting moderation when certain criteria is matched.

For sent the post to moderation i use this and works fine: $this->set('visible', 0);...
Forum: vB3 General Discussions 12-27-2011, 05:35 PM
Replies: 0
Views: 760
Posted By SnakeV
Database error on profiles when user have >1000 friends

When an user have more than 1000 friends in the Friends List the profile shows Database error:

Invalid SQL:

SELECT user.*, (user.options & 512) AS invisible , avatar.avatarpath, NOT...
Forum: Forum and Server Management 12-03-2011, 06:14 PM
Replies: 833
Views: 246,953
Posted By SnakeV
If anyone interested on doing support for similar...

If anyone interested on doing support for similar threads:

https://vborg.vbsupport.ru/showthread.php?p=2274364
Forum: vBulletin 3.8 Add-ons 08-18-2011, 11:15 PM
Replies: 22
Views: 4,815
Posted By SnakeV
Good catch. One question, did you use this...

Good catch.

One question, did you use this mod directly with it's default install code?

ALTER TABLE " . TABLE_PREFIX . "post ADD reports INT(10) UNSIGNED NOT NULL DEFAULT '0'

Because i have...
Forum: vBulletin 4.x Add-ons 07-26-2011, 04:10 PM
Replies: 47
Board Optimization - Load templates from XCache
Views: 13,252
Posted By SnakeV
+1 for 3.8x :)

+1 for 3.8x :)
Forum: Forum and Server Management 07-25-2011, 04:38 PM
Replies: 833
Views: 246,953
Posted By SnakeV
I'm under vB 3.8, and as far i know the...

I'm under vB 3.8, and as far i know the digitalpoint sphinx is only for vB 4.x.
Forum: Forum and Server Management 07-25-2011, 05:59 AM
Replies: 833
Views: 246,953
Posted By SnakeV
Anyone got this working with similar threads?, i...

Anyone got this working with similar threads?, i have installed all and it's working nice, except that.

I'm willing to pay if anyone can do this compatible with Similar Threads.
Forum: vBulletin 3.8 Add-ons 07-08-2011, 01:54 PM
Replies: 29
Views: 7,486
Posted By SnakeV
That's exactly what i'm looking!, do you have...

That's exactly what i'm looking!, do you have plans on releasing it or do you sell that Mod?

Thank you!
Forum: Modification Requests/Questions (Unpaid) 03-03-2011, 04:49 PM
Replies: 17
Views: 2,566
Posted By SnakeV
Would be great if you release the mod :) as you...

Would be great if you release the mod :) as you said this is an essencially feature for some community's.

Thanks :up:
Forum: vBulletin 4.x Add-ons 09-02-2010, 09:54 PM
Replies: 232
Moderators Functions - Moderation Auto-PM v4.0.6
Views: 66,796
Posted By SnakeV
It works fine for me using vB 3.8x

It works fine for me using vB 3.8x
Forum: vBulletin 3.8 Add-ons 08-27-2010, 04:35 AM
Replies: 469
Anti-Spam Options - Is Bot: Registration Time Check
Views: 164,715
Posted By SnakeV
Is possible to modify this plugin to work with...

Is possible to modify this plugin to work with newthread pages instead of register?
It should calculate the time between these pages:
newthread.php?do=newthread
newthread.php?do=postthread

I...
Forum: vB3 General Discussions 07-26-2010, 03:54 AM
Replies: 1
Views: 574
Posted By SnakeV
Condition for first page?

There is any condition for display some text ONLY on first page of a thread?.

Thanks!
Forum: vBulletin 3.6 Add-ons 03-26-2010, 02:19 AM
Replies: 381
Views: 267,396
Posted By SnakeV
Same issue, any have a fix for this? :confused:

Same issue, any have a fix for this? :confused:
Forum: vBulletin 4.x Add-ons 01-25-2010, 01:37 AM
Replies: 463
Views: 107,928
Posted By SnakeV
Wow thank you i was waiting for this. ...

Wow thank you i was waiting for this.

Installed and nominated for MOTM.
Forum: vBulletin 3.8 Add-ons 01-18-2010, 07:56 PM
Replies: 442
Views: 106,219
Posted By SnakeV
+1 :D

+1 :D
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT. The time now is 08: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.01596 seconds
  • Memory Usage 2,035KB
  • 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
  • (45)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