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:
karmanis
Forum:
Modification Requests/Questions (Unpaid)
03-29-2004, 10:57 PM
Replies:
16
sponsor link images on forum home
Views:
2,142
Posted By
karmanis
Very interesting ! Could someone code this hack ??
Very interesting ! Could someone code this hack ??
Forum:
Modification Requests/Questions (Unpaid)
03-04-2004, 01:48 PM
Replies:
1
Elitetrader-like Forumdisplay !
Views:
980
Posted By
karmanis
...And here you can take a look at a second very...
...And here you can take a look at a second very successful community site implementing a similar 'MostRecent5Posts' codebit in their 'forumdisplay', even if the board is not based on VB (it is...
Forum:
Modification Requests/Questions (Unpaid)
02-28-2004, 04:10 PM
Replies:
1
Elitetrader-like Forumdisplay !
Views:
980
Posted By
karmanis
Elitetrader-like Forumdisplay !
I had requested this modification in the past for vb2 and I would like to propose it again, this time for vb3.
It is a very very functional way for presenting the latest 5 threads for each forum,...
Forum:
vB3 General Discussions
08-05-2003, 12:31 PM
Replies:
6
Queries' Relative Cost
Views:
1,072
Posted By
karmanis
So, you all suggest me to go with one query...
So, you all suggest me to go with one query gathering all the info I want, and some while statements to further process specific parts of the info.
But let me ask you something here. How, for...
Forum:
vB3 General Discussions
08-03-2003, 01:10 PM
Replies:
6
Queries' Relative Cost
Views:
1,072
Posted By
karmanis
Queries' Relative Cost
Which one do you think that woud add the LESS load to your server...
choice 1)
1 simple query selecting the latest 5 posts from 20 specified forums, among 100.000 posts.... repeated 10 times...
Forum:
vBulletin 2.x Full Releases
08-03-2003, 12:24 PM
Replies:
46
Top Posters per Forum (shown in forumdisplay)
Views:
11,251
Posted By
karmanis
...Where is the attachment for version 1.1 ? ...
...Where is the attachment for version 1.1 ?
Does this retrieve the posters counting also the posts inside subforums ???
thanx
:)
Forum:
Modification Requests/Questions (Unpaid)
08-03-2003, 12:18 AM
Replies:
6
...Last5posts instead of Lastpost, in Forumdisplay !
Views:
1,652
Posted By
karmanis
I am concerned of the many queries, and my worst...
I am concerned of the many queries, and my worst fear is the case that I would need an additional query in the loop, to get the last threads not only from forumid but from it and all its child-forums...
Forum:
Modification Requests/Questions (Unpaid)
08-02-2003, 10:10 PM
Replies:
6
...Last5posts instead of Lastpost, in Forumdisplay !
Views:
1,652
Posted By
karmanis
thanks jamslam, I'll take a further look at...
thanks jamslam,
I'll take a further look at it to find out what happens with the templates. :cross-eyed:
Forum:
vB3 General Discussions
08-02-2003, 02:21 AM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
I have made a Hack Request in this thread...
I have made a Hack Request in this thread (https://vborg.vbsupport.ru/showthread.php?s=&threadid=55783) , posting some code that would achieve the core part of the discussed functionality.
The...
Forum:
vBulletin 2.x Full Releases
08-02-2003, 02:01 AM
Replies:
46
Top Posters per Forum (shown in forumdisplay)
Views:
11,251
Posted By
karmanis
Thank you very much Gary! (karmanis clicks...
Thank you very much Gary! (karmanis clicks Install )
However, to make this hack a must, I would suggest you make 2 modifications...
1) Make visible the 10 most active members instead of...
Forum:
Modification Requests/Questions (Unpaid)
08-01-2003, 10:46 AM
Replies:
3
Top Posters for specific forum(s) in forumdisplay
Views:
921
Posted By
karmanis
I am looking forward to hear good news. Thanks...
I am looking forward to hear good news. Thanks for your time and effort Gary W.
:)
Forum:
Modification Requests/Questions (Unpaid)
08-01-2003, 12:28 AM
Replies:
6
...Last5posts instead of Lastpost, in Forumdisplay !
Views:
1,652
Posted By
karmanis
...Last5posts instead of Lastpost, in Forumdisplay !
(a screenshot is attached at the end from a commercial site running vb)
Motivation: In newly created communities you have not many posts. So insted of demonstrating the number of posts, threads,...
Forum:
vB3 General Discussions
07-31-2003, 01:57 PM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
No insights at all ? :( I am sure that there...
No insights at all ? :(
I am sure that there exist at least 5 hackers here in vb.org for whom this functionality achievement is a matter of minutes!
And the good news is that this hack has...
Forum:
vB3 General Discussions
07-29-2003, 07:01 PM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
for those that didn't follow the link, here is a...
for those that didn't follow the link, here is a screenshot of the functionality I am trying to describe...
Forum:
vB3 General Discussions
07-29-2003, 04:06 PM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
Ok, what I have done so far is to place this code...
Ok, what I have done so far is to place this code in forumdisplay.php, inside makeforumbit function ..
//my last posts
$lastmsgs = $DB_site->query("SELECT threadid,title
FROM...
Forum:
vB3 General Discussions
07-28-2003, 12:29 PM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
Unfortunately my knowledge of php/sql is very...
Unfortunately my knowledge of php/sql is very limited. However, I managed to found the following related information...
in forumdisplay_forumbit_level2_post template I can see:
<td...
Forum:
Modification Requests/Questions (Unpaid)
07-27-2003, 09:50 PM
Replies:
3
Top Posters for specific forum(s) in forumdisplay
Views:
921
Posted By
karmanis
Top Posters for specific forum(s) in forumdisplay
Is there such a hack ?
I know that there exist many hacks for forumhome and for board top posters, but how about specific forums and not only in forumhome (I want it in forumdisplay) ?
This...
Forum:
vB3 General Discussions
07-27-2003, 09:35 PM
Replies:
7
how did they manage to do this...
Views:
1,710
Posted By
karmanis
how did they manage to do this...
---> Elite Trader (http://www.elitetrader.com/vb)
I am talking about the multiple "lastpost" for a specific forum.
I want to put such a "Last 10 posts/threads" in my forumdisplay template to...
Forum:
vBulletin Pre-Sales Questions
06-20-2003, 05:31 PM
Replies:
2
Forum-oriented Usergroups page (yahoogroups-like)
Views:
1,117
Posted By
karmanis
( Just a summary: 1) category news and last...
( Just a summary:
1) category news and last posts in start page
2) forum-depended html content within forums (leftside menu that guides some content at center)
3) user defined groups...
Forum:
vBulletin Pre-Sales Questions
06-20-2003, 02:33 PM
Replies:
2
Forum-oriented Usergroups page (yahoogroups-like)
Views:
1,117
Posted By
karmanis
Forum-oriented Usergroups page (yahoogroups-like)
Hello!
I am planning to built a news/discussions localized site with multiple categories and forums (similar to yahoo groups), and having looked at many board solutions I think the best way would...
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:25 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.02902 seconds
Memory Usage
2,000KB
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
(8)
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.0007
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
FULLTEXT Search
php_sapi_name(): fpm-fcgi