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
>
vBulletin Modifications
>
Archive
>
vB.org Archives
>
vBulletin 3.7
>
vBulletin 3.7 Add-ons
Forum Home Enhancements - uzuner slide panel
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 2
1
2
>
Thread Tools
uzuner slide panel Details »»
uzuner slide panel
MOD Information
Add a Comment
Jump to Comments
The Developer
About Developer
Visit Web Site
Version: 1.00
, by
t.uzuner
Developer Last Online: Mar 2014
Category:
Forum Home Enhancements -
Version:
3.7.4
Rating:
Released
: 12-20-2008
Last Update
: Never
Installs
:
7
Template Edits
Re-useable Code
Code Changes
Additional Files
No support by the author.
Hi friends,
Modification is a forum including slides in your site, that you can add whichever html code you want
install:
Bring the folder into the forum root, if you would like to see the given code in all the pages, in the header template
step 1:
upload folder upload to forum root
step 2:
search header templates:
<!-- logo -->
above the
<!--uzuner slide panel-->
<script type="text/javascript" src="slidepanel/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".btn-slide").click(function(){
$("#panel").slideToggle("slow");
$(this).toggleClass("active"); return false;
});
});
</script>
<div id="panel">
<!-- you can put content here -->
</div>
<p class="slide"><a href="#" class="btn-slide">Site Gezgini</a></p>
<!-- / uzuner slide panel-->
step3:
Also put the css codes underste the additional css codes
a:focus {
outline: none;
}
#panel {
background: #A90101;
height: 200px;
display: none;
}
.slide {
margin: 0;
padding: 0;
border-top: solid 4px #A90101;
background: url(slidepanel/btn-slide.gif) no-repeat center top;
}
.btn-slide {
background: url(slidepanel/white-arrow.gif) no-repeat right -50px;
text-align: center;
width: 144px;
height: 31px;
padding: 10px 10px 0 0;
margin: 0 auto;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.active {
background-position: right 12px;
}
good luck
example web site:
www.okulonceciyiz.biz
[/SIZE]
Supporters / CoAuthors
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Comments
#
2
12-21-2008, 08:57 PM
honcho
Join Date: Apr 2007
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
nice one bro will install this
also can you pm me the scrolling hck u have installed please
honcho
View Public Profile
Find all posts by honcho
#
3
12-21-2008, 09:12 PM
daydie
Join Date: Oct 2007
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
thanks
daydie
View Public Profile
Find all posts by daydie
#
4
12-21-2008, 09:22 PM
TheLastSuperman
Senior Member
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Similar to the one I released except you tweaked it differently and the javascript file is different too
Nice job!
https://vborg.vbsupport.ru/showthread.php?t=196980
S-MAN
TheLastSuperman
View Public Profile
Visit TheLastSuperman's homepage!
Find all posts by TheLastSuperman
#
5
12-21-2008, 09:25 PM
GSeybold
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Hello Sorry to be so stupid. What am I looking at when I go to demo? I'm lost
P.S. Love the colors of your forum..
GSeybold
View Public Profile
Find all posts by GSeybold
#
6
12-21-2008, 09:27 PM
TheLastSuperman
Senior Member
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
The Orange Tab up top, click it and see what happens
.
TheLastSuperman
View Public Profile
Visit TheLastSuperman's homepage!
Find all posts by TheLastSuperman
#
7
12-21-2008, 09:33 PM
GSeybold
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Oh thanks so much. Dah. I'm so sorry. what a dummy.
Ok I got it. Does the pealer come with it or is that the seperate mod I saw earlier? I'm really very tech challenged and trying to learn.
Also if I may ask, what is the subject of your forum. It looks very cheery.
GSeybold
View Public Profile
Find all posts by GSeybold
#
8
12-22-2008, 12:07 PM
TheLastSuperman
Senior Member
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
I believe his peeler is seperate!
I like his/her site too
Ok, nuff invading this thread but peeler is seperate, you could most likely google a simialr form of code and place in your header template etc.
Found one! Have fun
http://www.dougbelshaw.com/2008/01/26/page-peel-script/
TheLastSuperman
View Public Profile
Visit TheLastSuperman's homepage!
Find all posts by TheLastSuperman
#
9
12-22-2008, 01:22 PM
soundbarrierpro
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
will this work on cmps index?
soundbarrierpro
View Public Profile
Find all posts by soundbarrierpro
#
10
12-22-2008, 02:31 PM
M-Tuning
Join Date: Jul 2005
Location: Winschoten (NL)
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Nice,
I've made something similar too:
https://vborg.vbsupport.ru/showthread.php?t=180871
M-Tuning
View Public Profile
Visit M-Tuning's homepage!
Find all posts by M-Tuning
Page 1 of 2
1
2
>
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Donate Via PayPal
Amount:
U.S. Dollars
Australian Dollars
Canadian Dollars
Euros
Pound Sterling
Yen
Enter Short Message:
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Forum Rules
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
03:15 AM
.
-- 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.04370 seconds
Memory Usage
2,288KB
Queries Executed
24
(?)
More Information
Template Usage:
(1)
SHOWTHREAD
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
ad_showthread_beforeqr
(1)
footer
(1)
forumjump
(1)
forumrules
(1)
gobutton
(1)
header
(1)
headinclude
(1)
modsystem_post
(1)
navbar
(6)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(1)
pagenav_pagelink
(10)
post_thanks_box
(10)
post_thanks_button
(1)
post_thanks_javascript
(1)
post_thanks_navbar_search
(10)
post_thanks_postbit_info
(9)
postbit
(10)
postbit_onlinestatus
(10)
postbit_wrapper
(1)
spacer_close
(1)
spacer_open
(1)
tagbit_wrapper
Phrase Groups Available:
global
inlinemod
postbit
posting
reputationlevel
showthread
Included Files:
./
showthread.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_bigthree.php
./includes/
class_postbit.php
./includes/
class_bbcode.php
./includes/
functions_reputation.php
./includes/
functions_post_thanks.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
fetch_threadinfo_query
fetch_threadinfo
fetch_foruminfo
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
showthread_start
showthread_getinfo
forumjump
showthread_post_start
showthread_query_postids
showthread_query
bbcode_fetch_tags
bbcode_create
showthread_postbit_create
postbit_factory
postbit_display_start
post_thanks_function_post_thanks_off_start
post_thanks_function_post_thanks_off_end
post_thanks_function_fetch_thanks_start
post_thanks_function_fetch_thanks_end
post_thanks_function_thanked_already_start
post_thanks_function_thanked_already_end
fetch_musername
postbit_imicons
bbcode_parse_start
bbcode_parse_complete_precache
bbcode_parse_complete
postbit_display_complete
post_thanks_function_can_thank_this_post_start
pagenav_page
pagenav_complete
tag_fetchbit_complete
forumrules
navbits
navbits_complete
showthread_complete
Messages:
$threadedmode is empty
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
ignored users:
threadinfo[vote] =
(unspecified) fetch_permissions(1, 0, 1,''); -> cached fperms for forum 1
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(203, 0, 1,''); -> cached fperms for forum 203
(unspecified) fetch_permissions(240, 0, 1,''); -> cached fperms for forum 240
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(164, 0, 1,''); -> cached fperms for forum 164
(unspecified) fetch_permissions(212, 0, 1,''); -> cached fperms for forum 212
(unspecified) fetch_permissions(260, 0, 1,''); -> cached fperms for forum 260
(unspecified) fetch_permissions(237, 0, 1,''); -> cached fperms for forum 237
(unspecified) fetch_permissions(238, 0, 1,''); -> cached fperms for forum 238
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(213, 0, 1,''); -> cached fperms for forum 213
(unspecified) fetch_permissions(123, 0, 1,''); -> cached fperms for forum 123
(unspecified) fetch_permissions(124, 0, 1,''); -> cached fperms for forum 124
(unspecified) fetch_permissions(125, 0, 1,''); -> cached fperms for forum 125
(unspecified) fetch_permissions(214, 0, 1,''); -> cached fperms for forum 214
(unspecified) fetch_permissions(215, 0, 1,''); -> cached fperms for forum 215
(unspecified) fetch_permissions(216, 0, 1,''); -> cached fperms for forum 216
(unspecified) fetch_permissions(184, 0, 1,''); -> cached fperms for forum 184
(unspecified) fetch_permissions(218, 0, 1,''); -> cached fperms for forum 218
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
(unspecified) fetch_permissions(217, 0, 1,''); -> cached fperms for forum 217
(unspecified) fetch_permissions(221, 0, 1,''); -> cached fperms for forum 221
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(249, 0, 1,''); -> cached fperms for forum 249
(unspecified) fetch_permissions(219, 0, 1,''); -> cached fperms for forum 219
(unspecified) fetch_permissions(210, 0, 1,''); -> cached fperms for forum 210
(unspecified) fetch_permissions(198, 0, 1,''); -> cached fperms for forum 198
(unspecified) fetch_permissions(257, 0, 1,''); -> cached fperms for forum 257
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(259, 0, 1,''); -> cached fperms for forum 259
(unspecified) fetch_permissions(244, 0, 1,''); -> cached fperms for forum 244
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(234, 0, 1,''); -> cached fperms for forum 234
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(99, 0, 1,''); -> cached fperms for forum 99
(unspecified) fetch_permissions(256, 0, 1,''); -> cached fperms for forum 256
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(266, 0, 1,''); -> cached fperms for forum 266
(unspecified) fetch_permissions(170, 0, 1,''); -> cached fperms for forum 170
(unspecified) fetch_permissions(223, 0, 1,''); -> cached fperms for forum 223
(unspecified) fetch_permissions(31, 0, 1,''); -> cached fperms for forum 31
(unspecified) fetch_permissions(205, 0, 1,''); -> cached fperms for forum 205
(unspecified) fetch_permissions(6, 0, 1,''); -> cached fperms for forum 6
(unspecified) fetch_permissions(25, 0, 1,''); -> cached fperms for forum 25
(unspecified) fetch_permissions(94, 0, 1,''); -> cached fperms for forum 94
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(197, 0, 1,''); -> cached fperms for forum 197
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(3, 0, 1,''); -> cached fperms for forum 3
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(139, 0, 1,''); -> cached fperms for forum 139
(unspecified) fetch_permissions(140, 0, 1,''); -> cached fperms for forum 140
(unspecified) fetch_permissions(141, 0, 1,''); -> cached fperms for forum 141
(unspecified) fetch_permissions(32, 0, 1,''); -> cached fperms for forum 32
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(135, 0, 1,''); -> cached fperms for forum 135
(unspecified) fetch_permissions(137, 0, 1,''); -> cached fperms for forum 137
(unspecified) fetch_permissions(109, 0, 1,''); -> cached fperms for forum 109
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(161, 0, 1,''); -> cached fperms for forum 161
(unspecified) fetch_permissions(162, 0, 1,''); -> cached fperms for forum 162
(unspecified) fetch_permissions(191, 0, 1,''); -> cached fperms for forum 191
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(195, 0, 1,''); -> cached fperms for forum 195
(unspecified) fetch_permissions(196, 0, 1,''); -> cached fperms for forum 196
(unspecified) fetch_permissions(227, 0, 1,''); -> cached fperms for forum 227
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
(unspecified) fetch_permissions(230, 0, 1,''); -> cached fperms for forum 230
(unspecified) fetch_permissions(231, 0, 1,''); -> cached fperms for forum 231
(unspecified) fetch_permissions(185, 0, 1,''); -> cached fperms for forum 185
(unspecified) fetch_permissions(100, 0, 1,''); -> cached fperms for forum 100
(unspecified) fetch_permissions(101, 0, 1,''); -> cached fperms for forum 101
(unspecified) fetch_permissions(102, 0, 1,''); -> cached fperms for forum 102
(unspecified) fetch_permissions(103, 0, 1,''); -> cached fperms for forum 103
(unspecified) fetch_permissions(104, 0, 1,''); -> cached fperms for forum 104
(unspecified) fetch_permissions(105, 0, 1,''); -> cached fperms for forum 105
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(107, 0, 1,''); -> cached fperms for forum 107
(unspecified) fetch_permissions(171, 0, 1,''); -> cached fperms for forum 171
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(182, 0, 1,''); -> cached fperms for forum 182
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(261, 0, 1,''); -> cached fperms for forum 261
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(264, 0, 1,''); -> cached fperms for forum 264
(unspecified) fetch_permissions(250, 0, 1,''); -> cached fperms for forum 250
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(211, 0, 1,''); -> cached fperms for forum 211
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(92, 0, 1,''); -> cached fperms for forum 92
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(12, 0, 1,''); -> cached fperms for forum 12
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
returning smilies from the datastore
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
First Post: 1690569; Last Post: 1691110
php_sapi_name(): fpm-fcgi