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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 134
Search took
0.01
seconds.
Search:
Posts Made By:
DataHero
Forum:
vBulletin 3.8 Template Modifications
08-04-2011, 01:55 PM
Replies:
10
Show Thread Enhancements -
Postbit Legacy Change (1.0)
Views:
5,986
Posted By
DataHero
Thanks - Yes, I'm from MG. :) No. You'll...
Thanks - Yes, I'm from MG. :)
No. You'll have to add the same style to the thanks hack.
Forum:
vB3 General Discussions
03-15-2011, 07:27 AM
Replies:
3
How to the set user groups colour
Views:
680
Posted By
DataHero
By using the page that was suggested (Usergroup...
By using the page that was suggested (Usergroup Manager -> Certain Usergroup -> HTML Markup), you will set a markup for whichever specific usergroups you want already.
Forum:
vB3 General Discussions
01-28-2011, 12:12 PM
Replies:
1
(Easy) What is if conditional for : only appear in a style
Views:
631
Posted By
DataHero
For PHP/Plug-in format, you could do the...
For PHP/Plug-in format, you could do the following:
if($_REQUEST['styleid'] == 1) { //Check style ID - ID to be found in URI and ACP
//code here
}
Forum:
vB3 General Discussions
01-28-2011, 12:06 PM
Replies:
1
Is this mod available for vbulletin?
Views:
471
Posted By
DataHero
Have you tried this? ...
Have you tried this?
https://vborg.vbsupport.ru/showthread.php?t=239901
Forum:
vB3 General Discussions
01-28-2011, 11:59 AM
Replies:
4
Banning .pl, .in, etc. doesn't seem to work?
Views:
756
Posted By
DataHero
Unfortunately, the banning email addresses option...
Unfortunately, the banning email addresses option does not allow usage of wildcards, so that is out of the options. I do not think it's wise to ban entire country extensions with emails, either. What...
Forum:
vB3 Design and Graphics Discussions
01-28-2011, 11:55 AM
Replies:
2
A few styling questions
Views:
681
Posted By
DataHero
The whole content from the top to bottom,...
The whole content from the top to bottom, basically forming the page wrap? If so, add the following to the header template, first line:
<div id="wrapper">
And in your footer template, at...
Forum:
vB3 Programming Discussions
01-25-2011, 01:10 PM
Replies:
2
Forum Login
Views:
620
Posted By
DataHero
The reason you are logged out when you access it...
The reason you are logged out when you access it without the www. subdomain is because the server treats it differently. Or rather, the cookies do.
As such, I'd recommend you either force www or...
Forum:
vB3 Programming Discussions
01-25-2011, 11:15 AM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
I've tried as you suggested and the avatar...
I've tried as you suggested and the avatar doesn't appear at all now.
$url = "<img src=\"$avauri[0]\" $avauri[1] alt=\"$uname\'s Avatar\" title=\"$uname\'s Avatar\" />";
Tried switching...
Forum:
vB3 Programming Discussions
01-25-2011, 10:54 AM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Unfortunately concatenating the elements did not...
Unfortunately concatenating the elements did not change a bit in regards to that. Here's the current IMG tag (I've removed my manually set width and height from the template; it doesn't appear twice...
Forum:
vB3 Programming Discussions
01-25-2011, 10:37 AM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Hey kh99, Thanks for the very quick...
Hey kh99,
Thanks for the very quick response, much appreciated.
The second one ( $avauri['hascustom'] = ''; ) worked perfectly; the 1 prior to image.php is now gone, and the avatars are now...
Forum:
vB3 Programming Discussions
01-25-2011, 09:52 AM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Hello, My apologies for the slow reply. Been...
Hello,
My apologies for the slow reply. Been quite busy these few days. :)
Indeed, the return value of fetch_avatar_url() is set to 1 on both avatar URIs, so I'm assuming that the 1 is the...
Forum:
vB3 Programming Discussions
01-20-2011, 01:37 PM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Well this is getting into the right direction! :)...
Well this is getting into the right direction! :)
I've replaced the img tag's src with:
<img src="'.(implode($avauri)).'" />
I've tried adding implode because the original return value...
Forum:
vB3 Programming Discussions
01-20-2011, 12:55 PM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Alright, I've changed the hook to showgroups_user...
Alright, I've changed the hook to showgroups_user and also have added the if condition into the foreach loop. The avatars changed according to the user now, along with the username and ID. Thanks. :)...
Forum:
vB3 Programming Discussions
01-20-2011, 12:36 PM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Thanks for the quick response. Much appreciated. ...
Thanks for the quick response. Much appreciated.
I've searched through the showgroups.php file and I could not seem to figure out which variable to use then. Considering $vbulletin->userinfo[] is...
Forum:
vB3 Programming Discussions
01-20-2011, 12:05 PM
Replies:
14
Avatar display issue in template
Views:
1,552
Posted By
DataHero
Avatar display issue in template
Hello,
Considering I don't like to bump pretty old threads, thought I'd make a new one. I've been focusing on getting the avatar to display properly in showgroups.php; it should also update as...
Forum:
vBulletin.org Site Feedback
01-13-2011, 10:19 PM
Replies:
4
Changed email address
Views:
1,557
Posted By
DataHero
Alright, thanks for the information. I'll contact...
Alright, thanks for the information. I'll contact him a.s.a.p.
Thanks! :)
Forum:
vBulletin.org Site Feedback
01-12-2011, 08:09 AM
Replies:
4
Changed email address
Views:
1,557
Posted By
DataHero
Changed email address
Hello there,
I decided to change my email address today after discovering that my old email couldn't be accessed any more due to having been marked for sending out junk email via hotmail. I'd...
Forum:
vB3 Programming Discussions
01-11-2011, 10:10 AM
Replies:
2
vB error
Views:
643
Posted By
DataHero
As the error displays, your amount of connections...
As the error displays, your amount of connections established has maxed out and will fail. Could you take a look at your config.php, and find the following:
...
Forum:
vBulletin 3.8 Add-ons
01-11-2011, 08:36 AM
Replies:
300
Add-On Releases -
gWoWRoster - World of Warcraft Guild Roster
Views:
78,776
Posted By
DataHero
Hey there Dragonsys, Thanks for the quick...
Hey there Dragonsys,
Thanks for the quick response. Much appreciated.
I've also, however, encountered another issue. Apparently, when I try to re-install this modification, it gives me the...
Forum:
vBulletin 3.8 Add-ons
01-07-2011, 10:16 AM
Replies:
300
Add-On Releases -
gWoWRoster - World of Warcraft Guild Roster
Views:
78,776
Posted By
DataHero
Pardon for the double post. It seems that...
Pardon for the double post.
It seems that the guild roster does not contain any data regarding the Goblins and their class, and the same goes for the Worgen. I realize this, as the release of...
Forum:
vBulletin 3.8 Add-ons
01-06-2011, 08:00 AM
Replies:
300
Add-On Releases -
gWoWRoster - World of Warcraft Guild Roster
Views:
78,776
Posted By
DataHero
EDIT: alright, I've found a fix to the issue with...
EDIT: alright, I've found a fix to the issue with the database error when trying to install the product.
Go to your PHPMyAdmin, and execute the following command:
ALTER DATABASE yourdbname...
Forum:
News and Announcements
12-08-2010, 10:10 PM
Replies:
71
vBulletin.org staffing changes
Views:
37,680
Posted By
DataHero
Congratulations to the both of you!
Congratulations to the both of you!
Forum:
vB3 General Discussions
12-07-2010, 08:08 AM
Replies:
9
current URL (lang. witch with flag icons)
Views:
1,264
Posted By
DataHero
Using $vboptions[bburl] should work for you.
Using $vboptions[bburl] should work for you.
Forum:
vB3 Design and Graphics Discussions
12-05-2010, 10:44 PM
Replies:
2
Remove posticons from Forum Home Last Post
Views:
804
Posted By
DataHero
Go to Style Manager->Your Style->FORUMHOME...
Go to Style Manager->Your Style->FORUMHOME TEMPLATES->forumhome_lastpostby. Find and remove (or place in-between comment lines) the following:
<if condition="$show['icon']"><img...
Forum:
vBulletin.org Site Feedback
12-02-2010, 08:59 AM
Replies:
13
vB 2.x ?
Views:
1,861
Posted By
DataHero
I kind of agree. Even though it is no longer...
I kind of agree. Even though it is no longer supported any more, people should still be able to use said modifications, unless the author explicitly stated that he wants otherwise. It's basically...
Showing results 1 to 25 of 134
Page 1 of 6
1
2
3
>
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
01:45 AM
.
-- 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.02373 seconds
Memory Usage
2,055KB
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
(32)
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.0022
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
FULLTEXT Search
php_sapi_name(): fpm-fcgi