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 37
Search took
0.00
seconds.
Search:
Posts Made By:
ralphuk100
Forum:
Modification Requests/Questions (Unpaid)
04-26-2005, 11:48 AM
Replies:
3
including php in postbit template?
Views:
938
Posted By
ralphuk100
If I put all of my PHP in showthread how do I...
If I put all of my PHP in showthread how do I call it in postbit?
Forum:
Modification Requests/Questions (Unpaid)
04-26-2005, 10:49 AM
Replies:
3
including php in postbit template?
Views:
938
Posted By
ralphuk100
including php in postbit template?
How do I include the following code in postbit?
<?
$dbHost = "xxx";
$dbUser = "xxx";
$dbPass = "xxx";
$dbName = "xxx";
$link = mysql_connect($dbHost, $dbUser, $dbPass) or die ("Could...
Forum:
Mod of the Month
09-15-2004, 08:18 AM
Replies:
15
HotM September
Views:
6,022
Posted By
ralphuk100
Totally agree with brad.loo
Totally agree with brad.loo
Forum:
Modification Requests/Questions (Unpaid)
09-13-2004, 03:17 PM
Replies:
0
default sort (asc or desc)
Views:
852
Posted By
ralphuk100
default sort (asc or desc)
I have a hack on my forums to allow me to change the default sort field of a forum. I would also like to be able to set whether the forum is sorted ASC or DESC. Is there a hack for this? If not I am...
Forum:
vBulletin 3.0 Full Releases
09-13-2004, 12:39 PM
Replies:
223
Advanced Editing Options For Mods & Admins
Views:
57,627
Posted By
ralphuk100
Ug....I give up - it works fine on most forums...
Ug....I give up - it works fine on most forums but if I take the date before today on one forum it disappears from the thread list, if I then set it back to today or in the future it starts showing...
Forum:
vBulletin 3.0 Full Releases
09-13-2004, 11:58 AM
Replies:
223
Advanced Editing Options For Mods & Admins
Views:
57,627
Posted By
ralphuk100
Ok - I think the user being able to edit was a...
Ok - I think the user being able to edit was a cacheing issue. All seems fine now. But still questioning "install"?
Forum:
vBulletin 3.0 Full Releases
09-13-2004, 11:52 AM
Replies:
223
Advanced Editing Options For Mods & Admins
Views:
57,627
Posted By
ralphuk100
Questions: 1) Where on earth is "install"?? and...
Questions: 1) Where on earth is "install"?? and how do you hit it? And secondly, how come even normal users can see this advanced edit option?
Forum:
Modification Requests/Questions (Unpaid)
09-13-2004, 11:39 AM
Replies:
5
Alter posted date
Views:
897
Posted By
ralphuk100
Actually the thread is still there - its just not...
Actually the thread is still there - its just not showing up on the forumdisplay thread list???
Forum:
Modification Requests/Questions (Unpaid)
09-13-2004, 11:29 AM
Replies:
5
Alter posted date
Views:
897
Posted By
ralphuk100
Help!!! I have installed this hack and it works...
Help!!! I have installed this hack and it works fine if I ADVANCE the date posted...if I take it back then the post disappears from the threadlist!!!
Forum:
Modification Requests/Questions (Unpaid)
09-09-2004, 11:27 AM
Replies:
5
Alter posted date
Views:
897
Posted By
ralphuk100
thanks :)
thanks :)
Forum:
Modification Requests/Questions (Unpaid)
09-09-2004, 07:59 AM
Replies:
5
Alter posted date
Views:
897
Posted By
ralphuk100
Alter posted date
Is there a hack to enable us to select the date that a new thread was posted such as posting back dated news stories so they appear with the original date created.
Forum:
Modification Requests/Questions (Unpaid)
09-01-2004, 12:15 PM
Replies:
10
Signiture Image Size Limit
Views:
1,427
Posted By
ralphuk100
Anyone got an update on this?
Anyone got an update on this?
Forum:
Modification Requests/Questions (Unpaid)
09-01-2004, 08:20 AM
Replies:
0
phpmychat for vb3?
Views:
892
Posted By
ralphuk100
phpmychat for vb3?
Anyone know how to hack phpmychat to work on vb3?
Currently it is working like example on www.southportforums.com/
Please look on "live chat" to see how it works rather than me try to explain...
Forum:
Modification Requests/Questions (Unpaid)
08-31-2004, 01:53 PM
Replies:
0
different forum layout for sticky threads...
Views:
787
Posted By
ralphuk100
different forum layout for sticky threads...
Any way of replicating how invasion handles sticky threads (splits them with a category strip) in vb3? Example on page below:
http://www.saddle-up.org.uk/forums/index.php?showforum=2
Forum:
Modification Requests/Questions (Unpaid)
08-27-2004, 09:24 AM
Replies:
0
Friendly/Long date on postbit?
Views:
698
Posted By
ralphuk100
Friendly/Long date on postbit?
How do I edit my postbit template so that the date is displayed as Friday 27th August 2004, 11.33am rather than 2004-08-27? I only want to do this on one style so I cant change the date format in the...
Forum:
Community Lounge
08-26-2004, 12:08 PM
Replies:
10
What are current market rates for hacks, mods, etc.?
Views:
1,162
Posted By
ralphuk100
I have an hourly rate of around £20 for PHP...
I have an hourly rate of around £20 for PHP coding (the underlying language of Vb), however, that is flexible. If its going to be a long job then I tend to do a fixed price quote. I also take into...
Forum:
Modification Requests/Questions (Unpaid)
08-16-2004, 08:04 AM
Replies:
1
No Outside Image Tags in Sigs
Views:
904
Posted By
ralphuk100
yes - the quickest way would be a bit of php -...
yes - the quickest way would be a bit of php - using server variables to check the domain....
if ($_SERVER['HTTP_HOST'] == "www.yoursite.com") {
//load image
}
else {
//dont load image
Forum:
Modification Requests/Questions (Unpaid)
08-16-2004, 07:51 AM
Replies:
18
size limit for sig's
Views:
2,852
Posted By
ralphuk100
I was saying that I also have problems with...
I was saying that I also have problems with people linking in massive sig pics.
Forum:
Modification Requests/Questions (Unpaid)
08-06-2004, 02:20 PM
Replies:
3
rounded corners to forum / thread displays?
Views:
966
Posted By
ralphuk100
I have had a pretty thorough read through...
I have had a pretty thorough read through vbulletin.com over the last week or so and not spotted it....don't suppose you can remember what thread you saw it on can you? ;)
Forum:
Modification Requests/Questions (Unpaid)
08-06-2004, 12:04 PM
Replies:
3
rounded corners to forum / thread displays?
Views:
966
Posted By
ralphuk100
rounded corners to forum / thread displays?
Is there any way to use rounded corners on my forum displays / forum blocks / threads...etc etc... you get the idea. Thanks.
Forum:
Modification Requests/Questions (Unpaid)
08-06-2004, 08:34 AM
Replies:
18
size limit for sig's
Views:
2,852
Posted By
ralphuk100
"i agree. its now becoming a problem on my...
"i agree. its now becoming a problem on my forums. some images in sigs are taking up nearly a quarter of the page! ridiculous."
What he said!
Forum:
Modification Requests/Questions (Unpaid)
08-05-2004, 03:19 PM
Replies:
2
Watermarking the Attachments
Views:
948
Posted By
ralphuk100
I am very interested to know about this :)
I am very interested to know about this :)
Forum:
Modification Requests/Questions (Unpaid)
08-05-2004, 02:31 PM
Replies:
10
Signiture Image Size Limit
Views:
1,427
Posted By
ralphuk100
I am also very interested.
I am also very interested.
Forum:
Modification Requests/Questions (Unpaid)
08-05-2004, 09:50 AM
Replies:
12
sort threads by dateline for certain forums..
Views:
1,223
Posted By
ralphuk100
Thanks kirbyDE - at the moment we only need the...
Thanks kirbyDE - at the moment we only need the sort order for all forums to be descending as default so luckily don't need to hack anymore. I just added a var name date_creation to sort out the...
Forum:
Modification Requests/Questions (Unpaid)
08-04-2004, 11:48 AM
Replies:
6
profile picture ONLY on first post.
Views:
964
Posted By
ralphuk100
I put $threadinfo[firstpostid] in my postbit (I...
I put $threadinfo[firstpostid] in my postbit (I can do it on the one I am using as its a test db) and nothing was displayed....how do I get it into the thread? I thought firstpostid would be global??
Showing results 1 to 25 of 37
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
03:15 AM
.
-- 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.03753 seconds
Memory Usage
2,030KB
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
(23)
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.0010
(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(203, 0, 1,''); -> cached fperms for forum 203
(unspecified) fetch_permissions(203, 0, 1,''); -> cached fperms for forum 203
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(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(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi