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 3
1
2
3
>
Showing results 1 to 25 of 58
Search took
0.02
seconds.
Search:
Posts Made By:
Retal
Forum:
vB4 Programming Discussions
01-20-2011, 12:05 PM
Replies:
1
Removing or changing default "Forum" tab
Views:
534
Posted By
Retal
I rewrote the whole navbar template, because we...
I rewrote the whole navbar template, because we wanted not only different tabs, but also a different submenu logic and a cleaner navigation.
Forum:
vB4 Programming Discussions
01-18-2011, 05:36 PM
Replies:
2
Batch deleting Users: How to?
Views:
1,112
Posted By
Retal
Hey there, if you haven't solved it yet, I took...
Hey there,
if you haven't solved it yet, I took this out of the admincp/user.php, section "kill", so this is the official process
$info = fetch_userinfo($vbulletin->GPC['userid']);
if (!$info)...
Forum:
vB4 Programming Discussions
01-18-2011, 05:20 PM
Replies:
5
{vb:each} loop count...
Views:
1,709
Posted By
Retal
You could also use an array with numeric keys, if...
You could also use an array with numeric keys, if you can guarantee that the keys are continuous.
$array = ('A', 'B', 'C', 'D');
unset($array[2]);
...
$array = array_values($array);
Forum:
vB4 Programming Discussions
11-08-2010, 09:57 AM
Replies:
8
Some code modifications I am trying to figure out
Views:
841
Posted By
Retal
Apart from using an editor or IDE as Lynne is...
Apart from using an editor or IDE as Lynne is suggesting you're preparing a hell of work and mistakes for yourself when you want to upgrade vBulletin.
Instead of editing the files directly find...
Forum:
vB4 Programming Discussions
11-08-2010, 09:48 AM
Replies:
8
Problem trying to hook online users into search.
Views:
658
Posted By
Retal
It's basically the same as in navbar Navbar...
It's basically the same as in navbar
Navbar dropdown menu looks like this
<li class="popupmenu"><a class="popupctrl">Dropdown title</a>
<ul class="popupbody popuphover">
<li>Dropdown item...
Forum:
vB4 Programming Discussions
11-08-2010, 09:40 AM
Replies:
10
include php in template URL REWRITE
Views:
1,019
Posted By
Retal
What URL are you talking about?
What URL are you talking about?
Forum:
vB4 Design and Graphics Discussions
11-07-2010, 02:45 PM
Replies:
3
remove gap between forums
Views:
591
Posted By
Retal
1. Don't make every forum a category. Move them...
1. Don't make every forum a category. Move them into one category instead.
2. The "Forum Actions" is highlighted, because it's active. That's not a bug, that's the right behaviour.
Forum:
vB4 Programming Discussions
11-07-2010, 01:11 PM
Replies:
3
ERROR include PHP in template
Views:
810
Posted By
Retal
Start here ...
Start here
https://vborg.vbsupport.ru/showthread.php?t=171149
Forum:
vB4 Programming Discussions
11-07-2010, 01:07 PM
Replies:
3
Mention like twitter
Views:
1,632
Posted By
Retal
Yes, someone can.
Yes, someone can.
Forum:
vB4 Programming Discussions
11-07-2010, 01:06 PM
Replies:
6
Showing the Menu bar under the Nav Bar while searching?
Views:
718
Posted By
Retal
Try disabling the Extra Tabs plugin you use and...
Try disabling the Extra Tabs plugin you use and see if it causes it
https://vborg.vbsupport.ru/showthread.php?t=228507
And/or revert the navbar template as Lynne says.
Forum:
vBulletin Pre-Sales Questions
11-05-2010, 02:29 PM
Replies:
2
Possibility of VB as CMS
Views:
963
Posted By
Retal
Apart from this business model not making much...
Apart from this business model not making much sense I don't recommend vB for this. It has very little CMS functionality. Drupal and its taxonomy sounds like a good match.
Forum:
vB4 Programming Discussions
11-05-2010, 10:27 AM
Replies:
1
Join tables based on UserID
Views:
535
Posted By
Retal
Where exactly is the problem?
Where exactly is the problem?
Forum:
vB4 Programming Discussions
11-05-2010, 10:25 AM
Replies:
2
Email weekly post summary
Views:
657
Posted By
Retal
Built-in and granular enough: Subscribe them to...
Built-in and granular enough: Subscribe them to all forums, weekly digest?
Forum:
vB4 Design and Graphics Discussions
11-04-2010, 05:20 PM
Replies:
3
postbit_legacy help
Views:
613
Posted By
Retal
I wish. ;)
I wish. ;)
Forum:
vB4 Programming Discussions
11-04-2010, 04:47 PM
Replies:
2
4.0.8 Style Havoc
Views:
954
Posted By
Retal
You should always test before upgrading. With...
You should always test before upgrading.
With that out of the way, what about copying the style and reverting all templates?
The URL doesn't work so maybe you're out of business already.
Forum:
vB4 Design and Graphics Discussions
11-04-2010, 04:20 PM
Replies:
2
Examples of clean designs using vbulletin?
Views:
902
Posted By
Retal
Hi Fusion2, what a coincidence. We are working on...
Hi Fusion2, what a coincidence. We are working on the same - cutting pieces off vB bit by bit, making it minimalist and slick. In both look and function.
So far the only vB4 style I found that...
Forum:
vB4 Design and Graphics Discussions
11-04-2010, 04:16 PM
Replies:
12
Lower Portion Of Forums Underlined
Views:
816
Posted By
Retal
Why do you go as far as erasing the forum stats...
Why do you go as far as erasing the forum stats instead of posting a link? It could have been done already.
Forum:
vB4 Design and Graphics Discussions
11-04-2010, 04:14 PM
Replies:
3
postbit_legacy help
Views:
613
Posted By
Retal
Move the icons inside the div.imlinks, not after.
Move the icons inside the div.imlinks, not after.
Forum:
vB4 Design and Graphics Discussions
11-04-2010, 04:08 PM
Replies:
2
vBulletin 4 Styling Question
Views:
679
Posted By
Retal
That's a cached CSS file and will get...
That's a cached CSS file and will get overwritten. You have to edit the source, which is in the Admin CP, Styles and Templates - CSS Templates - ...
Forum:
vB4 Programming Discussions
08-04-2010, 12:42 PM
Replies:
7
Can't access variables in the advertisment HTML
Views:
673
Posted By
Retal
Oh my, thank you Danny for the kick in the ass!...
Oh my, thank you Danny for the kick in the ass! After playing around with it, I found that the hook cache_templates works just fine.
It's still a mystery to me why it works on the test installation...
Forum:
vB4 Programming Discussions
08-04-2010, 10:23 AM
Replies:
7
Can't access variables in the advertisment HTML
Views:
673
Posted By
Retal
Hi Danny, thanks. I modified it a bit between...
Hi Danny, thanks.
I modified it a bit between the posts.
Plugin at global_bootstrap_complete
$array['rotation'] = rand(1,2);
vB_Template::preRegister('ad_global_below_navbar', $array);
...
Forum:
vB4 Programming Discussions
08-02-2010, 04:35 PM
Replies:
7
Can't access variables in the advertisment HTML
Views:
673
Posted By
Retal
This drives me crazy. At my test installation,...
This drives me crazy.
At my test installation, the variable is preregistered alright.
At the live instance, the variable is not preregistered and I can't access it from the template...
Forum:
vB4 Programming Discussions
07-29-2010, 07:42 PM
Replies:
6
Google "Page Speed"
Views:
821
Posted By
Retal
If you're worried about the speed of your website...
If you're worried about the speed of your website - and you should be! (http://www.useit.com/alertbox/response-times.html) - read this great series on website loading and rendering speed by ex-Yahoo,...
Forum:
vB4 Programming Discussions
07-29-2010, 12:34 PM
Replies:
1
Getting a cookies error in 4.0.2
Views:
418
Posted By
Retal
You have an error in a plugin, causing an error...
You have an error in a plugin, causing an error message (see the top of the page). The error output prevents the cookie to be set.
Correct the plugin, cookies will work again.
Forum:
vB4 Programming Discussions
07-29-2010, 12:31 PM
Replies:
4
Using Combined Template Conditionals
Views:
846
Posted By
Retal
It would be even better if you didn't use HTML in...
It would be even better if you didn't use HTML in the code.
Instead of
while($track = mysql_fetch_array($tracks, MYSQL_ASSOC)
{
$tracks_bit .= '<p>' . $track['trackartist'] . ' - ' ....
Showing results 1 to 25 of 58
Page 1 of 3
1
2
3
>
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
10:29 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.03970 seconds
Memory Usage
2,029KB
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
(4)
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.0205
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi