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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 154
Search took
0.02
seconds.
Search:
Posts Made By:
pokusek
Forum:
vBulletin 4.x Add-ons
05-25-2013, 03:06 PM
Replies:
650
Board Optimization -
United-Forum CSS Sprites - ludicrous speed - NOW!
Views:
137,591
Posted By
pokusek
This doesn't work with TMS on 4.2, I am getting...
This doesn't work with TMS on 4.2, I am getting the same errors as posted above (https://vborg.vbsupport.ru/showpost.php?p=2419668&postcount=616).
The link to the page 37 didn't help (I did not...
Forum:
vB4 General Discussions
05-25-2013, 01:04 PM
Replies:
1
How optimize my forum to make it faster?
Views:
488
Posted By
pokusek
How optimize my forum to make it faster?
This tool shows a lot of things that should be done in order to make a vB forum faster: CSS sprites, minification etc.
http://developers.google.com/speed/pagespeed/insights
Is there a...
Forum:
vBulletin 4.x Add-ons
05-07-2013, 06:53 PM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,141
Posted By
pokusek
What doesn't work for you then? You can use the...
What doesn't work for you then? You can use the variable $lpicture['mpicname'] and do whatever you want to do with it (I assume that you want to print it - use echo $lpicture['mpicname']; for that).
Forum:
vBulletin 4.x Add-ons
05-07-2013, 06:49 AM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,141
Posted By
pokusek
Are you using it in the product's plugin that is...
Are you using it in the product's plugin that is hooked to "forumhome_start"?
I am using this: {vb:raw template_hook.forumhome_wgo_posX}
Replace X with a number that is assigned to the...
Forum:
Modification Requests/Questions (Unpaid)
04-30-2013, 05:00 PM
Replies:
5
Notification of new blog comments
Views:
1,423
Posted By
pokusek
I could use this too.
I could use this too.
Forum:
Modification Requests/Questions (Unpaid)
04-30-2013, 04:41 PM
Replies:
4
Photo and Album Informations in Postbit
Views:
1,303
Posted By
pokusek
Bump!
Bump!
Forum:
vB4 General Discussions
04-30-2013, 09:02 AM
Replies:
3
How to display today's date in the footer?
Views:
453
Posted By
pokusek
Perfect, thank you guys!
Perfect, thank you guys!
Forum:
vB4 General Discussions
04-28-2013, 10:47 PM
Replies:
3
How to display today's date in the footer?
Views:
453
Posted By
pokusek
How to display today's date in the footer?
Currently there is only time displayed. How to add the date?
Thanks.
Forum:
vBulletin 4.x Add-ons
04-18-2013, 03:59 PM
Replies:
128
vBulletin Forum Sideblocks -
Nexia's Forum Sidebar Everywhere
Views:
27,434
Posted By
pokusek
Bug in vB 4.2.1: The new block type "Activity...
Bug in vB 4.2.1: The new block type "Activity stream" works correctly only on the forum index, there are only activity date+time shown elsewhere (without the description of the particular activity)
Forum:
vBulletin 4.x Add-ons
04-18-2013, 03:42 PM
Replies:
402
Forum Display Enhancements -
Digital Point Thread Avatars
Views:
75,531
Posted By
pokusek
After updating to vB 4.2.1, thread avatars...
After updating to vB 4.2.1, thread avatars disappeared, any idea why?
Forum:
vB4 General Discussions
04-17-2013, 08:38 AM
Replies:
0
How to display a list of all events in a calendar?
Views:
390
Posted By
pokusek
How to display a list of all events in a calendar?
I want to show an archive of all events for a particular calendar. Is there a way to do that?
Forum:
vBulletin 4.x Add-ons
04-06-2013, 06:05 PM
Replies:
101
Miscellaneous Hacks -
What's New - Reloaded
Views:
20,121
Posted By
pokusek
I could use this plugin but it doesn't work on...
I could use this plugin but it doesn't work on 4.2...
Forum:
vB4 General Discussions
04-05-2013, 11:20 PM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
I just realized that this option displays links...
I just realized that this option displays links to blogposts only that were commented recently. What do I have to do to display actual comments?
Forum:
vBulletin 4.x Add-ons
04-05-2013, 08:52 PM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,141
Posted By
pokusek
Got it. $lpicture['mpicname'] =...
Got it. $lpicture['mpicname'] = trim(strip_quotes($lpicture['caption']));
Forum:
vBulletin 4.x Add-ons
04-05-2013, 08:03 PM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,141
Posted By
pokusek
Is there a way to display the name of the image?
Is there a way to display the name of the image?
Forum:
Modification Requests/Questions (Unpaid)
04-04-2013, 01:30 PM
Replies:
0
RSS for calendar events
Views:
381
Posted By
pokusek
RSS for calendar events
I need a modification for fetching new/upcoming calendar events into a RSS feed. Could someone create it, please? :)
Forum:
vB4 General Discussions
03-25-2013, 05:05 PM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
That's it! Thank you very much. I feel so...
That's it! Thank you very much.
I feel so dumb right now. :D
Forum:
vB4 General Discussions
03-25-2013, 03:24 PM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
But these are blog posts, not blog comments...
But these are blog posts, not blog comments (replies under blog posts) :)
There must be a way to retrieve comments via the custom code but I don't know how, that's why I ask.
Forum:
vB4 General Discussions
03-24-2013, 06:01 AM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
Well, but the option to display blog comments...
Well, but the option to display blog comments isn't there.
Forum:
vB4 General Discussions
03-24-2013, 03:21 AM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
nobody knows?
nobody knows?
Forum:
vBulletin 4.x Add-ons
03-03-2013, 09:16 PM
Replies:
51
Miscellaneous Hacks -
Friendlier URLs by BOP5
Views:
16,762
Posted By
pokusek
I sent a PM with more details, thanks for your...
I sent a PM with more details, thanks for your time.
Forum:
vB4 General Discussions
02-23-2013, 01:51 PM
Replies:
11
How to display latest blog comments in the sidebar?
Views:
790
Posted By
pokusek
bump, any ideas?
bump, any ideas?
Forum:
vBulletin 4.x Add-ons
02-02-2013, 06:14 PM
Replies:
51
Miscellaneous Hacks -
Friendlier URLs by BOP5
Views:
16,762
Posted By
pokusek
Awesome mod! I just have one problem - when a...
Awesome mod! I just have one problem - when a sitemap for blogs is being generated, UTF-8 characters are turned into weird mess. Everything else is fine. Could you please tell me how to fix it?...
Forum:
Modification Requests/Questions (Unpaid)
02-01-2013, 01:57 PM
Replies:
0
RSS for latest album picures
Views:
428
Posted By
pokusek
RSS for latest album picures
I couldn't find a modification for generating a RSS feed for latest pictures, could someone please make it?
Thanks. :)
Forum:
vB4 General Discussions
01-19-2013, 09:01 AM
Replies:
0
RSS feed for latest images
Views:
265
Posted By
pokusek
RSS feed for latest images
Is there a mod that would display latest pictures added to albums?
Thanks.
Showing results 1 to 25 of 154
Page 1 of 7
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
11:12 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.04759 seconds
Memory Usage
2,036KB
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
(42)
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.0029
(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(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(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(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(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