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 17 of 17
Search took
0.00
seconds.
Search:
Posts Made By:
ChristianAlfred
Forum:
vB5 Programming Discussions
04-17-2021, 05:03 PM
Replies:
0
API, code to get last post
Views:
3,363
Posted By
ChristianAlfred
API, code to get last post
I have this code that works.
<?
if (isset($_GET['days'])) {
$num_days = (int)$_GET['days'];
} else {
$num_days = 10;
}
if (isset($_GET['wanted'])) {
Forum:
vBulletin 5.x Products & Extensions
03-28-2020, 07:27 AM
Replies:
17
Add-On Releases -
Duckways: Image upload with Imgur.com
Views:
6,602
Posted By
ChristianAlfred
Is it possible to have two icons? One for local...
Is it possible to have two icons? One for local upload and one for imgur?
Forum:
vBulletin 5.x Products & Extensions
12-05-2019, 02:34 PM
Replies:
36
New Posting Features -
Title Tag Grabber AND Video Embedding by MDawg for VB5
Views:
16,001
Posted By
ChristianAlfred
I have the same problem at...
I have the same problem at https://www.zoopet.com/forum
Example page:...
Forum:
vB5 General Discussions
01-23-2016, 04:04 PM
Replies:
3
Check if logged in PHP script
Views:
1,172
Posted By
ChristianAlfred
This was great. If you could extract username it...
This was great. If you could extract username it would be nice.
Forum:
vB5 Programming Discussions
01-07-2016, 12:13 PM
Replies:
0
Import photos
Views:
815
Posted By
ChristianAlfred
Import photos
Here is a script for import from vb3 to vb5
How can I make it work for vb4 to vb5?
Original code:...
Forum:
vBulletin 5.x Products & Extensions
01-07-2016, 08:22 AM
Replies:
190
Forum Home Enhancements -
[DBTech] InfoPanels v2 (vB5) [AJAX]
Views:
147,240
Posted By
ChristianAlfred
It has been som month. Anything new?
It has been som month. Anything new?
Forum:
vB5 Programming Discussions
01-03-2016, 02:14 PM
Replies:
2
How to add "Drop Down Sub Navigation" Function
Views:
1,741
Posted By
ChristianAlfred
Is there a way to use only CSS and not change...
Is there a way to use only CSS and not change headercode?
Forum:
vB5 Programming Discussions
09-20-2015, 01:21 PM
Replies:
1
Check usergroup on non-vb-pages
Views:
666
Posted By
ChristianAlfred
*bump* I have now posted it on...
*bump*
I have now posted it on getafreelancer.com and will pay for development
https://www.freelancer.com/projects/php/Translate-code-from-working-vBulletin/
Forum:
vB5 Programming Discussions
07-10-2015, 04:06 AM
Replies:
1
Check usergroup on non-vb-pages
Views:
666
Posted By
ChristianAlfred
Check usergroup on non-vb-pages
I have integrated vb4 with other pages to check if users are in the right group to access the page.
Example
if (is_member_of($vbulletin->userinfo, 6))
echo "In the right group";
} else {...
Forum:
vB5 Programming Discussions
07-10-2015, 04:02 AM
Replies:
1
Recognizing a logged in forum member
Views:
654
Posted By
ChristianAlfred
I also need to know
I also need to know
Forum:
vB4 Programming Discussions
08-09-2010, 11:00 AM
Replies:
0
Convert Plugin from 3.8 to 4.x
Views:
397
Posted By
ChristianAlfred
Convert Plugin from 3.8 to 4.x
I have a homemade plugin in my members profile. I can't find the right hook-location? It's now in memberlist_complete.
There is no error and no output...
require...
Forum:
vB4 Programming Discussions
07-04-2010, 02:33 PM
Replies:
0
Member profile hook?
Views:
363
Posted By
ChristianAlfred
Member profile hook?
I have made the following hook to show memberaquariums. In vb 3.8 it worked.
Is $userinfo[userid] changed in version 4.x
PHP-kod f?r plugin
require '../akvarium/include/connection.php';
...
Forum:
vBulletin Status Icon Sets
06-19-2010, 10:00 PM
Replies:
4
vB4 - Statusicons - Crystal
Views:
7,879
Posted By
ChristianAlfred
vB4 - Statusicons - Crystal
These icons are based on the Crystal icon theme - http://everaldo.com/crystal/
I have modified them to work with vBulletin. You can see my site at http://www.zoopet.com with the icons.
Preview...
Forum:
vBulletin 3.5 Add-ons
06-14-2010, 08:57 AM
Replies:
72
Expanded Get New Posts - Hours, Minutes and Even Seconds
Views:
19,112
Posted By
ChristianAlfred
Works great with 4.0 Replace: if...
Works great with 4.0
Replace:
if ($vbulletin->GPC['days'] < 1)
{
$vbulletin->GPC['days'] = 1;
}
$datecut = TIMENOW - (24 * 60 * 60 * $vbulletin->GPC['days']);
With:
Forum:
vB3 Programming Discussions
11-23-2007, 04:10 AM
Replies:
4
Avatar on non-vb page
Views:
701
Posted By
ChristianAlfred
I did it like this Same sql as above with...
I did it like this
Same sql as above with this line to show it.
echo "<div align='center'><img src='http://www.zoopet.com/forum/image.php?u=" . $rs_blog["userid"] . "&dateline" ....
Forum:
vB3 Programming Discussions
11-22-2007, 02:42 PM
Replies:
4
Avatar on non-vb page
Views:
701
Posted By
ChristianAlfred
The page is outside vbulletin and no include...
The page is outside vbulletin and no include files are loaded. Need some more info
Forum:
vB3 Programming Discussions
11-20-2007, 11:02 AM
Replies:
4
Avatar on non-vb page
Views:
701
Posted By
ChristianAlfred
Avatar on non-vb page
I have the following code to get the latest blog for my frontpage. How can I display the avatar for the user?
$query_blog = mysql_query("SELECT blogid, userid, username, title, lastblogtextid,...
Showing results 1 to 17 of 17
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:00 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.01981 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
(17)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(11)
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(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(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(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(216, 0, 1,''); -> cached fperms for forum 216
(unspecified) fetch_permissions(216, 0, 1,''); -> cached fperms for forum 216
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi