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...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
mdoliwa
Forum:
vB4 Programming Discussions
03-14-2013, 06:32 PM
Replies:
2
Removing additional cookie with logout
Views:
643
Posted By
mdoliwa
Removing additional cookie with logout
I'm doing some external app and trying to integrate it with my vb4 forum.
Now when I log out from forum, I'd like to remove one additional cookie from the same domain.
Where is the code...
Forum:
vB4 Design and Graphics Discussions
03-01-2012, 03:58 PM
Replies:
0
Fixed forum wrapper, but fluid body
Views:
758
Posted By
mdoliwa
Fixed forum wrapper, but fluid body
Hi,
I'm working on my header right now, and have a problem.
Header looks like this: http://img263.imageshack.us/img263/446/headerwao.jpg
As you see forum is fixed, but background is fluid and...
Forum:
vB4 Programming Discussions
11-10-2010, 10:00 AM
Replies:
0
Posts and threads from last month
Views:
352
Posted By
mdoliwa
Posts and threads from last month
I need a list of numbers of new threads/new posts grouped by forum.
I have something like this:
SELECT `forumid`,count(*) as `new threads`
FROM `thread`
WHERE dateline >...
Forum:
vB4 Programming Discussions
10-28-2010, 09:19 AM
Replies:
0
Tracking new posts, threads
Views:
421
Posted By
mdoliwa
Tracking new posts, threads
Maybe some of you are more advanced in GA than me, and could help me.
I'd like to measure some things on my forum, but not sure how to do it (I use vb4+vbseo):
1. Tracking new posts.
2. Tracking...
Forum:
vB3 General Discussions
05-26-2010, 11:48 AM
Replies:
2
Ignore PM only?
Views:
636
Posted By
mdoliwa
Refreshing the subject... How can I change...
Refreshing the subject...
How can I change this option for more than one user using mysql query?
regards
Forum:
vB4 General Discussions
05-26-2010, 11:36 AM
Replies:
0
Private messages only from buddies
Views:
338
Posted By
mdoliwa
Private messages only from buddies
Hi,
Is there any way to disable receiving private messages in ucer CP for every user in database?
I want to change this option for everyone and only let them receive PM from Contacts and...
Forum:
vBulletin 4.x Add-ons
05-03-2010, 10:54 AM
Replies:
463
Mini Mods -
Automatic Tagger From Message Content and Title
Views:
106,057
Posted By
mdoliwa
hi, Something is wrong, this mod can only...
hi,
Something is wrong, this mod can only fetch tags from the title and not from the content.
VB4
Forum:
vB4 General Discussions
04-19-2010, 07:04 PM
Replies:
0
Publishing suite and subdomains
Views:
309
Posted By
mdoliwa
Publishing suite and subdomains
Just upgraded from forums to publishing suite and one issue have showed up.
I had forum on subdomain: forum.mydomain.com
Didn't have site on mydomain.com, just 301 redirect to forum.mydomain.com...
Forum:
vB4 General Discussions
03-19-2010, 06:00 PM
Replies:
0
Subforum look
Views:
378
Posted By
mdoliwa
Subforum look
Hi,
I could not find anything how to customize look of the subforum. On main page I have forum with some subforums, like here:
http://keito.pl/live2.jpg
If I enter this category I can see...
Forum:
vBulletin 4.x Add-ons
03-17-2010, 09:09 AM
Replies:
237
Forum Home Enhancements -
Right side column on forum home and forum display
Views:
54,272
Posted By
mdoliwa
It's working now, thank you.
It's working now, thank you.
Forum:
vBulletin 4.x Add-ons
03-16-2010, 01:53 PM
Replies:
237
Forum Home Enhancements -
Right side column on forum home and forum display
Views:
54,272
Posted By
mdoliwa
Hi, I'm trying to show some banners for one...
Hi,
I'm trying to show some banners for one forum only, I'm doing something like this in content template:
<vb:if condition="$forum[forumid] == 46"> WORKS</vb:if>
But it doesn't work, I heard...
Forum:
vB4 Programming Discussions
03-16-2010, 12:14 PM
Replies:
0
Conditional banners
Views:
340
Posted By
mdoliwa
Conditional banners
Hi,
I'd like to set seperate banner for each forum/subforum.
Something like: IF (forumID==X) print "Banner X"
What's the syntax for something like this ?
Thanks for help.
ps.I've tried...
Forum:
vB3 General Discussions
10-28-2009, 03:13 PM
Replies:
1
Search stats
Views:
454
Posted By
mdoliwa
Search stats
Hi,
Is there any mode which shows me in admin panel what users are searching for in my forum.
I'd like to analyze internal search system results to better udnerstand my users, but cannot find any...
Forum:
vB3 General Discussions
10-09-2008, 11:27 PM
Replies:
8
The best shoutbox mod
Views:
1,069
Posted By
mdoliwa
The best shoutbox mod
Hi,
Long time ago I put the vbshout 2.0 mod on my forum https://vborg.vbsupport.ru/showthread.php?t=93097 . Last time this shoutbox was causing a lot of performance problems on my server, especially...
Forum:
vB3 Programming Discussions
07-03-2008, 08:23 AM
Replies:
4
Running all posts through regular expressions set
Views:
784
Posted By
mdoliwa
Where can I find more info about writing...
Where can I find more info about writing vbulletin plugins ? Any good tutorials?
cheers,
Marcin
Forum:
vB3 Programming Discussions
07-02-2008, 08:35 AM
Replies:
4
Running all posts through regular expressions set
Views:
784
Posted By
mdoliwa
Running all posts through regular expressions set
Hi,
I'd like to run regular expressions on all my forum posts. And then write a plugin which run these regexps when the new post is submited.
I'm going to exchange some words with adlinks, but...
Forum:
vB3 Programming Discussions
03-05-2008, 09:34 PM
Replies:
4
regular expressions for post
Views:
741
Posted By
mdoliwa
Wow, never been playing with plugins in...
Wow, never been playing with plugins in vbulletin, but looks like it's quiet smart idea :)
Thanks for help.
cheers,
Marcin
Forum:
vB3 Programming Discussions
03-05-2008, 02:12 PM
Replies:
4
regular expressions for post
Views:
741
Posted By
mdoliwa
Yeah I believe the best way is to run all posts...
Yeah I believe the best way is to run all posts through regexps and then put it to the creation process. But my question is, how to do it? I'm not very familiar with php and vbulletin programming,...
Forum:
vB3 Programming Discussions
03-05-2008, 01:17 PM
Replies:
4
regular expressions for post
Views:
741
Posted By
mdoliwa
regular expressions for post
Hi,
Would be very glad if someone could help me.
Hi have 3 question about using regular expressions in vbulletin, basically questions are how to do this ? :)
1. I would like to run all posts...
Forum:
vB3 General Discussions
08-25-2006, 10:20 AM
Replies:
0
Cannot see some characters
Views:
806
Posted By
mdoliwa
Cannot see some characters
Hi,
I'm not sure if it's problem of vbulletin or shoutbox mod, but when I try to write some chars like " or > , in the shoutbox I see something like > or "e, do you know any setting that will...
Showing results 1 to 20 of 20
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
12:07 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.01916 seconds
Memory Usage
1,989KB
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)
post_thanks_navbar_search
(1)
search_results
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(9)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi