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 23 of 23
Search took
0.00
seconds.
Search:
Posts Made By:
visitangeles
Forum:
vBulletin 3.8 Add-ons
09-28-2009, 05:27 AM
Replies:
612
Miscellaneous Hacks -
Sidebar Column
Views:
159,985
Posted By
visitangeles
has any one figured out how to fix it for...
has any one figured out how to fix it for vbadvanced? i use this for Index in the control panel and no problem. i use ALL pages, then my cmps_index.php is all messed up. it moves everything over to...
Forum:
vBulletin 3.8 Add-ons
09-27-2009, 07:17 AM
Replies:
612
Miscellaneous Hacks -
Sidebar Column
Views:
159,985
Posted By
visitangeles
i have the same problem. did anyone come up...
i have the same problem.
did anyone come up for a fix for this yet?
please help!
Forum:
vBulletin 3.8 Add-ons
07-23-2009, 06:06 PM
Replies:
121
Forum Home Enhancements -
Tabbed Latest Album Pictures + Comments - Forum Home
Views:
33,918
Posted By
visitangeles
i installed it but cannot see the pictures. the...
i installed it but cannot see the pictures. the pictures just have a title on them but they do not show.
any ideas?
Forum:
vBulletin 3.6 Styles
06-19-2009, 02:36 PM
Replies:
8
travel style
Views:
4,429
Posted By
visitangeles
your site is not working
your site is not working
Forum:
vBulletin 3.8 Add-ons
06-05-2009, 12:02 AM
Replies:
225
Miscellaneous Hacks -
Cyb - Advanced 'New Posts' (AJAX)
Views:
61,285
Posted By
visitangeles
Can u do "New Posts: x (In y Threads)" per forum?...
Can u do "New Posts: x (In y Threads)" per forum? like they do in UBB Threads?
we just changed over and our members do u like the fact that they can go to the forum home and see all the unread...
Forum:
Modification Graveyard
06-04-2009, 11:50 PM
Replies:
274
Miscellaneous Hacks -
Display Unread Posts and New Reputation Comments
Views:
61,401
Posted By
visitangeles
is it possible to put the number of unread posts...
is it possible to put the number of unread posts per forum in the forumhomedisplay area kind of like how UBB Threads works?
basically put each line or each forum would have a the total number of...
Forum:
vB3 Programming Discussions
05-31-2009, 03:33 AM
Replies:
0
How to add new threads next to the replies number in Reply column
Views:
618
Posted By
visitangeles
How to add new threads next to the replies number in Reply column
Like in UBB, our members really like the idea of being able to see the number of replies, unread, next to the replies in the Reply column. How would you do that in Vbulletin? i installed the New...
Forum:
vB3 Design and Graphics Discussions
05-23-2009, 12:49 PM
Replies:
16
Adding a reply button to postbit without quote/no quote/no nested quote?
Views:
2,159
Posted By
visitangeles
thanks. that worked great, but when u add an...
thanks. that worked great, but when u add an extra button, it seems like it doesnt want to take it. like there is only so much space available.
it will only keep 4 buttons. not sure why?
do you...
Forum:
vB3 Design and Graphics Discussions
05-23-2009, 07:30 AM
Replies:
16
Adding a reply button to postbit without quote/no quote/no nested quote?
Views:
2,159
Posted By
visitangeles
Ok, you can see when I click the Quote button it...
Ok, you can see when I click the Quote button it puts: your username: Lynne in the Quote section. What I want to be able to do is in the Title section add your name or whoever I clicked on to Quote,...
Forum:
vB3 Design and Graphics Discussions
05-22-2009, 11:06 PM
Replies:
16
Adding a reply button to postbit without quote/no quote/no nested quote?
Views:
2,159
Posted By
visitangeles
I want to be able to put a simple Reply button...
I want to be able to put a simple Reply button next to Quote, but the Reply is ONLY to that particular previous poster (kind of like a quote but not putting anything in the message area) and in the...
Forum:
vBulletin 3.8 Add-ons
05-16-2009, 05:39 AM
Replies:
225
Miscellaneous Hacks -
Cyb - Advanced 'New Posts' (AJAX)
Views:
61,285
Posted By
visitangeles
it works just fine for me except on the...
it works just fine for me except on the vbadvanced home page. what is the issue there? it is in the menu bar.
also, how could you put New Posts (the number of new posts) next to each Forum Title...
Forum:
vB3 Programming Discussions
05-12-2009, 02:00 AM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
i dont understand. i dont use any html or php...
i dont understand. i dont use any html or php tags in the plugin. $php is taken from the yahoo site that i scrape the financial data.
i thought you were not suppose to use php or html in the...
Forum:
vB3 Programming Discussions
05-11-2009, 06:08 PM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
ok. original code: <!DOCTYPE html...
ok.
original code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>...
Forum:
vB3 Programming Discussions
05-11-2009, 04:48 PM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
original code is this: <?php $today =...
original code is this:
<?php
$today = date('Y-m-d');
$con = mysql_connect('localhost', 'username', 'passwd1'); # please put appropriate values here
if (!$con)
{
die('Could not connect:...
Forum:
vB3 Programming Discussions
05-11-2009, 03:12 PM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
yes. i finally got it to work. it showed the...
yes. i finally got it to work. it showed the currency. i refreshed and it was gone! :(
so i thought it was the hook - global_start - like it will deal with global commands but just on the start or...
Forum:
vB3 Programming Discussions
05-11-2009, 05:51 AM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
i did that in method B. it worked just the one...
i did that in method B. it worked just the one time. i used global_start as the hook.
is there a better hook or how would you create a better hook?
i would imagine that if i used global start,...
Forum:
vB3 Programming Discussions
05-10-2009, 06:07 PM
Replies:
13
Trying to add PHP to my forums
Views:
1,546
Posted By
visitangeles
Trying to add PHP to my forums
I am trying to add this simple PHP code to scrape the latest currency to my forums. What is the best and easiest way? thanks,
<?php
$today = date('Y-m-d');
$con = mysql_connect('localhost',...
Forum:
vBulletin 3.5 Add-ons
05-03-2009, 06:46 AM
Replies:
28
User Defined Date & Time Format Display
Views:
18,261
Posted By
visitangeles
has anyone figured out how to install this on...
has anyone figured out how to install this on 3.8x?
Forum:
vBulletin 3.6 Add-ons
03-24-2009, 08:58 AM
Replies:
1,180
Major Additions -
ICash, Simple, stand alone point system.
Views:
251,843
Posted By
visitangeles
Also, I want to be able to somehow allow Users to...
Also, I want to be able to somehow allow Users to use their credits at our casino. I changed the casino_cash to money, but can you run both? or is there a conflict
Forum:
vBulletin 3.6 Add-ons
03-24-2009, 08:56 AM
Replies:
1,180
Major Additions -
ICash, Simple, stand alone point system.
Views:
251,843
Posted By
visitangeles
How do I manually award Users Icash credits in a...
How do I manually award Users Icash credits in a batch?
We have over 12,000 users who will begin to use this and want to come up with a formula for those users, as well, from time to time, award...
Forum:
vBulletin 3.5 Add-ons
03-18-2009, 03:05 AM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
549,186
Posted By
visitangeles
i must be the only knucklehead on here that didnt...
i must be the only knucklehead on here that didnt figure out that you have to make a bet by making it in a thread! lol.
i thought u set up an event at vbookie homepage.
it works now if i go to...
Forum:
vBulletin 3.5 Add-ons
03-16-2009, 09:43 PM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
549,186
Posted By
visitangeles
Is there another vbookie like product? I...
Is there another vbookie like product?
I have casino .92 - is that it out there?
Forum:
vBulletin 3.5 Add-ons
03-16-2009, 09:42 PM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
549,186
Posted By
visitangeles
still is not working for me. i have all the...
still is not working for me.
i have all the permissions set.
no way to place a bet - how do you do this?
i have the latest vb 3.8.1
anyone get it working? any ideas?
Showing results 1 to 23 of 23
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
02:26 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.04490 seconds
Memory Usage
2,019KB
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
(23)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(54)
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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(195, 0, 1,''); -> cached fperms for forum 195
(unspecified) fetch_permissions(195, 0, 1,''); -> cached fperms for forum 195
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi