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 2
1
2
>
Showing results 1 to 25 of 40
Search took
0.00
seconds.
Search:
Posts Made By:
skor
Forum:
vB3 Programming Discussions
12-31-2010, 01:59 AM
Replies:
4
custom permission error message for specific forum
Views:
1,390
Posted By
skor
custom permission error message for specific forum
We have one forum on our site that restricts posting based on a promotion system. What we are trying to do is show a custom permission error message to the usergroup that is restricted from posting...
Forum:
vB3 Programming Discussions
12-19-2010, 10:50 PM
Replies:
1
conditional for sticky within postbit legacy template
Views:
646
Posted By
skor
conditional for sticky within postbit legacy template
I want to show some text in the postbit legacy template if the thread isn't a sticky. Can anyone suggest which conditional I might be able to use for this?
Would
work? or is this only...
Forum:
vB3 Programming Discussions
12-10-2010, 09:58 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
Thank you for that! I ended up using <if...
Thank you for that! I ended up using
<if condition="$forum['forumid'] == 24 AND $post[postcount] == 1">
and it worked great!
Appreciate both of your help on teaching me something new!
Forum:
vB3 Programming Discussions
12-10-2010, 05:58 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
Thank you very much! :)
Thank you very much! :)
Forum:
vB3 Programming Discussions
12-10-2010, 05:55 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
Thank you. I'm kind of lost on what you mean by...
Thank you. I'm kind of lost on what you mean by this?
Is postbit_display_complete a template? Couldn't find it in the templates or in the php files?
And would I add something like
global...
Forum:
vB3 Programming Discussions
12-10-2010, 05:36 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
I found this ...
I found this
https://vborg.vbsupport.ru/showthread.php?t=208945&highlight=$pagenumber
but does anyone know if that solution would cause any sort of additional db queries?
Do you know which...
Forum:
vB3 Programming Discussions
12-10-2010, 05:17 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
Hi thank you for the reply. I tried... ...
Hi thank you for the reply.
I tried...
<if condition="$forum['forumid'] == 24 AND !$GLOBALS['FIRSTPOSTID'] AND $pagenumber == 1"> but that didn't seem to work. Nothing showed up on any of the...
Forum:
vB3 Programming Discussions
12-10-2010, 05:06 PM
Replies:
11
Conditional for after first post of a thread
Views:
836
Posted By
skor
Conditional for after first post of a thread
I am trying to put some text only after the first post in a thread for a specific forum . I've tried...
<if condition="$forum['forumid'] == 24 AND !$GLOBALS['FIRSTPOSTID']">text here</if>
the...
Forum:
vB3 Programming Discussions
12-06-2010, 01:30 AM
Replies:
4
php code to output contents of a template
Views:
824
Posted By
skor
Oops sorry about that. Please move to...
Oops sorry about that. Please move to appropriate forum. I was afraid I was posting in the wrong forum but wasn't completely sure. Thank you.
Forum:
vB3 Programming Discussions
12-05-2010, 09:20 PM
Replies:
4
php code to output contents of a template
Views:
824
Posted By
skor
Thank you for the link. I am working with vb3...
Thank you for the link. I am working with vb3 but the example he had for the outdated code for vb3 I think leads me to think I did it correctly. ...I hope... :)
Forum:
vB3 Programming Discussions
12-05-2010, 07:34 PM
Replies:
4
php code to output contents of a template
Views:
824
Posted By
skor
php code to output contents of a template
I have a template with just text that I want to output to a specific hook location.
What php code would I use to do this?
I tried this but not sure if eval is the right thing to use here.
...
Forum:
vBulletin 3.8 Add-ons
12-04-2010, 10:15 PM
Replies:
1,232
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
474,402
Posted By
skor
I have this installed on 3.8.6PL2 and things seem...
I have this installed on 3.8.6PL2 and things seem to be working well except for one issue. I have Latest Group Posts in block 2 and a couple of threads in a particular group don't seem to be showing...
Forum:
vBulletin 3.8 Add-ons
12-02-2010, 03:22 PM
Replies:
227
Add-On Releases -
CND Garage - Timeslips
Views:
37,021
Posted By
skor
Is this fix still something that needs to be made...
Is this fix still something that needs to be made to the latest version?
I got the same error using the latest version and then made this fix and it went away. Just want to check.
Thank you...
Forum:
vBulletin 4.x Add-ons
11-29-2010, 11:15 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
218,699
Posted By
skor
well i got the Rate this seller button to show up...
well i got the Rate this seller button to show up in the postbit of the first post in a sale thread but I am seeing the same thing with the rating.
One person has itrader score of 9...members who...
Forum:
vBulletin 4.x Add-ons
11-29-2010, 07:12 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
218,699
Posted By
skor
I must be missing something because I can't seem...
I must be missing something because I can't seem to figure out how to get the Rate Trade Button in Postbit to show. Tried both setting and verified that permissions are set correctly.
Can someone...
Forum:
vBulletin 4.x Add-ons
11-25-2010, 07:35 PM
Replies:
40
Mini Mods -
vBadvanced 4.0 Portal Tab link brought to you by vBHispano
Views:
13,668
Posted By
skor
How do I get it to not show the "Hompage" sub...
How do I get it to not show the "Hompage" sub menu link?
Forum:
vBulletin 3.8 Add-ons
10-10-2010, 08:51 PM
Replies:
87
Major Additions -
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Views:
47,002
Posted By
skor
Well I couldn't really figure out an elegant...
Well I couldn't really figure out an elegant solution but I did this to get rid of the error message..
Replaced
eval(print_standard_redirect(''));
With..
...
Forum:
vBulletin 3.8 Add-ons
10-10-2010, 06:28 AM
Replies:
87
Major Additions -
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Views:
47,002
Posted By
skor
I am getting the same message When I click...
I am getting the same message
When I click the banner, I am getting the following messge...
Redirecting...
Could not find phrase ' '.
Click here if your browser does not automatically...
Forum:
vBulletin 3.7 Add-ons
10-09-2010, 02:39 AM
Replies:
107
Major Additions -
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Views:
43,536
Posted By
skor
When I click the banner, I am getting the...
When I click the banner, I am getting the following messge...
But then it redirects ok...anyone know what could be causing the Could not find phrase message?
Also, I am not seeing the...
Forum:
vB3 Design and Graphics Discussions
10-07-2010, 04:41 PM
Replies:
0
Template for post display?
Views:
756
Posted By
skor
Template for post display?
I can't seem to locate which template controls the page that shows the posts.
i.e. Say for example on this page, I want to add a banner above the Post Reply button above.
I tried forumdisplay...
Forum:
vB4 Design and Graphics Discussions
10-02-2010, 08:16 PM
Replies:
6
Small gap between titleimage and tabs
Views:
1,538
Posted By
skor
Hi thanks for the quick reply. I was...
Hi thanks for the quick reply.
I was actually able to fix it by increasing the height of the background image. I had it at 100px but when I increased it to 150px, it is now flush with the navbar.
Forum:
vB4 Design and Graphics Discussions
10-02-2010, 08:03 PM
Replies:
6
Small gap between titleimage and tabs
Views:
1,538
Posted By
skor
Does anyone know if there is a way to correct...
Does anyone know if there is a way to correct this? The suggested fix above doesn't seem to work anymore.
Forum:
vB4 Design and Graphics Discussions
10-02-2010, 06:52 PM
Replies:
0
Header height change issues
Views:
674
Posted By
skor
Header height change issues
I changed the header height by changing the header_padding stylevar Top setting from 0 to 50. The problem I am having is that the login block is now pushed down and sitting in the middle of the...
Forum:
Modification Graveyard
02-01-2010, 04:14 AM
Replies:
175
New Posting Features -
BBR - Welcome Thread Upon Registration
Views:
32,254
Posted By
skor
Would it be possible to have the username in the...
Would it be possible to have the username in the welcome post link to that user's profile? Thinking along the lines of an introduction, I thought it would be nice to have the username link to that...
Forum:
vB4 Design and Graphics Discussions
01-30-2010, 06:16 PM
Replies:
0
Show thread rating in showthread
Views:
399
Posted By
skor
Show thread rating in showthread
Does anyone know if there's a way to show thread rating in the showthread template?
Right now, the thread rating shows up next to the thread title in forumdisplay but not in the actual thread...
Showing results 1 to 25 of 40
Page 1 of 2
1
2
>
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:43 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.01675 seconds
Memory Usage
2,040KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(39)
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.0009
(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(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(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(253, 0, 1,''); -> cached fperms for forum 253
(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(253, 0, 1,''); -> cached fperms for forum 253
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
FULLTEXT Search
php_sapi_name(): fpm-fcgi