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 31
Search took
0.00
seconds.
Search:
Posts Made By:
asdfadrian
Forum:
vB3 Programming Discussions
06-02-2011, 02:49 PM
Replies:
2
BBCode include
Views:
712
Posted By
asdfadrian
You will need to do that through hooks and...
You will need to do that through hooks and variables. BBcode are template only and does nothing on the server-side. So you will need to include the proper hook as well as the include to define the...
Forum:
vB3 Programming Discussions
06-02-2011, 02:46 PM
Replies:
4
Need help editing Php file.
Views:
855
Posted By
asdfadrian
Well to save time, it would be helpful to specify...
Well to save time, it would be helpful to specify which mod.
Forum:
vB3 Programming Discussions
06-02-2011, 02:45 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
So with no errors, with the chat still not...
So with no errors, with the chat still not working, where do you think the issue begins with now?
Forum:
vB3 Programming Discussions
05-29-2011, 08:08 AM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Changes applied. Strange enough, there are no...
Changes applied. Strange enough, there are no errors outputted. Yet the chat continues to be broken..
Forum:
vB3 Programming Discussions
05-27-2011, 02:31 AM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
That worked, now it properly generates the REAL...
That worked, now it properly generates the REAL errors:
Edit. Nvm it didnt work.
[26-May-2011 22:39:13] PHP Warning: ...
Forum:
vB3 Programming Discussions
05-27-2011, 01:37 AM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
No which is why I am trying to set it to the Root...
No which is why I am trying to set it to the Root of the directory. I though DIR would function as root.
Global is in community/global.php
chat is in community/wc3nightelf/chat.php
...
Forum:
vB3 Programming Discussions
05-27-2011, 01:00 AM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Sorry, that was actually my fault for the minor...
Sorry, that was actually my fault for the minor error. Here is the generated error log:
[26-May-2011 20:58:29] PHP Warning: require_once(./global.php) [<a...
Forum:
vB3 Programming Discussions
05-26-2011, 11:59 PM
Replies:
4
Making a more specific spoil/hide bbcode
Views:
1,020
Posted By
asdfadrian
In your bbcode manager for the replace code you...
In your bbcode manager for the replace code you want to do something like this if you want the user viewing the thread to have a post count greater than 50.
<if condition="$bbuserinfo[posts] >...
Forum:
vB3 Programming Discussions
05-26-2011, 11:54 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Can anyone further investigate with this issue?...
Can anyone further investigate with this issue? What other information should I supply so that others can fully analyze the problem?
Forum:
vB3 Programming Discussions
05-22-2011, 10:32 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Line 7 would be: session_start(); To be...
Line 7 would be:
session_start();
To be more specific on the current chat.php I have shown you the coding below:
<?php
// Start a session and get/generate a random user_id
// We'll use...
Forum:
vB3 Programming Discussions
05-22-2011, 07:10 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Well I cannot see the table but I know those...
Well I cannot see the table but I know those table values do exist. We have another chat that uses the same calls and it has an icon and color table value. The old chat works, but its very buggy and...
Forum:
vB3 Programming Discussions
05-22-2011, 05:36 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Well theres 3 files involved. chat.php, chat.txt...
Well theres 3 files involved. chat.php, chat.txt and chat.htm Everything I have showed you is the complete code. Chat.txt as you can imagine, is just the file it writes to and displays.
Below is...
Forum:
vB3 Programming Discussions
05-22-2011, 04:51 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Well I have modified the top of the code a bit so...
Well I have modified the top of the code a bit so that the code would work if the $user_id was blank. I tried both the $userid and $USER_ID and still nothing.
So I can ensure that its not an...
Forum:
vB3 Programming Discussions
05-21-2011, 05:28 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
I am not entirely sure whether its $userid or...
I am not entirely sure whether its $userid or $USER_ID but when I changed it to $userid, the chat doesnt work no more. It doesnt connect the user. So it must be $USER_ID.
As for the while loop, I...
Forum:
vB3 Programming Discussions
05-21-2011, 04:35 PM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Here is a screenshot of the issue. The...
Here is a screenshot of the issue.
The conding header for the non-boxed area of the screenshot is shown below:
error_reporting(0);
session_start();
header('Cache-control: private'); // IE6...
Forum:
vB3 Programming Discussions
05-21-2011, 06:44 AM
Replies:
22
Custom chat not showing Usernames?
Views:
2,039
Posted By
asdfadrian
Custom chat not showing Usernames?
Hello there I have a custom chat that functions properly; however, it doesnt properly display the usernames. Can someone help me with this?
Online Demo...
Forum:
vB3 Programming Discussions
05-20-2011, 03:58 AM
Replies:
6
what hook is the postbit attahment ?
Views:
1,215
Posted By
asdfadrian
What hook did you use to get the custom template...
What hook did you use to get the custom template to display? I cant get anything to display with any hooks
Forum:
vB3 Design and Graphics Discussions
05-20-2011, 02:38 AM
Replies:
2
Custom Attachment Field in NewPost and Display as Preview next to thread in Forum
Views:
1,058
Posted By
asdfadrian
Uhmmmm, anyone? Please help me!
Uhmmmm, anyone? Please help me!
Forum:
vB3 General Discussions
05-20-2011, 02:36 AM
Replies:
3
How to edit this?
Views:
635
Posted By
asdfadrian
Oops I forgot to update that I fixed it. ...
Oops I forgot to update that I fixed it.
Yeah I overlooked the "Search" functions. I guess it was annoying me to the point I was no longer even thinking properly.
Forum:
vBulletin 3.8 Template Modifications
05-18-2011, 11:06 PM
Replies:
7
Forum Display Enhancements -
Custom Forum Display
Views:
3,962
Posted By
asdfadrian
1. Simple, first we make a custom template and...
1. Simple, first we make a custom template and lets title it "customized_displayforum" go to you styles manager and go to Forum Display Templates>FORUM DISPLAY, copy and paste the default...
Forum:
vB3 Design and Graphics Discussions
05-18-2011, 09:00 PM
Replies:
2
Custom Attachment Field in NewPost and Display as Preview next to thread in Forum
Views:
1,058
Posted By
asdfadrian
Does anyone know? --------------- Added...
Does anyone know?
--------------- Added 1305760943 at 1305760943 ---------------
At least someone tell me how to embed the newattachment.php above the tags when posting a new thread.
...
Forum:
vB3 Design and Graphics Discussions
05-16-2011, 11:56 PM
Replies:
5
Using Custom Template from FORUMDISPLAY
Views:
1,333
Posted By
asdfadrian
Thank you that helped a lot! Also I realized...
Thank you that helped a lot!
Also I realized that I can just look at the forumdisplay.php or any .php file and search for the "Eval Hooks" used for different templates :D
Forum:
vB3 Design and Graphics Discussions
05-16-2011, 11:54 PM
Replies:
2
Custom Attachment Field in NewPost and Display as Preview next to thread in Forum
Views:
1,058
Posted By
asdfadrian
Custom Attachment Field in NewPost and Display as Preview next to thread in Forum
I currently have made custom modified ForumDisplay.php and newthread.php
What I am asking how do I include a separate "Browse from computer" attachment input field into my newthread.php when a...
Forum:
vBulletin 3.8 Template Modifications
05-16-2011, 11:16 PM
Replies:
7
Forum Display Enhancements -
Custom Forum Display
Views:
3,962
Posted By
asdfadrian
Edit, nvm got it working.
Edit, nvm got it working.
Forum:
vB3 General Discussions
05-16-2011, 10:35 PM
Replies:
3
How to edit this?
Views:
635
Posted By
asdfadrian
How to edit this?
Im not sure, but just today I noticed that someone edited the templates and I cannot seem to find exactly which one. How do I remove the word "Hive" in the image attached below? The image displays...
Showing results 1 to 25 of 31
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
07:33 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.08786 seconds
Memory Usage
2,075KB
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.0007
(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(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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(168, 0, 1,''); -> cached fperms for forum 168
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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