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:
AlexSFBay
Forum:
vBulletin 3.0 Full Releases
07-19-2006, 06:13 AM
Replies:
59
Allow usergroups ( Admins ) to use HTML for posts , sigs
Views:
11,899
Posted By
AlexSFBay
Quick update: I found the preview section in...
Quick update: I found the preview section in ->Style Manger->Editor Template->editpost. The part that displays the preview text is $postpreview. I see that $postpreview is defined in the...
Forum:
vBulletin 3.0 Full Releases
07-18-2006, 06:44 PM
Replies:
59
Allow usergroups ( Admins ) to use HTML for posts , sigs
Views:
11,899
Posted By
AlexSFBay
I'm looking for a hack for this as well. I'm...
I'm looking for a hack for this as well. I'm going to try a few things and let you know if anything works.
Forum:
vB3 Programming Discussions
11-01-2005, 06:34 AM
Replies:
18
add a field to the thread table
Views:
1,895
Posted By
AlexSFBay
Hi SirAdrian, I did find the "newthread"...
Hi SirAdrian,
I did find the "newthread" template so I can add the new form field, but for the life of me I couldn't find:
newthread_post_start
newpost_process
threadfpdata_start
I'm...
Forum:
vBulletin 3.0 Beta Releases
09-07-2005, 09:51 PM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
I was also wondering how one can have an...
I was also wondering how one can have an excerpted post for news threads that links back to your custom CMS page. See example in action here...
Forum:
vBulletin 3.0 Beta Releases
09-07-2005, 09:47 PM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
I just realized there's more to the "Source" link...
I just realized there's more to the "Source" link function. Your script needs to be able to scan the text output and capture the URL. Anyone wanna take a stab on how to do that.
Forum:
vBulletin 3.0 Beta Releases
09-05-2005, 06:11 AM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
I figured it out... in case anybody was curious....
I figured it out... in case anybody was curious. See PHP function parse_url (http://us3.php.net/function.parse-url).
<?php
$myDomain = parse_url("http://www.yahoo.com/index.php#examples");...
Forum:
vBulletin 3.0 Beta Releases
05-24-2005, 04:14 AM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
Nice work on the greenhybrid site! Would you mind...
Nice work on the greenhybrid site! Would you mind sharing your PHP parse code -- I'm guessing you used preg_replace() -- to format the source link on the front page?
Forum:
Modification Requests/Questions (Unpaid)
03-10-2005, 12:33 AM
Replies:
54
Poll on front page
Views:
5,899
Posted By
AlexSFBay
Bump again...
Bump again...
Forum:
Modification Requests/Questions (Unpaid)
09-21-2004, 02:10 AM
Replies:
1
Execute An External Script After Thread Creation
Views:
1,125
Posted By
AlexSFBay
I would love to know if you got this to work, or...
I would love to know if you got this to work, or if someone has an answer to the question above.
Forum:
vBulletin 3.0 Beta Releases
09-15-2004, 06:46 AM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
I figured it out! After a couple hours of...
I figured it out! After a couple hours of tweaking my script, I finally figured out that
chdir('forums/');
require_once('./global.php');
needs to be located right at the very top (before any...
Forum:
vBulletin 3.0 Beta Releases
09-15-2004, 05:47 AM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
I randomly get "Unable to add cookies, header...
I randomly get "Unable to add cookies, header already sent." Any ideas how can fix that?
Forum:
Modification Requests/Questions (Unpaid)
09-12-2004, 04:06 PM
Replies:
9
URL Attachment as well as Files
Views:
1,830
Posted By
AlexSFBay
If you're looking for a Link Directory script, go...
If you're looking for a Link Directory script, go with vBadvanced Links Directory (http://www.vbadvanced.com/products.php?do=productinfo&p=2). It does everything you're looking for and more.
Forum:
Modification Requests/Questions (Unpaid)
09-11-2004, 06:47 AM
Replies:
9
URL Attachment as well as Files
Views:
1,830
Posted By
AlexSFBay
This is exactly what I'm looking for. Anyone have...
This is exactly what I'm looking for. Anyone have clue on how to do this?
Forum:
Modification Requests/Questions (Unpaid)
09-06-2004, 12:15 AM
Replies:
0
Monthly Archive
Views:
742
Posted By
AlexSFBay
Monthly Archive
I'm putting together a news front-end based on specific forums in my vBulletin database and I would like to incorporate a Monthly Archive section.
Here's what I'm trying to do:
1. script checks...
Forum:
vBulletin 3.0 Beta Releases
09-04-2004, 09:01 PM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
The script works, but I'm getting errors at the...
The script works, but I'm getting errors at the end
Warning: mysql_query(): 5 is not a valid MySQL-Link resource in /home/ehomeu2/public_html/forums/includes/db_mysql.php on line 212
Warning:...
Forum:
vBulletin 3.0 Beta Releases
09-04-2004, 06:36 PM
Replies:
81
News Out - posts from forum(s) on any page
Views:
17,290
Posted By
AlexSFBay
Wow, you've read my mind. I've been piecing...
Wow, you've read my mind. I've been piecing together a bunch of hacks to come up with something like this. I've downloaded it and I'll give you my thoughts on how the process went for me. In any...
Forum:
vBulletin 3.0 Full Releases
08-28-2004, 06:26 PM
Replies:
42
RSS Output Mod & Icon
Views:
11,086
Posted By
AlexSFBay
I just tweaked the XML image display placement to...
I just tweaked the XML image display placement to align to the right of the Forum/Thread title. Looks much cleaner.
FORUMHOME
<!-- ORGINAL CODE <td class="thead" width="100%"...
Forum:
vBulletin 3.0 Full Releases
08-25-2004, 11:25 PM
Replies:
139
VB Login on a Non-VB Page vB3 RC3
Views:
54,415
Posted By
AlexSFBay
This hack is GREAT, but I was wondering if anyone...
This hack is GREAT, but I was wondering if anyone figured out a way to not have users on non-vB pages showing up on the forum's "Who's Online" page, which results in:
Guest | Unknown Location...
Forum:
Modification Requests/Questions (Unpaid)
08-25-2004, 01:15 AM
Replies:
3
Blog-style front end for vB3
Views:
1,571
Posted By
AlexSFBay
Lic. taken care of -- I edited my profile with a...
Lic. taken care of -- I edited my profile with a new email address on this site but not in the vbulletin.com Members Area.
Forum:
Modification Requests/Questions (Unpaid)
08-21-2004, 04:32 AM
Replies:
3
Blog-style front end for vB3
Views:
1,571
Posted By
AlexSFBay
Blog-style front end for vB3
Ok here's my request, and it's a tall order! I'm looking for a front end to my forum that is very much like a blog -- with individual articles (with comment link, email to a friend, print version),...
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
06:09 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.01704 seconds
Memory Usage
1,993KB
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
(41)
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.0008
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi