The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 14
1
2
3
11
>
Last
»
Showing results 1 to 25 of 331
Search took
0.01
seconds.
Search:
Posts Made By:
Budget101
Forum:
vB4 Programming Discussions
01-17-2019, 10:14 AM
Replies:
0
Add Preview Break Automatically to ALL Pages
Views:
315
Posted By
Budget101
Add Preview Break Automatically to ALL Pages
Is there any way to add a Preview Break automatically to all previously published pages within the CMS?
I'd like to add it after a certain number of characters or words to every single post,...
Forum:
vB4 General Discussions
01-12-2019, 01:52 PM
Replies:
1
RSS Not Posting content
Views:
762
Posted By
Budget101
This older thread may provide a little insight:...
This older thread may provide a little insight:...
Forum:
vBulletin 4.x Add-ons
12-21-2018, 02:10 PM
Replies:
430
Miscellaneous Hacks -
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Views:
103,916
Posted By
Budget101
Ok, let's try it a different way... go to...
Ok, let's try it a different way...
go to admincp> forums & moderators> Forum Blocks Manager
look at the blocks you have set for those particular forums, click edit block for each one that...
Forum:
vBulletin 4.x Add-ons
12-20-2018, 11:04 AM
Replies:
430
Miscellaneous Hacks -
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Views:
103,916
Posted By
Budget101
The problem isn't the mod, the problem is your...
The problem isn't the mod, the problem is your settings for each of the New styles.
Go to Admincp> Styles and Templates> Style Manager> Halloween (or whatever you called it)> Style Variable Editor...
Forum:
vBulletin 3.8 Add-ons
12-19-2018, 11:02 PM
Replies:
1,671
New Posting Features -
Easy Forms - Create a form or multiple forms without php or html knowledge
Views:
373,917
Posted By
Budget101
open newthread.php and add the following after...
open newthread.php and add the following after <?php:
if (!$_SERVER['HTTP_REFERER']) die(' Direct Access Denied.');
so the entire line 1 should look like this:
<?php if...
Forum:
vBulletin 4.x Add-ons
11-09-2018, 02:03 PM
Replies:
430
Miscellaneous Hacks -
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Views:
103,916
Posted By
Budget101
Is there a way to set this so the sidebar...
Is there a way to set this so the sidebar collapses automatically if the minimum page width is reached? For example, if the page width is only 650 px, the sidebar collapses?
Forum:
vBulletin 4.x Add-ons
11-08-2018, 07:19 PM
Replies:
18
New Posting Features -
Prevent Post Formatting Abuse
Views:
8,880
Posted By
Budget101
Yes, that seemed to do the trick! You are AWESOME.
Yes, that seemed to do the trick! You are AWESOME.
Forum:
vBulletin 4.x Add-ons
11-08-2018, 05:39 PM
Replies:
18
New Posting Features -
Prevent Post Formatting Abuse
Views:
8,880
Posted By
Budget101
First of all, thank you for this Mod, the wall of...
First of all, thank you for this Mod, the wall of text that I've been experiencing with members who have no idea how to use paragraphs has been driving me NUTS.
With the Wall of Text setting, I'm...
Forum:
vB4 Programming Discussions
11-08-2018, 01:07 PM
Replies:
1
Cache and sessionurl Problems
Views:
343
Posted By
Budget101
Session IDs are required if cookies are disabled....
Session IDs are required if cookies are disabled.
If you wanted to remove them, which isn't advisable, you'd have to find every instance of the session hash variable within each template, and...
Forum:
vB4 Programming Discussions
11-08-2018, 01:03 PM
Replies:
3
Postbit help -- CSS information
Views:
417
Posted By
Budget101
You neglected to provide a link to what you're...
You neglected to provide a link to what you're attempting to edit, so no one can tell you the precise css you'd need to change.
To find it yourself, open the page in chrome, right click on the...
Forum:
vB4 Programming Discussions
11-08-2018, 10:43 AM
Replies:
1
paragraph text should be wrapped in <p>
Views:
501
Posted By
Budget101
Did you ever find a fix for this? It's an issue...
Did you ever find a fix for this? It's an issue for me as well. I need to be able to properly format articles and forum posts...
Forum:
vB4 Programming Discussions
11-08-2018, 10:28 AM
Replies:
0
Replace <br> with <p> in Context
Views:
241
Posted By
Budget101
Replace <br> with <p> in Context
vbulletin uses <br> instead of <p> in Content text where/how can I replace that for proper formatting?
The <br> tag should only be used to break line i.e <p>This is first line <br> This is second...
Forum:
vB4 Programming Discussions
09-09-2017, 04:27 PM
Replies:
4
Pop up to request sign up for newsletter
Views:
1,029
Posted By
Budget101
just add an <if conditional> statement around...
just add an <if conditional> statement around your newsletter sign up- if condition is member yada-yada
<vb:if condition="$show['guest']">Show this to guest only- Insert your newsletter popup...
Forum:
vB4 General Discussions
09-08-2017, 04:14 PM
Replies:
5
Vbulletin sitemap issue
Views:
742
Posted By
Budget101
Did you get this figured out?? Mine is doing the...
Did you get this figured out?? Mine is doing the exact same thing, when you go to xmlsitemap.php it comes up blank.
--------------- Added 1504895179 at 1504895179 ---------------
Go to...
Forum:
vB4 General Discussions
05-21-2017, 11:33 AM
Replies:
3
Google Indexing ?styleid= How to Shut it off!
Views:
666
Posted By
Budget101
Google Indexing ?styleid= How to Shut it off!
When google indexes my page it picks up the ?styleid= so it indexes various pages with different styles instead of the default style. How do I block it from add the ?styleid= on each url???
So...
Forum:
vBulletin 4 Articles
03-19-2017, 10:44 PM
Replies:
31
How to add a new field to the CMS
Views:
12,249
Posted By
Budget101
So, once you've successfully gotten the fields to...
So, once you've successfully gotten the fields to populate in the database, what variable or phrase do you use to call them into play?? I have myfield1 but when I try to use {vb:raw myfield1} it...
Forum:
vB4 General Discussions
03-19-2017, 03:40 PM
Replies:
0
Adding Metadata Fields to CMS Article
Views:
311
Posted By
Budget101
Adding Metadata Fields to CMS Article
I'd like to add 3 more metadata fields to the CMS (new) article template.
Style> vbcms_edit_metadataeditor
I added the following:
<div class="blockrow">
<label...
Forum:
vBulletin 4.x Add-ons
12-23-2016, 02:25 PM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
402,145
Posted By
Budget101
I would like to add a Referer hook to the form...
I would like to add a Referer hook to the form output- basically I want to know what page they were on when they accessed the form and sent it to me.
$_SERVER['HTTP_REFERER']
Example: form is...
Forum:
vBulletin 4.x Add-ons
12-13-2016, 11:45 AM
Replies:
24
BB Code Enhancements -
BBCode: Embed Facebook Videos vb4
Views:
8,707
Posted By
Budget101
If you're receiving a white page you'll need to...
If you're receiving a white page you'll need to use this instead:
<vb:literal><script src="//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2" async></script>
<div class="fb-video"...
Forum:
vB4 General Discussions
12-11-2016, 02:57 PM
Replies:
37
Myfilestore.com Virus
Views:
6,532
Posted By
Budget101
Here, I'll save you a whole messload of trouble-...
Here, I'll save you a whole messload of trouble- login to your server.
Go to your MySql Database (the one for your vBulletin install).
Click on search. Type %base64%
click on SELECT ALL
...
Forum:
vB4 Programming Discussions
12-11-2016, 01:41 PM
Replies:
0
CMS- FB Like Button error in IE
Views:
390
Posted By
Budget101
CMS- FB Like Button error in IE
I've tried to enable the FB like button in the CMS articles. It works perfectly in FF, Chrome, etc but in IE it acts like the user isn't logged into FB (even when they are).
155534
It shows the...
Forum:
vB4 Programming Discussions
12-10-2016, 06:43 PM
Replies:
5
Sitemap Syntax Help Please
Views:
504
Posted By
Budget101
:up: Thank you again Dave, you Rock! :up:
:up: Thank you again Dave, you Rock! :up:
Forum:
vB4 Programming Discussions
12-10-2016, 06:25 PM
Replies:
5
Sitemap Syntax Help Please
Views:
504
Posted By
Budget101
Thank you Sir! Any idea what I should change...
Thank you Sir!
Any idea what I should change this one to?
$data .= $l . '<lastmod>' . htmlspecialchars_uni(gmdate(DATE_W3C, $lastmod)) . '</lastmod>';
would it be this???
$data .= $l ....
Forum:
vB4 Programming Discussions
12-10-2016, 06:06 PM
Replies:
5
Sitemap Syntax Help Please
Views:
504
Posted By
Budget101
Sitemap Syntax Help Please
Currently the sitemap pulls "updated dates" for the CMS from the cms_node field.
I'd like to remove the current line from the sitemap:
$content .= "\n\t" . '<lastmod>' . gmdate(DATE_W3C,...
Forum:
vB4 General Discussions
12-10-2016, 03:05 PM
Replies:
4
vbulletin 4.2.2 mobile ads showing blank pages
Views:
550
Posted By
Budget101
except you should use the correct syntax, which...
except you should use the correct syntax, which is:
<vb:literal>your code here</vb:literal>
Showing results 1 to 25 of 331
Page 1 of 14
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
09:19 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.02746 seconds
Memory Usage
2,075KB
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
(28)
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
Messages:
time to check permissions: 0.0100
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi