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 26
Search took
0.00
seconds.
Search:
Posts Made By:
Nickeh32
Forum:
vB Chat
05-17-2005, 11:53 PM
Replies:
0
/ Alert Function - Mods Only
Views:
1,196
Posted By
Nickeh32
/ Alert Function - Mods Only
Hello,
I would like to add a Alert function for forum staff.
I did some of it myself, it just inserts a 1 into a field in the database called alert.
Others may not do this, but i'm quite new...
Forum:
vB3 Programming Discussions
03-19-2005, 07:52 PM
Replies:
6
Bit templates :S
Views:
960
Posted By
Nickeh32
I've made a simple php script that takes news...
I've made a simple php script that takes news from a database.
But it won't display more than one row of the database, so i thought a bit template would do the job.
Forum:
vB3 Programming Discussions
03-19-2005, 10:03 AM
Replies:
6
Bit templates :S
Views:
960
Posted By
Nickeh32
I did, it didn't work. Yes thats what i'm...
I did, it didn't work.
Yes thats what i'm trying to do.
I made a table in the bit template which contains the news.
Then i want it shown in the news page, templates confuse me.
How do i do it?
Forum:
vB3 Programming Discussions
03-19-2005, 09:45 AM
Replies:
6
Bit templates :S
Views:
960
Posted By
Nickeh32
Like this? eval('$newsbit = "' ....
Like this?
eval('$newsbit = "' . fetch_template('newsbit') . '";');
Forum:
vB3 Programming Discussions
03-18-2005, 08:11 PM
Replies:
6
Bit templates :S
Views:
960
Posted By
Nickeh32
Bit templates :S
How do i insert a bit template into a page using another template?
Forum:
vB3 General Discussions
03-16-2005, 07:12 PM
Replies:
4
Second Moderator Group.
Views:
1,031
Posted By
Nickeh32
Nevermind, sorted it. Thanks anyway.
Nevermind, sorted it.
Thanks anyway.
Forum:
vB3 General Discussions
03-16-2005, 05:36 PM
Replies:
4
Second Moderator Group.
Views:
1,031
Posted By
Nickeh32
Then they have access to the modcp, and can...
Then they have access to the modcp, and can moderator all the forums.
The new usergroup isn't a moderator at all they just need access to the new cp i made.
Forum:
vB3 General Discussions
03-16-2005, 04:47 PM
Replies:
4
Second Moderator Group.
Views:
1,031
Posted By
Nickeh32
Second Moderator Group.
I know i could just make them a moderator BUT i have created my own cp for another othergroup, but i need that group to be able to login to the cp.
Anyone help?
Forum:
vB3 Programming Discussions
03-15-2005, 06:54 PM
Replies:
4
Coding assistance (news system)
Views:
1,082
Posted By
Nickeh32
Yes, i have no added a loop. It is because of...
Yes, i have no added a loop.
It is because of the template but i don't know how to sort it,
I'm getting very conffused by it all.
Code update:
//selecting the 'news' database to use
...
Forum:
vB3 Programming Discussions
03-15-2005, 05:35 PM
Replies:
4
Coding assistance (news system)
Views:
1,082
Posted By
Nickeh32
Just works the same. It may be the template....
Just works the same.
It may be the template.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] -...
Forum:
vB3 Programming Discussions
03-15-2005, 04:24 PM
Replies:
4
Coding assistance (news system)
Views:
1,082
Posted By
Nickeh32
Coding assistance (news system)
I'm making my own news system, i am having a problem showing the second table, it will only show one.
my code:
//selecting the 'news' database to use
mysql_select_db("news");
//Get...
Forum:
vB3 General Discussions
03-15-2005, 01:42 PM
Replies:
7
News System
Views:
1,323
Posted By
Nickeh32
News System
I am attempting to intergrate a news system in with my Vb.
I have allready tried Cutenews, some of you may of heard of it.
I could not do and and could not get assistance in doing it. So have...
Forum:
vB3 General Discussions
03-13-2005, 11:13 AM
Replies:
3
Group Help
Views:
810
Posted By
Nickeh32
I want it to do it because it deosn't show the...
I want it to do it because it deosn't show the rank and they don't get the permissions.
Forum:
vB3 General Discussions
03-13-2005, 10:54 AM
Replies:
3
Group Help
Views:
810
Posted By
Nickeh32
Group Help
When people apply to be in a certain usergroup and are accepted it is put as their secondary rank, and their first is Registered user, how do i make it as their primary group without changing it in...
Forum:
vB3 Programming Discussions
03-12-2005, 07:26 PM
Replies:
5
Else If in templates
Views:
911
Posted By
Nickeh32
Postbit, were the ranks are. I also have...
Postbit, were the ranks are.
I also have another problem, it some people are in a primary group that have a if statment for and it shows the rank image twice, how could i stop this?
Forum:
vB3 Programming Discussions
03-12-2005, 11:47 AM
Replies:
5
Else If in templates
Views:
911
Posted By
Nickeh32
yeh that's just a mistake, when i do this it just...
yeh that's just a mistake, when i do this it just makes the rank field blank
Forum:
vB3 Programming Discussions
03-12-2005, 11:06 AM
Replies:
5
Else If in templates
Views:
911
Posted By
Nickeh32
Else If in templates
I'm trying to show only banned rank when someone is banned, i don't know what the coding is for the templates, my friend told me is was XML but i'm not sure.
<if condition="is_member_of($post,...
Forum:
vB3 Programming Discussions
03-12-2005, 09:51 AM
Replies:
3
Secondary Rank Images
Views:
1,276
Posted By
Nickeh32
Secondary Rank Images
I need my forum to show secondary rank images.
I found the way of using the if statement, but i found this messy and showed ranks in the wrong order, so i was wondering if i could do something...
Forum:
vB3 General Discussions
03-01-2005, 02:59 PM
Replies:
3
Include within a Variable?
Views:
1,225
Posted By
Nickeh32
Well as i said the the variable is in the...
Well as i said the the variable is in the template and i can't seem to enter PHP into it so i need to set the variable value as the other page!
I'm no good with PHP so i hope you can unserstand...
Forum:
vB3 General Discussions
03-01-2005, 02:26 PM
Replies:
3
Include within a Variable?
Views:
1,225
Posted By
Nickeh32
Include within a Variable?
I'm trying to set a variable that's another file, i'm trying to include it but it just put's the include at the top of the page not were the variable is.
$v = include('page.php');
This is what...
Forum:
vBulletin 3.0 Full Releases
02-26-2005, 09:14 PM
Replies:
75
Improved Post Report System
Views:
16,213
Posted By
Nickeh32
Wow, thankyou. You made my day, thanks! ...
Wow, thankyou.
You made my day, thanks!
Another problem (i know i fuss, but it's needed :p)
The user cp link in reportpost.php have no class for the td their in, their just white!
Forum:
vBulletin 3.0 Full Releases
02-26-2005, 08:56 PM
Replies:
75
Improved Post Report System
Views:
16,213
Posted By
Nickeh32
I have a question, i've put postreport.php in the...
I have a question, i've put postreport.php in the usercp but when i open it it deosn't have the usercp links at the side, i was wondering if someone could help, thanks!
Forum:
vBulletin 3.0 Full Releases
02-26-2005, 08:09 PM
Replies:
75
Improved Post Report System
Views:
16,213
Posted By
Nickeh32
Ok, thanks for that it works. Nice mod it will...
Ok, thanks for that it works.
Nice mod it will help with my forum alot ;)
Forum:
vBulletin 3.0 Full Releases
02-26-2005, 08:00 PM
Replies:
75
Improved Post Report System
Views:
16,213
Posted By
Nickeh32
I installed this mod, well i tried. Followed...
I installed this mod, well i tried. Followed everything correctly but they links arent showing up in modcp, the tables around them are their but no links!
Is it something i've done wrong, can...
Forum:
vBulletin 3.0 Full Releases
02-18-2005, 07:36 PM
Replies:
204
vB Report Manager 2.0 (Admin CP) - Report to Email, PM, Staff Forum as a new Thread!
Views:
39,943
Posted By
Nickeh32
Great Mod, installed but i got a database error...
Great Mod, installed but i got a database error when a post was reported
I'm not too good at php and mysql so be nice :p can anyone help?
Showing results 1 to 25 of 26
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
09:34 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.01854 seconds
Memory Usage
2,028KB
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
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.0006
(unspecified) fetch_permissions(107, 0, 1,''); -> cached fperms for forum 107
(unspecified) fetch_permissions(107, 0, 1,''); -> cached fperms for forum 107
(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(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(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(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(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(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi