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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
ShayA
Forum:
vB4 General Discussions
05-22-2011, 06:04 PM
Replies:
0
email are not been sent out but from the diagnostic window
Views:
410
Posted By
ShayA
email are not been sent out but from the diagnostic window
hello,
any idea why email are not been sent out but from the diagnostic window?
When we use the diagnostic window emails are been sent with no problem.
But all other emails, including...
Forum:
vB4 Design and Graphics Discussions
05-19-2011, 03:40 PM
Replies:
2
Changing the style of the top left menu for nouser
Views:
423
Posted By
ShayA
I am looking to change only the top links...
I am looking to change only the top links background for nouser
the navbar_tab_background will change also the rest of the nav bar button (left-bottom)
Forum:
vB4 Design and Graphics Discussions
05-19-2011, 01:40 PM
Replies:
2
Changing the style of the top left menu for nouser
Views:
423
Posted By
ShayA
Changing the style of the top left menu for nouser
Hello,
How I can change the background color and the text of the top right menu (the login form and the buttons next to it)
I tried to edit the toplinks ul.nouser li under vbulletin-chrome.css...
Forum:
vB3 General Discussions
05-30-2006, 01:29 PM
Replies:
7
How to add a new section of information in the user profile page
Views:
1,020
Posted By
ShayA
Guys, Can anyone direct me with this issue. ...
Guys,
Can anyone direct me with this issue.
Thanks,
Forum:
vB3 General Discussions
05-28-2006, 02:02 PM
Replies:
7
How to add a new section of information in the user profile page
Views:
1,020
Posted By
ShayA
I think you did not understand my meaning. I...
I think you did not understand my meaning.
I would like to have a separate box that I will name it title and to be able to define in it some custom fields to be fill in by the user.
What you...
Forum:
vB3 General Discussions
05-28-2006, 06:41 AM
Replies:
7
How to add a new section of information in the user profile page
Views:
1,020
Posted By
ShayA
How to add a new section of information in the user profile page
Hello,
I would like to add a new section of information in the user profile page.
I would like to have a new box like the "Additional Information" box and to be able to define its display in the...
Forum:
vB3 General Discussions
03-24-2006, 10:45 AM
Replies:
6
How to make sub forums to be display on the forum homepage?
Views:
966
Posted By
ShayA
on http://forums.digitalpoint.com you can see the...
on http://forums.digitalpoint.com you can see the 3rd level of sub forum.
For example, "Search Engines" is the 1st level, "Google" is the 2nd and then you have a line where you can see the 3rd level...
Forum:
vB3 General Discussions
03-24-2006, 07:01 AM
Replies:
6
How to make sub forums to be display on the forum homepage?
Views:
966
Posted By
ShayA
How to make sub forums to be display on the forum homepage?
Hello guys,
How to make sub forums to be display on the forum homepage?
Take a look at http://forums.digitalpoint.com/. How This can be done.
I tried to define the "Depth of Forums - Forum Home"...
Forum:
Modification Requests/Questions (Unpaid)
03-20-2006, 09:27 AM
Replies:
4
Custom BB code translated by plug-in
Views:
846
Posted By
ShayA
no.... the replacement variable option will not...
no.... the replacement variable option will not be good in this case.
I need to be able to get the variable from a custom BB code then to use it as a parameter to a custom function that I will write...
Forum:
Modification Requests/Questions (Unpaid)
03-19-2006, 03:17 PM
Replies:
4
Custom BB code translated by plug-in
Views:
846
Posted By
ShayA
What do you mean ?
What do you mean ?
Forum:
Modification Requests/Questions (Unpaid)
03-19-2006, 11:07 AM
Replies:
4
Custom BB code translated by plug-in
Views:
846
Posted By
ShayA
Custom BB code translated by plug-in
How do I add a custom BB code that will be translated by a plug-in:
I will define a new custom BB code, name it as .
Suppose that in the editor I will write [PHOTO]http://www.123.com/p.php?if=100...
Forum:
vB3 General Discussions
03-18-2006, 08:23 AM
Replies:
1
How to add a custom parsing code ?
Views:
633
Posted By
ShayA
No one knows the answer for my Q. I realy need...
No one knows the answer for my Q.
I realy need help on this.
Many thanks,
Forum:
vB3 General Discussions
03-16-2006, 06:13 PM
Replies:
1
How to add a custom parsing code ?
Views:
633
Posted By
ShayA
How to add a custom parsing code ?
Hello,
I would like to add some rule in the editor that will translate a specific string to an html code (very similar to the BB code principle).
For example, suppose the use add this link to...
Forum:
vB3 General Discussions
02-13-2006, 04:32 AM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,245
Posted By
ShayA
I think I found the problem. Few days ago I...
I think I found the problem.
Few days ago I was looking for a way to include a custom header using php include.
I was told that the best way is to define a new plug-in and to call it on...
Forum:
vB3 General Discussions
02-12-2006, 09:09 AM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,245
Posted By
ShayA
I know what it means, but as you can see above,...
I know what it means, but as you can see above, nothing on the file but those 2 lines.
Could be that the chdir() send output to the user side?
Forum:
vB3 General Discussions
02-12-2006, 08:51 AM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,245
Posted By
ShayA
Unfortunately I get an error. I created a...
Unfortunately I get an error.
I created a test.php file. placed on the root folder.
In that file:
chdir('./forum');
require_once('./global.php');
When I run it I get an error
BTW, I looked at...
Forum:
vB3 General Discussions
02-12-2006, 08:04 AM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,245
Posted By
ShayA
Thank you very much. I tried that and I have a...
Thank you very much.
I tried that and I have a problem with it:
The folder structure is like that
web homepage
web/forum VB
I need to call the include in the "web" folder....
Forum:
vB3 General Discussions
02-12-2006, 04:41 AM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,245
Posted By
ShayA
How do you check if a user is already login (API)?
I have integrated VB in my website.
I imported all user to VB and use the VB login process whenever its necessary.
My question is how do you check if a user is already logged in (outside the VB...
Showing results 1 to 18 of 18
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:36 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.01657 seconds
Memory Usage
1,980KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(10)
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.0006
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(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