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 32
Search took
0.00
seconds.
Search:
Posts Made By:
Cygnus
Forum:
vB3 General Discussions
09-02-2008, 05:44 PM
Replies:
8
Highlighting Board Names When There is New Activity?
Views:
1,064
Posted By
Cygnus
They are links to a child forum. So... for...
They are links to a child forum.
So... for example, if you look above... Adventist is a child forum under Northern Oregon (as is Benson, Cascade Gateway, etc...). I don't want to list these...
Forum:
vB3 General Discussions
09-02-2008, 05:34 PM
Replies:
8
Highlighting Board Names When There is New Activity?
Views:
1,064
Posted By
Cygnus
OK... I am not sure that that will work. Maybe it...
OK... I am not sure that that will work. Maybe it will... don't know.
The links to the subforums are actually in the description of the parent forum - added through the Forum Manager.
Am I...
Forum:
vB3 General Discussions
09-02-2008, 03:30 PM
Replies:
8
Highlighting Board Names When There is New Activity?
Views:
1,064
Posted By
Cygnus
Nope. I made the top condition a link with bold...
Nope. I made the top condition a link with bold red. The second, no style. I see both links - one red, one white.
This is on the front page and needs to check the status of a board nested two...
Forum:
Modification Requests/Questions (Unpaid)
09-02-2008, 03:06 AM
Replies:
1
Nested Boards should be BOLD as links...
Views:
695
Posted By
Cygnus
And bumping this... come on... seems I have done...
And bumping this... come on... seems I have done half of the work already just finding the applicable code...
Forum:
vB3 General Discussions
09-02-2008, 03:05 AM
Replies:
8
Highlighting Board Names When There is New Activity?
Views:
1,064
Posted By
Cygnus
Any way to bump this?
Any way to bump this?
Forum:
Modification Requests/Questions (Unpaid)
08-30-2008, 03:23 AM
Replies:
1
Nested Boards should be BOLD as links...
Views:
695
Posted By
Cygnus
Nested Boards should be BOLD as links...
Posted this in the wrong thread maybe? Hell, I'd even pay for this hack...
First, I did a search for this (here and .com) but couldn't find anything similar to what I want to do.
So... I have a...
Forum:
vB3 General Discussions
08-29-2008, 06:51 PM
Replies:
8
Highlighting Board Names When There is New Activity?
Views:
1,064
Posted By
Cygnus
Highlighting Board Names When There is New Activity?
First, I did a search for this (here and .com) but couldn't find anything similar to what I want to do.
So... I have a new site with a lot of boards in the forum. Rather than list them all out in...
Forum:
vBulletin 2.x Full Releases
05-19-2003, 06:37 AM
Replies:
2,174
mYvBindex v3.1
Views:
259,764
Posted By
Cygnus
That seems to have done the trick! Great...
That seems to have done the trick!
Great hack, man. Way up there... with the Arcade. Well done!
Forum:
vBulletin 2.x Full Releases
05-19-2003, 03:37 AM
Replies:
2,174
mYvBindex v3.1
Views:
259,764
Posted By
Cygnus
One small issue and maybe a setting that I am...
One small issue and maybe a setting that I am overlooking will do the trick.
I am not logged in and there is a thread that is happening in our Moderator's Forum which I would rather not show up on...
Forum:
vBulletin 2.x Full Releases
05-19-2003, 03:33 AM
Replies:
2,174
mYvBindex v3.1
Views:
259,764
Posted By
Cygnus
Nope... resolved it by going with one dot on the...
Nope... resolved it by going with one dot on the cookie:
survivoraddicts.com
I have myvbindex.php on a master domain and the boards on a subdomain.
Works flawlessly and looks great! Very...
Forum:
vBulletin 2.x Full Releases
05-19-2003, 01:55 AM
Replies:
2,174
mYvBindex v3.1
Views:
259,764
Posted By
Cygnus
and I read as much of the thread as I could...
and I read as much of the thread as I could before posting...
I can no longer log out from the boards. I have messed with the options in my profile but nothing is working.
No one else can log...
Forum:
vBulletin 2.x Beta Releases
02-01-2003, 06:22 PM
Replies:
1,945
vbProArcade Beta 2
Views:
249,301
Posted By
Cygnus
Nevermind. The problem is with the call to...
Nevermind. The problem is with the call to proarcade.php when using the $vpachampicon in postbit. I changed it to use text as was suggested a few pages back.
The problem is that whenever there is...
Forum:
vBulletin 2.x Beta Releases
02-01-2003, 04:51 PM
Replies:
1,945
vbProArcade Beta 2
Views:
249,301
Posted By
Cygnus
As much as I would like to read all 65 pages in...
As much as I would like to read all 65 pages in this thread, I just don't think that that is going to happen.
I seem to be having a problem with this hack and the Who's Online page. People who are...
Forum:
Modification Requests/Questions (Unpaid)
07-12-2002, 10:19 PM
Replies:
5
Forum Permissions
Views:
1,357
Posted By
Cygnus
Ah... so none of you guys know PHP? That's...
Ah... so none of you guys know PHP?
That's kind of surprising...
Cygnus
Forum:
Modification Requests/Questions (Unpaid)
07-12-2002, 06:41 PM
Replies:
5
Forum Permissions
Views:
1,357
Posted By
Cygnus
OK... just thought of a problem with that code......
OK... just thought of a problem with that code...
!=2 will not work as it will keep out Admins, SuperMods and Mods. I need something that will make specific boards viewable to four usergroups and...
Forum:
Modification Requests/Questions (Unpaid)
07-12-2002, 05:22 PM
Replies:
5
Forum Permissions
Views:
1,357
Posted By
Cygnus
Your (Broekie) code is as follows: // To make...
Your (Broekie) code is as follows:
// To make sure that not logged in users can't view threads
if ($bbuserinfo['usergroupid']==1) {...
Forum:
Modification Requests/Questions (Unpaid)
07-12-2002, 05:19 PM
Replies:
5
Forum Permissions
Views:
1,357
Posted By
Cygnus
This is SO close to what I want... but not quite....
This is SO close to what I want... but not quite.
I want specific user groups to be able to see all of the boards (or some at my discretion) on the site but when they click on a board that they do...
Forum:
vBulletin 2.x Full Releases
07-10-2002, 05:13 AM
Replies:
179
Mark User As Contributor
Views:
37,201
Posted By
Cygnus
Great Hack. We just closed a large majority of...
Great Hack. We just closed a large majority of our boards for what we are calling "Premium Members" and I was having to add a little icon to each member's profile. This cuts that step out.
What...
Forum:
vBulletin 2.x Full Releases
07-08-2002, 09:35 PM
Replies:
1,419
Quick Reply Box
Views:
298,099
Posted By
Cygnus
Sweet Hack! Installed beautifully the first try! ...
Sweet Hack! Installed beautifully the first try!
Cygnus
Forum:
vBulletin 2.x Full Releases
10-06-2001, 04:07 PM
Replies:
18
[RELEASE vB 2.0.3] Countdown To Calendar Events
Views:
6,870
Posted By
Cygnus
Exactly what I was gonna ask... I have a whole...
Exactly what I was gonna ask... I have a whole mess of freaks (myself included) who simply cannot wait for Thursday at 8:00pm and will want to know how many minutes and seconds they have to wait...
...
Forum:
vBulletin 2.x Full Releases
08-24-2001, 05:24 AM
Replies:
143
Who's online on non-vB page (with usernames)
Views:
30,752
Posted By
Cygnus
Bueller? Bueller? Bueller? I have...
Bueller?
Bueller?
Bueller?
I have uninstalled this now useless hack. Thanks for all of the attention that I... well... didn't get.
Cygnus, who would service hacks he writes......
Forum:
vBulletin 2.x Full Releases
08-22-2001, 05:20 PM
Replies:
143
Who's online on non-vB page (with usernames)
Views:
30,752
Posted By
Cygnus
OK... tried that one... no luck. I switched it...
OK... tried that one... no luck. I switched it back.
I also tried this one...
http://vbulletin.com/forum/showthread.php?threadid=25521
Still no luck.
Any chance you could tell me which bug?...
Forum:
vBulletin 2.x Full Releases
08-22-2001, 04:49 PM
Replies:
143
Who's online on non-vB page (with usernames)
Views:
30,752
Posted By
Cygnus
Are you talking about this one:...
Are you talking about this one: http://vbulletin.com/forum/showthread.php?threadid=25832
If so... I fixed this just now and see no changes yet. I will give it a few minutes so that the sessions...
Forum:
vBulletin 2.x Full Releases
08-16-2001, 07:17 PM
Replies:
143
Who's online on non-vB page (with usernames)
Views:
30,752
Posted By
Cygnus
Uh... I believe so. Is this the hack which shows...
Uh... I believe so. Is this the hack which shows who is online and doing what (i.e. Reading this post in this thread)? If not intended to do so - and seeing that this is the only hack that I have...
Forum:
vBulletin 2.x Full Releases
08-15-2001, 02:13 AM
Replies:
143
Who's online on non-vB page (with usernames)
Views:
30,752
Posted By
Cygnus
the hack is not currently working as the changes...
the hack is not currently working as the changes in 2.0.3 changed the sessions.php file. All people on the boards are currently listed as "browsing the boards" which kind of defeats the purpose of...
Showing results 1 to 25 of 32
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
05:59 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.01535 seconds
Memory Usage
2,038KB
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.0007
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi