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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: nerbert
Forum: vBulletin 4.x Add-ons 05-21-2015, 07:44 PM
Replies: 57
Miscellaneous Hacks - Thread & Forum Ignore System
Views: 41,876
Posted By nerbert
As best I can recall I tried making it active in...

As best I can recall I tried making it active in Activity Stream but couldn't begin to figure out how to do it; I don't think there were hook locations available to modify the search. Kinda hard to...
Forum: vB4 Programming Discussions 03-08-2015, 03:55 PM
Replies: 2
Views: 456
Posted By nerbert
I don't understand exactly what you want but you...

I don't understand exactly what you want but you use "AND" and "OR" inside the quoted stuff in the conditional. For example:


<vb:if condition="$post['field5'] OR $post['field6'] OR...
Forum: vB4 General Discussions 03-05-2015, 10:42 PM
Replies: 4
Views: 574
Posted By nerbert
previewing posts Warning: preg_match():...

previewing posts
Warning: preg_match(): Compilation failed: invalid range in character class at offset 23 in ..../includes/class_wysiwygparser.php on line 481
includes/class_wysiwygparser.php
...
Forum: vB4 Programming Discussions 02-26-2015, 08:41 PM
Replies: 9
Views: 1,156
Posted By nerbert
Only console.log()? Or console.warn() and...

Only console.log()? Or console.warn() and console.info() too?

I can do it with regular expression search and replace.

EDIT

One thing I'm not sure what to do with though:
...
Forum: vB4 Design and Graphics Discussions 02-23-2015, 11:43 PM
Replies: 2
Views: 442
Posted By nerbert
It would have to be in the php file that calls...

It would have to be in the php file that calls the template. I think this would do it

if(!$show['member']
{
print_no_permission();
}


This should go right after...
Forum: vB4 Design and Graphics Discussions 02-18-2015, 02:41 AM
Replies: 6
Views: 631
Posted By nerbert
What ozzy said. It's in the "header"...

What ozzy said. It's in the "header" group
Forum: vB4 General Discussions 02-11-2015, 04:46 AM
Replies: 1
Views: 425
Posted By nerbert
Style Manager >Style Variable Editor >...

Style Manager >Style Variable Editor > ImagePaths
Forum: vB4 General Discussions 02-05-2015, 12:37 PM
Replies: 2
Views: 342
Posted By nerbert
Try this : <vb:if...

Try this :

<vb:if condition="$thread['rating'] >= 3">.....................................</vb:if>
Forum: vBulletin.org Site Feedback 02-04-2015, 01:08 AM
Replies: 14
Views: 1,293
Posted By nerbert
It's always been that way. The reason, I assume,...

It's always been that way. The reason, I assume, is that negotiation of terms with the thread author should be by PM only.
Forum: vB4 Programming Discussions 02-03-2015, 03:50 AM
Replies: 1
Views: 259
Posted By nerbert
this is what I have there ...

this is what I have there


unset($userarray, $userid, $username);

$parent_postids = fetch_post_parentlist($curpostid);
if (!$parent_postids)
{
$currentdepth = 0;
}
Forum: vB4 General Discussions 02-02-2015, 10:29 PM
Replies: 2
Views: 305
Posted By nerbert
<vb:if condition="$post['userid'] ==...

<vb:if condition="$post['userid'] == $vbulletin->userinfo['userid']">You made this post</vb:if>
Forum: vB4 General Discussions 01-31-2015, 08:47 PM
Replies: 8
Views: 582
Posted By nerbert
This is strange. Line 9 of forumdisplay.php is...

This is strange. Line 9 of forumdisplay.php is part of a comment block at the top of the file.


<?php
/*======================================================================*\
||...
Forum: vB4 General Discussions 01-31-2015, 03:12 AM
Replies: 6
Views: 546
Posted By nerbert
Yes I think you would have all the info from...

Yes I think you would have all the info from global.php. Either $vbulletin->foruminfo or $foruminfo should get all you would need. for the forum. And of course $vbulletin->userinfo
Forum: vB4 General Discussions 01-31-2015, 02:54 AM
Replies: 6
Views: 546
Posted By nerbert
But I hate editing templates! It would work...

But I hate editing templates!

It would work though. It would be a bit messy for several forums, I don't remember if you can use in_array() in a template conditional.
Forum: vB4 General Discussions 01-31-2015, 02:25 AM
Replies: 6
Views: 546
Posted By nerbert
What about a redirect in newthread.php that...

What about a redirect in newthread.php that redirects depending on the forum id?
Forum: vB4 General Discussions 01-29-2015, 01:17 PM
Replies: 4
Views: 502
Posted By nerbert
If you mean you want members to be able to...

If you mean you want members to be able to terminate their membership maybe this is what you want (I don't use this, so I don't know much about it)
...
Forum: vB4 General Discussions 01-29-2015, 07:07 AM
Replies: 5
Views: 946
Posted By nerbert
I have no idea what that could be but when things...

I have no idea what that could be but when things get really weird first thing to try is restarting your computer.
Forum: Modification Graveyard 01-29-2015, 02:17 AM
Replies: 31
Views: 18,342
Posted By nerbert
I've been looking at this too and I cannot...

I've been looking at this too and I cannot figure out where $vbulletin->userstats is updated. Surely somewhere in the required files for register.php the values for...
Forum: vB4 General Discussions 01-28-2015, 01:22 PM
Replies: 28
Views: 2,294
Posted By nerbert
I suppose big forums use completely automatic...

I suppose big forums use completely automatic member approval based various filtering methods. I manually approve every new member. I use this:

https://vborg.vbsupport.ru/showthread.php?t=268113...
Forum: vB4 Design and Graphics Discussions 01-27-2015, 08:33 PM
Replies: 4
Views: 807
Posted By nerbert
If you look at the sprite image you'll see there...

If you look at the sprite image you'll see there are three versions of each image. The most faded corresponds to the disabled state for the button; I'm not sure about the intermediate one. So first...
Forum: vB4 Design and Graphics Discussions 01-27-2015, 06:54 PM
Replies: 4
Views: 807
Posted By nerbert
All those button images are in...

All those button images are in images/editor/sprite.png. I verified the tree image is in there. It's odd that that one image you replaced is there by itself all lonely.
Forum: vB4 General Discussions 01-27-2015, 04:30 PM
Replies: 1
Views: 435
Posted By nerbert
This is how I solved it. You can take it or leave...

This is how I solved it. You can take it or leave it.

Line 481 includes/class_wysiwygparser.php


if (preg_match('#attachment\.php\?attachmentid=(\d+)#si', $img_url, $matches) AND...
Forum: vB4 General Discussions 01-27-2015, 04:04 PM
Replies: 12
Views: 1,160
Posted By nerbert
If you like the WYSIWYG you can always use that...

If you like the WYSIWYG you can always use that for normal posts but always switch to standard when you edit that one post with the links. I'm not sure this is actually a problem with the CK Editor...
Forum: vB4 Programming Discussions 01-26-2015, 09:10 PM
Replies: 15
Views: 763
Posted By nerbert
See Post #6. I did the same thing but kept both...

See Post #6. I did the same thing but kept both statements on the same line to preserve the original line numbering. Same goes for the contents of the next conditional.
Forum: vB4 General Discussions 01-25-2015, 11:51 PM
Replies: 11
Views: 990
Posted By nerbert
Have you tried Maintenance > Diagnostics >...

Have you tried

Maintenance > Diagnostics > Suspect File Versions

to test for edited files?
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 06:23 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.02458 seconds
  • Memory Usage 2,076KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (17)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