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 52
Search took
0.00
seconds.
Search:
Posts Made By:
Azum
Forum:
vBulletin 4.x Styles
10-24-2014, 11:17 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
nevermind, didn't work correctly.
nevermind, didn't work correctly.
Forum:
vBulletin 4.x Styles
10-24-2014, 08:18 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Took me awhile to figure it out, but AME adds the...
Took me awhile to figure it out, but AME adds the convert URLs to video checkbox by looking for the newpost_disablesmilies hook, if present, it injects the checkbox before the smilies checkbox... and...
Forum:
vB4 Programming Discussions
10-24-2014, 07:46 PM
Replies:
5
Template usage question
Views:
1,028
Posted By
Azum
I figured it out, it was a plugin that disables...
I figured it out, it was a plugin that disables the full wysiwyg editor on this particular style.
Forum:
vBulletin 4.x Styles
10-24-2014, 07:44 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
I saw your earlier post about that, and it...
I saw your earlier post about that, and it works... but then my checkbox for AME convert URLs to videos doesn't show up because it kills the newpost_disablesmilies hook.
Forum:
vBulletin 4.x Styles
10-24-2014, 03:53 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Thanks anyway... On another note, I've...
Thanks anyway...
On another note, I've noticed that line breaks aren't preserved when quoting. Any fix for that aside from disabling the WYSIWYG editor?
Forum:
vB4 Programming Discussions
10-24-2014, 12:43 PM
Replies:
5
Template usage question
Views:
1,028
Posted By
Azum
Its's a default template afaik. The...
Its's a default template afaik. The newpost_disablesmiliesoption template exists in the style BB, it's just not being called for some reason. I have looked at the style templates where it IS called...
Forum:
vB4 Programming Discussions
10-24-2014, 12:42 AM
Replies:
5
Template usage question
Views:
1,028
Posted By
Azum
Template usage question
I should probably be able to figure this out, but no luck so far.
I have style AA and style BB.
In style AA when clicking on a thread (showthread) with debug mode on, one of the templates...
Forum:
vBulletin 4.x Styles
10-22-2014, 10:05 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Yeah, I can't seem to get the image to insert...
Yeah, I can't seem to get the image to insert into the body of the message after it's uploaded...
Forum:
vBulletin 4.x Styles
10-18-2014, 02:18 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
One thing I haven't been able to figure out is...
One thing I haven't been able to figure out is how to insert inline image attachments with this style.
Forum:
vBulletin 4.x Styles
10-04-2014, 02:54 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Works fine with 4.2.2.
Works fine with 4.2.2.
Forum:
vB4 Programming Discussions
09-28-2014, 08:03 PM
Replies:
4
Help with plugin to strip table tags
Views:
611
Posted By
Azum
Thanks, haven't had time to play with this but...
Thanks, haven't had time to play with this but will give it a go later.
Forum:
vB4 Programming Discussions
09-28-2014, 08:02 PM
Replies:
6
Sorting out mobile
Views:
807
Posted By
Azum
AdminCP -> Settings -> Options -> Style &...
AdminCP -> Settings -> Options -> Style & Language Options
Default Style for Old Mobile Browsers
Select the default mobile style for old mobile browsers. This style will be used if user is...
Forum:
vB4 Programming Discussions
09-27-2014, 06:24 PM
Replies:
4
Help with plugin to strip table tags
Views:
611
Posted By
Azum
Well the code I borrowed this from will...
Well the code I borrowed this from will successfully remove .[img] tags:
$this->post['pagetext_html'] = preg_replace('/\[img\](.*)\[\/img\]/im', construct_phrase($vbphrase['hideimg_message'],...
Forum:
vB4 Programming Discussions
09-27-2014, 04:53 PM
Replies:
4
Help with plugin to strip table tags
Views:
611
Posted By
Azum
Help with plugin to strip table tags
Looking to strip table tags from posts on a particular style. I haven't put the if statement in yet for the styleid as the main code doesn't work.
Here is what I've been trying, with variations,...
Forum:
vBulletin 4.x Add-ons
09-24-2014, 05:59 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
114,376
Posted By
Azum
You were supposed to enter the userID of the user...
You were supposed to enter the userID of the user with the thumbs you wanted to delete, not yours.
Forum:
vBulletin 4.x Add-ons
09-24-2014, 02:10 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
114,376
Posted By
Azum
Under AdminCP -> Thumbs Up -> Special Actions: ...
Under AdminCP -> Thumbs Up -> Special Actions:
Delete all user's Thumbs
This action will delete all Thumbs a single user gave. This action cannot be undone!
Userid:
Forum:
vBulletin 4.x Styles
09-23-2014, 03:25 AM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
How do you get preview reply to work? I'm failing...
How do you get preview reply to work? I'm failing so far.
Edit: Nevermind, not really sure how, but I got it to work copying bits and pieces of other style templates.
Forum:
vBulletin 4.x Styles
09-17-2014, 10:00 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Small contribution for deleting PMs. The code...
Small contribution for deleting PMs. The code provided almost works, but need to change it to:
<div class="titlebg">{vb:raw pm.title}</div>
{vb:raw postbit}
<form...
Forum:
vBulletin 4.x Styles
09-17-2014, 02:12 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
I found that just using the below by itself along...
I found that just using the below by itself along with built in VB mobile detection works fine. There was no need for the plugin.
Forum:
vBulletin 4.x Styles
09-14-2014, 10:41 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Question, if you allow style choices, will this...
Question, if you allow style choices, will this override the choice with the default style every time the user logs in on a non-mobile device?
Forum:
vBulletin 4.x Styles
09-14-2014, 10:07 PM
Replies:
1,131
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Views:
263,091
Posted By
Azum
Great style, anyone added tabs to the member.php...
Great style, anyone added tabs to the member.php (view profile) yet?
Forum:
vBulletin 4.x Add-ons
09-12-2014, 06:25 PM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
289,509
Posted By
Azum
Can anyone point me in the right direction for...
Can anyone point me in the right direction for modifying the lite version so that the quotes and mentions tab only show up on your own profile and others can't view them?
Forum:
vBulletin 4.x Add-ons
08-07-2014, 08:18 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
114,376
Posted By
Azum
What the other guy said is misleading. This mod...
What the other guy said is misleading. This mod by default will not even add templates to your mobile style. He is not using the default mobile style. You can, however, manually add the sc_thumbs*...
Forum:
vB4 General Discussions
07-12-2014, 11:29 PM
Replies:
7
Mobile Style
Views:
1,129
Posted By
Azum
I can't see the videos in the mobile style. My...
I can't see the videos in the mobile style. My guess is you are using some sort of custom youtube bbcode and it's not defined in bbcode_video for that style.
Also, not sure if you're aware - but...
Forum:
vB4 General Discussions
07-12-2014, 11:12 PM
Replies:
6
Quotes on the vB Mobile Style
Views:
934
Posted By
Azum
@tbworld: happens 100% of the time in mobile...
@tbworld: happens 100% of the time in mobile style.
@tpearl5: No, it works fine on everything but mobile style. Which is funny because all the styles and templates are pretty heavily modified...
Showing results 1 to 25 of 52
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
11:15 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.01770 seconds
Memory Usage
2,042KB
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
(48)
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.0012
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(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(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(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(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(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(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(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(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(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