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...
Showing results 1 to 18 of 18
Search took
0.05
seconds.
Search:
Posts Made By:
addamroy
Forum:
vB4 General Discussions
12-23-2017, 07:53 PM
Replies:
3
Direct Link to A Paid Subscription
Views:
398
Posted By
TheLastSuperman
So then do this: Install Cartplog...
So then do this:
Install Cartplog (https://vbulletin.org/forum/showthread.php?t=247779).
Redirect the subscriptions page to a category in cartplog housing the subscriptions you've added as...
Forum:
vBulletin 4 Articles
11-01-2014, 01:24 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
254,947
Posted By
cellarius
You did add your custom template to the mobile...
You did add your custom template to the mobile style, too, did you?
Forum:
vBulletin 4.x Template Modifications
07-20-2014, 05:45 PM
Replies:
29
Show Thread Enhancements -
[Postbit-Legacy Hack] Attractive User Info Boxes for Posts
Views:
9,872
Posted By
stevieb
works a dream on a custom vB style - my postbit...
works a dream on a custom vB style - my postbit is organised to cover situations where a user doesn't fill in fields and works fine, the basic instructions are fine - you literally surround the...
Forum:
Modification Requests/Questions (Unpaid)
06-14-2014, 07:50 PM
Replies:
7
Image attachments gallery
Views:
752
Posted By
tbworld
Unwanted features are easy to remove, bugs maybe...
Unwanted features are easy to remove, bugs maybe not. Other than that what was wrong with it? I have not tried it or even reviewed it, but it seems like your a match or at least some code to start...
Forum:
Modification Requests/Questions (Unpaid)
06-14-2014, 06:50 PM
Replies:
7
Image attachments gallery
Views:
752
Posted By
tbworld
If you had a small board that might work. On a...
If you had a small board that might work. On a larger forum you would have too many pages of photos, you would need finer control -- at least by forum category, social groups, cms. You can easily...
Forum:
Modification Requests/Questions (Unpaid)
06-14-2014, 04:10 AM
Replies:
7
Image attachments gallery
Views:
752
Posted By
ageurtse
When you look at one of my mods i made one, don't...
When you look at one of my mods i made one, don't know if it runs at your board.
Forum:
Modification Requests/Questions (Unpaid)
06-13-2014, 05:26 PM
Replies:
12
Quote Notifications for 4.2
Views:
2,183
Posted By
mokujin
I found a bug there, so I'll update to that...
I found a bug there, so I'll update to that thread on saturday.
Forum:
Modification Requests/Questions (Unpaid)
06-13-2014, 02:43 PM
Replies:
12
Quote Notifications for 4.2
Views:
2,183
Posted By
Max Taxable
Definitely there needs to be that option where it...
Definitely there needs to be that option where it doesn't send a PM, it just notifies - then on click, takes you to a page showing all of your quotes.
Otherwise PM inboxes can get flooded quickly...
Forum:
vBulletin 4.x Template Modifications
03-17-2014, 08:32 AM
Replies:
29
Show Thread Enhancements -
[Postbit-Legacy Hack] Attractive User Info Boxes for Posts
Views:
9,872
Posted By
ged
"Blog entries: x" block is not in postbit_legacy...
"Blog entries: x" block is not in postbit_legacy template.
Open blog_postbit_entries_link template and replace its contents with these:
<div class="postbitboxes"><dt>{vb:rawphrase...
Forum:
vBulletin 4.x Add-ons
07-09-2013, 12:57 AM
Replies:
47
Major Additions -
Reputation Board by BOP5 - A central location for all reputation.
Views:
14,406
Posted By
BirdOPrey5
When i get some time. I'd imagine by next week,...
When i get some time. I'd imagine by next week, hopefully sooner. Can't promise though.
Forum:
vB4 General Discussions
03-14-2013, 01:12 PM
Replies:
3
Template To Use Option for ALL BLOCKS
Views:
406
Posted By
findingpeace
I agree 100% with this - I had to just use...
I agree 100% with this - I had to just use conditionals in the block templates themselves, dedicating "New Threads" to certain usergroups and "New Posts" to others, in order to accomplish what I...
Forum:
vB4 General Discussions
02-23-2013, 01:40 PM
Replies:
25
Check usergroup of thread starters in threadbit
Views:
2,201
Posted By
kh99
Well, in that case you'd need to have a plugin...
Well, in that case you'd need to have a plugin get the usergroup and set a field that you can test in the template.
Forum:
vB4 General Discussions
02-08-2013, 01:17 PM
Replies:
18
Determine thread position in the threadlist
Views:
1,329
Posted By
LifesGreatestGift
It does work, run this query inside phpmyadmin or...
It does work, run this query inside phpmyadmin or whatever you use.
set @row_num = 0; SELECT @row_num := @row_num + 1 as row_number,threadid,postuserid,title FROM thread WHERE forumid = # AND...
Forum:
vB4 General Discussions
01-26-2013, 06:34 PM
Replies:
11
Change Number of Threads per Page (SPECIFIC FORUM)
Views:
766
Posted By
Lynne
I think you want a plugin, not a template edit. ...
I think you want a plugin, not a template edit.
hook - forumdisplay_start
php code
if ($foruminfo['forumid'] == x) {
$vbulletin->options['maxthreads'] = "10";
}
Change x to the forumid
Forum:
vB4 General Discussions
01-09-2013, 05:02 PM
Replies:
2
Removing individual thread ratings - tried deleting row from threadrate table
Views:
501
Posted By
mokujin
There are also 2 columns in table thread, ...
There are also 2 columns in table thread, votenum and votetotal
You should update these columns by -1 for each.
Hope it helps you :D
Forum:
vB4 General Discussions
06-19-2012, 07:09 PM
Replies:
18
Placing SIMILAR THREADS Box under First Post or somewhere else instead of LAST
Views:
1,414
Posted By
kh99
OK, you did say you wanted step by step. Thing...
OK, you did say you wanted step by step. Thing is I haven't tried it so I could step by step you into something that doesn't actually work. But here goes:
1) Edit postbit_legacy, and where you...
Forum:
vBulletin 4.x Template Modifications
06-18-2012, 04:44 AM
Replies:
10
Miscellaneous Hacks -
CUSTOM BUTTONS that look like your forum!
Views:
6,379
Posted By
ProFifaLeagues
Not much need for a Demo as each forum would be...
Not much need for a Demo as each forum would be Different anyway.
Just a very easy way to add in Buttons that look the same as what you have on your site anywhere you need them and add in a link and...
Forum:
News and Announcements
06-19-2011, 03:51 PM
Replies:
109
Likes system added to vbulletin.org
Views:
54,554
Posted By
Lynne
Likes system added to vbulletin.org
We added a Likes system to the site. If you find a post you like, then just click on the little Like button, https://vborg.vbsupport.ru/external/2012/02/7.gif , and let us know you like it.
...
Showing results 1 to 18 of 18
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
02:35 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01837 seconds
Memory Usage
1,985KB
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)
post_thanks_navbar_search
(1)
search_results
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(30)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
FULLTEXT Search
php_sapi_name(): fpm-fcgi