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

Showing results 1 to 25 of 240
Search took 0.01 seconds.
Search: Posts Made By: WorldCraft
Forum: vBulletin 4.x Add-ons 10-09-2014, 03:25 PM
Replies: 3,497
Views: 24,553,327
Posted By WorldCraft
I noticed that when using the Newbies manager...

I noticed that when using the Newbies manager feature, if a user that is no longer a newbie changes their email address, after the user confirms their new email address, the plugin will re-flag and...
Forum: vBulletin 4.x Add-ons 08-26-2014, 08:35 PM
Replies: 147
Moderators Functions - vFcoders - Advanced Report System
Views: 51,715
Posted By WorldCraft
For #1, check my post here...

For #1, check my post here (https://vborg.vbsupport.ru/showpost.php?p=2416392&postcount=117)
Forum: vBulletin 4.x Add-ons 09-16-2013, 07:54 PM
Replies: 1,238
Views: 289,503
Posted By WorldCraft
visible is 1 for both thread and post tables for...

visible is 1 for both thread and post tables for entires in question.
Forum: vBulletin 4.x Add-ons 09-04-2013, 11:26 PM
Replies: 1,238
Views: 289,503
Posted By WorldCraft
- Edit - I did not notice others above have...

- Edit - I did not notice others above have reported this already.

I've been seeing a lot of N/A entries on profiles and after updating, it has revealed they're marked as Deleted Posts entries....
Forum: vB4 General Discussions 08-24-2013, 03:26 AM
Replies: 1
Views: 441
Posted By WorldCraft
This should work now, I looked around in the...

This should work now, I looked around in the templates a bit, and it looks like the content of the about me is kept in a vb:raw variable, so this css should be a better option.

#view-aboutme dt {...
Forum: vB4 Programming Discussions 08-05-2013, 10:41 PM
Replies: 6
Views: 799
Posted By WorldCraft
Got it working. All I was missing was the global....

Got it working. All I was missing was the global. I had implied that was included automatically. Sorry about that...but thank you for the help! :)
Forum: vB4 Programming Discussions 08-05-2013, 03:24 AM
Replies: 6
Views: 799
Posted By WorldCraft
I realize I don't use just that code...it's just...

I realize I don't use just that code...it's just that everything breaks when I use what was given above. I'll see if anything of use comes up in the error log.

Edit: Just wanted to point out that...
Forum: vB4 Programming Discussions 08-03-2013, 07:29 PM
Replies: 6
Views: 799
Posted By WorldCraft
For some reason that code above breaks, and...

For some reason that code above breaks, and forumhome is just a white page.
Forum: vB4 Programming Discussions 08-01-2013, 10:25 PM
Replies: 6
Views: 799
Posted By WorldCraft
Displaying forumstats in a sidebar block

Hello. I'm trying to move the Forum Statistics from What's Going On into a forum block. I read that it was possible to put the code in a template, and then just register the template in a PHP block....
Forum: vBulletin 4.x Add-ons 07-29-2013, 07:22 PM
Replies: 432
Miscellaneous Hacks - VSa - Advanced Registration
Views: 138,593
Posted By WorldCraft
I'm still on 4.2.0, can I install the new version...

I'm still on 4.2.0, can I install the new version now or should I wait until I'm on 4.2.1?

Thanks.
Forum: Modification Graveyard 07-25-2013, 03:45 AM
Replies: 1,063
Administrative and Maintenance Tools - vBulletin Cron Based Database Backup
Views: 179,852
Posted By WorldCraft
mysql -u username -p databasename <...

mysql -u username -p databasename < /path/to/backup.sql
Forum: Modification Graveyard 07-24-2013, 10:41 PM
Replies: 1,063
Administrative and Maintenance Tools - vBulletin Cron Based Database Backup
Views: 179,852
Posted By WorldCraft
When I try to restore one of these backups via...

When I try to restore one of these backups via SSH, I get the following error

ERROR 1265 (01000) at line 100114: Data truncated for column 'method' at row 1

An other backup I tried I got the...
Forum: vBulletin 4.x Add-ons 07-09-2013, 11:50 PM
Replies: 2,845
Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX]
Views: 489,075
Posted By WorldCraft
Not seeing the option to disable PMing. Is this...

Not seeing the option to disable PMing. Is this removed from the Lite version?
Forum: vBulletin 4.x Add-ons 04-14-2013, 10:02 PM
Replies: 147
Moderators Functions - vFcoders - Advanced Report System
Views: 51,715
Posted By WorldCraft
I have a solution to the issue where the Next...

I have a solution to the issue where the Next Page, Prev Page, etc buttons are not working.

Open ars_report.php (the file you uploaded to your modCP directory). And go to line 119, or this...
Forum: vBulletin 4.x Add-ons 03-12-2013, 02:03 AM
Replies: 29
Views: 10,077
Posted By WorldCraft
It doesn't work on the mobile theme because the...

It doesn't work on the mobile theme because the buttons there get an extra div, thus rendering the javascript unable to select the right elements. This would be a relatively easy fix, if only...
Forum: vB4 Programming Discussions 03-04-2013, 06:24 AM
Replies: 0
Views: 405
Posted By WorldCraft
PHP variable for parent and child forums?

I'm writing a few plugins that disable certain vB settings for certain forums. Instead of needing to write something like:
if ($GLOBALS[forumid] == forumparent1 || $GLOBALS[forumid] == forumchild1...
Forum: vBulletin 4.x Add-ons 02-24-2013, 06:28 PM
Replies: 96
Miscellaneous Hacks - Who Quoted Me
Views: 23,241
Posted By WorldCraft
Works alright. I'd like to request the feature of...

Works alright. I'd like to request the feature of allowing users to choose if they want notifications on or off.
Forum: vBulletin 4.x Template Modifications 02-15-2013, 07:42 PM
Replies: 57
Forum Home Enhancements - Replace Help with Forgotten Password
Views: 15,297
Posted By WorldCraft
You can title the phrase however you want. Just...

You can title the phrase however you want. Just when you call it in the template you use this syntax: {vb:rawphrase phrase_name}
Forum: vB4 General Discussions 02-15-2013, 06:43 PM
Replies: 6
Views: 594
Posted By WorldCraft
Do you have any sort of custom modifications to...

Do you have any sort of custom modifications to your control panel?
Forum: vB4 Design and Graphics Discussions 02-15-2013, 02:27 AM
Replies: 3
Views: 691
Posted By WorldCraft
Very nice. Loving the map it uses! :up:

Very nice. Loving the map it uses! :up:
Forum: vB4 Design and Graphics Discussions 02-15-2013, 02:16 AM
Replies: 12
Views: 1,151
Posted By WorldCraft
Are you trying to make a CSS edit for one of your...

Are you trying to make a CSS edit for one of your tabs?
Forum: vB4 General Discussions 02-15-2013, 02:08 AM
Replies: 3
Views: 737
Posted By WorldCraft
Chrome lags on my board as well, so for now I...

Chrome lags on my board as well, so for now I treat it as a Chrome specific performance issue. It probably will lag more on custom themes than the Default Style as they are usually more CSS heavy...
Forum: vB4 General Discussions 02-14-2013, 02:32 PM
Replies: 1
Views: 372
Posted By WorldCraft
I don't see the images on your board, but perhaps...

I don't see the images on your board, but perhaps you could place a <div class="banner_rotate"> around the HTML that holds your images and you could do something like this in additional.css:
...
Forum: vB4 General Discussions 02-14-2013, 02:09 PM
Replies: 2
Views: 441
Posted By WorldCraft
I like to number my most used usergroups for the...

I like to number my most used usergroups for the sake of organization. If you rename the Banned usergroup to something like "0. Banned" or "* Banned *" it will put it to the top of the list.
Forum: vB4 General Discussions 02-14-2013, 03:18 AM
Replies: 0
Views: 287
Posted By WorldCraft
.htaccess Rewrite URL Help

Hi. Can I rewrite urls that point to image files such as.

http://mywebsite.com/images/1.png
http://mywebsite.com/images/2.png
http://mywebsite.com/images/x.png

So that they will appear as:
...
Showing results 1 to 25 of 240

 
Forum Jump

All times are GMT. The time now is 10:29 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.01918 seconds
  • Memory Usage 2,057KB
  • 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
  • (38)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