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:
gibhut
Forum:
vBulletin 3.5 Add-ons
05-31-2006, 12:53 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Change $journalinfo[private] to...
Change $journalinfo[private] to $journalinfo['private'] and $bbuserinfo[private] to $bbuserinfo['private'] That should fix it
Forum:
vBulletin 3.5 Add-ons
05-30-2006, 12:19 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
ok quick explain , Parse error: syntax error,...
ok quick explain ,
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/mysite/public_html/forums/journal.php(564) : eval()'d code on line 188
means line 564 of journal.php is...
Forum:
vBulletin 3.5 Add-ons
05-25-2006, 07:48 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
We had to fix a couple of them when we went to...
We had to fix a couple of them when we went to php5 and mysql 5
If you get errors.. Ask me
Forum:
vBulletin 3.5 Add-ons
05-25-2006, 07:45 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
What template is being pulled in on line 1593. ...
What template is being pulled in on line 1593.
open that template and show me line 61 and i can show you how to fix it..
Forum:
vBulletin 3.5 Add-ons
05-24-2006, 02:00 AM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
hmm so NO questions about this ?
hmm so NO questions about this ?
Forum:
vBulletin 3.5 Add-ons
05-22-2006, 04:35 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
We wrote out own buddy list (relational) and not...
We wrote out own buddy list (relational) and not storing it in one field anymore.
and we wrote our own comment system,
what is showing on the profile is just a simple script to grab the top 8...
Forum:
vBulletin 3.5 Add-ons
05-21-2006, 12:02 AM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
We use it.. 100,000 Users and it runs fine ...
We use it..
100,000 Users and it runs fine
had to work out some kinks in it..
Forum:
vBulletin 3.5 Add-ons
05-20-2006, 05:50 AM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Figured that would perk up some interest
Figured that would perk up some interest
Forum:
vBulletin 3.5 Add-ons
05-18-2006, 08:28 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
if YOU have a problem with it.. I might could...
if YOU have a problem with it.. I might could help you. i fixed it up myself and added some stuff like Blog Subscriptions and a main blog control panel and such.. Hit me up
Forum:
vBulletin 3.5 Add-ons
05-18-2006, 08:26 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
i have it working on php 5.1.2 and mysql 5 ...
i have it working on php 5.1.2 and mysql 5
What problems are you having
Forum:
vBulletin 3.5 Add-ons
05-03-2006, 01:28 PM
Replies:
219
Who Viewed My Profile
Views:
61,890
Posted By
gibhut
I have noticed the more profile views you have...
I have noticed the more profile views you have the more rows it scans when displaying who viewed.. Also on our site with 90,000 members i have noticed the table for profileviews gets mighty big (13...
Forum:
vB3 General Discussions
01-19-2006, 07:01 PM
Replies:
5
Phrase BBCODE & HTML
Views:
1,170
Posted By
gibhut
What i did was made a new Function for parsing...
What i did was made a new Function for parsing bbcode
take the orginal do_parse function in the class_bbcode.php and copy it. i pasted it and named it do_bulletin_parse
and made this small change...
Forum:
vBulletin 3.5 Add-ons
01-10-2006, 02:19 PM
Replies:
330
vB.Sponsors - Forum and Category Sponsorship with Statistics
Views:
75,399
Posted By
gibhut
33 and not faster . just bored heh (and had the...
33 and not faster . just bored heh (and had the error saved to ask the same question)
Forum:
vBulletin 3.5 Add-ons
01-10-2006, 12:40 PM
Replies:
330
vB.Sponsors - Forum and Category Sponsorship with Statistics
Views:
75,399
Posted By
gibhut
Parse error: parse error, unexpected ';' in...
Parse error: parse error, unexpected ';' in admincp\plugin.php(1228) : eval()'d code on line 3
there ya go
Forum:
vBulletin 3.5 Add-ons
01-04-2006, 02:08 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Those are in the template system
Those are in the template system
Forum:
vBulletin 3.5 Add-ons
01-03-2006, 04:36 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Also there is an error in the ...
Also there is an error in the
bitfield_journalhack.xml
<bitfield name="caneditowncomments" group="journal_permissions" phrase="can_edit_own_comments">32</bitfield>
was left out.. so this should...
Forum:
vBulletin 3.5 Add-ons
01-03-2006, 04:31 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
I used the tempate and Phrase Search to change...
I used the tempate and Phrase Search to change them all
Forum:
vBulletin 3.5 Add-ons
01-03-2006, 04:29 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
You can make a post to anyone's blog if you know...
You can make a post to anyone's blog if you know their blog id
In journal.php there is an error in the Function.
on line 94
function journalist_check($jid,$checkid)
{
global $db;
...
Forum:
vBulletin 3.5 Add-ons
12-14-2005, 04:14 PM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Found it. In the admin there is no Can edit...
Found it. In the admin there is no Can edit Comments. so i had to add
<bitfield name="caneditowncomments" group="journal_permissions"
phrase="can_edit_own_comments">32</bitfield>
Forum:
vBulletin 3.5 Add-ons
12-14-2005, 10:43 AM
Replies:
1,645
vBJournal for vBulletin 3.5
Views:
297,807
Posted By
gibhut
Had a little problem and can't figure it out for...
Had a little problem and can't figure it out for the life of me. When you make a comment on the journal and go back and edit that comment.. the page it sends you to is blank. this is a non admin...
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:20 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.02226 seconds
Memory Usage
1,995KB
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
(57)
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.0005
(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
(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
(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
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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
(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
(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