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

Showing results 1 to 25 of 105
Search took 0.01 seconds.
Search: Posts Made By: nerbert
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-18-2015, 02:41 AM
Replies: 6
Views: 628
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-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,291
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 General Discussions 02-02-2015, 10:29 PM
Replies: 2
Views: 301
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, 02:25 AM
Replies: 6
Views: 543
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: 501
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-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 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: Community Lounge 01-25-2015, 05:04 PM
Replies: 35
Views: 2,865
Posted By nerbert
I just announced on my forum today that I want...

I just announced on my forum today that I want everyone to keep an eye open for any bugs and warnings so I can fix them all and then keep error/warning reporting enabled so I can handle any new...
Forum: vB4 General Discussions 01-24-2015, 05:02 AM
Replies: 2
Views: 244
Posted By nerbert
.postbitlegacy .userinfo .username_container { ...

.postbitlegacy .userinfo .username_container {
margin-bottom: 8px;
text-align: center;
}

in additional.css (I think)
Forum: Community Lounge 01-24-2015, 03:04 AM
Replies: 76
Views: 8,037
Posted By nerbert
Sounds like we're beating a dead horse here. vB 5...

Sounds like we're beating a dead horse here. vB 5 has problems and it's hard/impossible to make mods for it.

I'm upgrading to vB 4.2.3 as soon as my other admin can get away from his busy...
Forum: Modification Requests/Questions (Unpaid) 01-23-2015, 11:11 PM
Replies: 10
Views: 845
Posted By nerbert
Here we go. This adds an additional hidden input...

Here we go. This adds an additional hidden input to enabled forums for server checking in case someone posts with JavaScript disabled. The server returns an error message if no attachment is...
Forum: Modification Requests/Questions (Unpaid) 01-22-2015, 02:56 AM
Replies: 5
Views: 1,084
Posted By nerbert
I'm pretty sure this would do it <if...

I'm pretty sure this would do it


<if condition="$forum['statusicon'] == 'new'">NEW POSTS IN THIS FORUM</if>


EDIT: I didn't notice this was for vB3. Edited code accordingly. From the icons...
Forum: vBulletin 4.x Add-ons 01-19-2015, 01:06 AM
Replies: 38
Administrative and Maintenance Tools - AJAX File Manager For Your Admin CP
Views: 6,830
Posted By nerbert
I've just updated File Manager to Version 1.2....

I've just updated File Manager to Version 1.2. This new version uses sprites for faster loading. I tried to identify all the different file types and make icons for them but I may have missed some....
Forum: Community Lounge 01-17-2015, 09:36 PM
Replies: 31
Views: 3,392
Posted By nerbert
Pardon me for getting all philosophical about...

Pardon me for getting all philosophical about this, but I use the people here for for my own selfish purposes.

I learned long ago that a life of fun is pretty trivial and frivolous. What makes...
Forum: vBulletin 4.x Add-ons 01-17-2015, 08:59 PM
Replies: 57
Miscellaneous Hacks - Thread & Forum Ignore System
Views: 41,876
Posted By nerbert
I've overhauled this product so it now works in...

I've overhauled this product so it now works in New Posts, Today's Posts, Forum Display and Forum Home. Users can choose where it is active. See the opening Post for details
Forum: vB4 Design and Graphics Discussions 01-15-2015, 03:56 AM
Replies: 12
Views: 752
Posted By nerbert
I got it looking pretty good by using inline...

I got it looking pretty good by using inline styles;

Find <div id="header"


<div id="header" class="floatcontainer doc_header" style="height: 230px;">
<a name="top" href="forum.php?"...
Forum: vB4 General Discussions 01-15-2015, 01:55 AM
Replies: 7
Views: 397
Posted By nerbert
Check in Post / Thread Permissions that users can...

Check in Post / Thread Permissions that users can edit their own posts for the forums you're having trouble with.
Forum: vB4 Programming Discussions 01-11-2015, 02:49 PM
Replies: 16
Views: 1,056
Posted By nerbert
It happens I'm working on an update to a mod that...

It happens I'm working on an update to a mod that ignores a list of forums. Here's a little code snippet for not listing selected forums:


$ignore_array = array(11,12,23,24); //example of...
Forum: vBulletin 4.x Add-ons 01-01-2015, 01:08 AM
Replies: 182
Views: 21,899
Posted By nerbert
I'm working on this. I'm also tidying up the code...

I'm working on this. I'm also tidying up the code so it will be a day or so. Keep an eye on this thread.
Forum: Community Lounge 12-30-2014, 04:54 AM
Replies: 6
Views: 1,495
Posted By nerbert
That's just so the author/developer can use the...

That's just so the author/developer can use the first few response posts to give more information later without his post showing up at position 50 or 100
Forum: vB4 General Discussions 12-05-2014, 01:31 AM
Replies: 35
Views: 1,490
Posted By nerbert
To store in datastore require_once(DIR ....

To store in datastore

require_once(DIR . '/includes/functions.php');
build_datastore('countries', serialize($countries), 1);



You need a plugin in "init_startup"

if(THIS_SCRIPT ==...
Forum: vB4 General Discussions 12-04-2014, 09:19 PM
Replies: 35
Views: 1,490
Posted By nerbert
I don't think you can use file_get_contents() to...

I don't think you can use file_get_contents() to read a file you aren't hosting on your own site.

You should make your own file for that


{"BD": "Bangladesh", "BE": "Belgium", "BF": "Burkina...
Showing results 1 to 25 of 105

 
Forum Jump

All times are GMT. The time now is 10:52 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.01761 seconds
  • Memory Usage 2,052KB
  • 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
  • (35)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