Go Back   vb.org Archive > vBulletin Modifications > vBulletin 5.x Modifications > vBulletin 5.x Products & Extensions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Yilmaz - (AJAX) Tabbed Advanced Forum Stats vB5 Details »»
Yilmaz - (AJAX) Tabbed Advanced Forum Stats vB5
Version: 2.0.8, by yilmaz yilmaz is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 5.5.5 Rating:
Released: 01-01-2021 Last Update: 03-27-2022 Installs: 34
Supported DB Changes Auto-Templates
Additional Files  

Tested with vBulletin Version 5.6.7 and PHP Version 8.0.16

Description:
========================================
I stopped updating the previous statistics product Instead, I am offering a tabbed Version.

Demo Page => https://vbyilmaz.com/Yilmaz-AJAXTabb...dForumStatsvB5

How to install und Demo Desktop video

Demo Mobile video

Mark as installed = get support.

In version 2.0.2 on request
I added the ability to change the tab order by drag and drop.

In version 2.0.3 on request
Tabs "active / deactivate" option added

In version 2.0.4 on request
I added the ability to add 13 Custom Tabs in this release.
For each Tab, you can choose a forum to pull information.

In version 2.0.5
Bugs found fixed

In version 2.0.6
Right to left correction made

In version 2.0.7
Compatible with vBulletin Version 5.6.7 and PHP Version 8.0.16

In version 2.0.8
Fixed css rendering in some browsers

Important for updating.
If you have already installed it, first export the files to ftp, then delete the installation from the Admin panel and visit the home page and you will see that it has been installed again.

Note: Tab 1, Tab 2 etc. Search in Phrases Find and Replace
========================================
How to install:
========================================
Upload the content of "Yilmaz - (AJAX) Tabbed Advanced Forum Stats vB5" to your root.
that's all it.
enjoy..
-----

========================================
How to uninstall:
========================================
1. Remove the package "yilmazforumstats" that located in /core/packages/
2. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - (AJAX) Tabbed Advanced Forum Stats vB5"

========================================
How to Update:
========================================
After uploading files
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
OR import the XML file from your server
Code:
./packages/yilmazforumstats/xml/product_yilmazforumstats.xml

Download Now

File Type: xml Turkce-Dil-Yamasi.xml (2.7 KB, 21 views)
File Type: zip Yilmaz - (AJAX) Tabbed Advanced Forum Stats vB5.zip (69.9 KB, 184 views)

Screenshots

File Type: jpg screenshot-vb5.ozbeceriksizler.co-2021.01.02-10_40_30.jpg (86.5 KB, 0 views)
File Type: jpg screenshot-vb5.ozbeceriksizler.co-2021.01.02-10_42_09.jpg (61.8 KB, 0 views)
File Type: jpg screenshot-vb5.ozbeceriksizler.co-2021.01.02-10_39_40.jpg (51.6 KB, 0 views)
File Type: png screenshot-vb5.ozbeceriksizler.co-2021.01.02-10_56_45.png (108.7 KB, 0 views)
File Type: png screenshot-www.vbyilmaz.com-2021.01.08-23_50_31.png (67.4 KB, 0 views)
File Type: png screenshot-www.vbyilmaz.com-2021.01.08-23_50_07.png (72.2 KB, 0 views)
File Type: jpg screenshot-www.vbyilmaz.com-2021.01.08-23_48_22.jpg (58.0 KB, 0 views)
File Type: jpg screenshot-www.vbyilmaz.com-2021.01.08-23_42_52.jpg (68.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
Chicoynano, DamasGate, EchoBilisim, SertKafiyE, ywwz

Comments
  #62  
Old 09-07-2021, 04:46 PM
EchoBilisim EchoBilisim is offline
 
Join Date: Jan 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yilmaz View Post
paste this in style manager > style name > edit templates > CSS Templates > css_additional.css you are using

HTML Code:
a.pn-ProductNav_Link.pn-aktif-tab {
    border-width: 1px 0 0px 0 !important;
}
a.pn-ProductNav_Link {
    min-height: 34px !important;
    height: 3.6rem !important;
}
Thanks Yilmaz, the font size here is bold and large, how do I edit it?
Reply With Quote
  #63  
Old 09-08-2021, 08:13 AM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EchoBilisim View Post
Thanks Yilmaz, the font size here is bold and large, how do I edit it?
Add this code to this class
a.pn-ProductNav_Link

HTML Code:
font: 1.2rem Helvetica,Arial,Verdana,sans-serif !important;

It will be like this
Code:
a.pn-ProductNav_Link.pn-aktif-tab {
	border-width: 1px 0 0px 0 !important;
}
a.pn-ProductNav_Link {
	min-height: 34px !important;
	height: 3.6rem !important;
	font: 1.2rem Helvetica,Arial,Verdana,sans-serif !important;
}
Reply With Quote
  #64  
Old 09-08-2021, 02:21 PM
EchoBilisim EchoBilisim is offline
 
Join Date: Jan 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yilmaz View Post
Add this code to this class
a.pn-ProductNav_Link

HTML Code:
font: 1.2rem Helvetica,Arial,Verdana,sans-serif !important;

It will be like this
Code:
a.pn-ProductNav_Link.pn-aktif-tab {
	border-width: 1px 0 0px 0 !important;
}
a.pn-ProductNav_Link {
	min-height: 34px !important;
	height: 3.6rem !important;
	font: 1.2rem Helvetica,Arial,Verdana,sans-serif !important;
}
ok thank you very much
Reply With Quote
  #65  
Old 10-29-2021, 12:35 PM
ywwz ywwz is offline
 
Join Date: Jul 2009
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod.
Reply With Quote
  #66  
Old 04-01-2022, 03:16 AM
newguy's Avatar
newguy newguy is offline
 
Join Date: Nov 2007
Location: USA
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my server is using PHP 8.0.17 will this work properly

edit: added screen shot
Attached Images
File Type: png additonal info.png (62.4 KB, 0 views)
Reply With Quote
  #67  
Old 04-01-2022, 05:39 AM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by newguy View Post
my server is using PHP 8.0.17 will this work properly

edit: added screen shot
Tested with vBulletin Version 5.6.7 and PHP Version 8.0.16
Reply With Quote
  #68  
Old 06-28-2022, 02:01 AM
Boyka1970 Boyka1970 is offline
 
Join Date: Jan 2015
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, but the latest posts is only showing 1 forum/section and not all the posts in the other sections and the reply count is not working.

VB 5.6.8

Thanks
Reply With Quote
  #69  
Old 07-16-2022, 12:10 PM
74v 74v is offline
 
Join Date: Nov 2020
Location: t?rkiye
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yılmaz hocam merhaba beni tanıdınızmı 74v kurmuştum yardımcı olmuştunuz çok teşekkür ederim şimdi wf.com.tr kurduk bu eklentiyi kurduk fakat hata veriyor bize yardımcı olabilirmisiniz ziyaretçi göremiyor site hata veriyor
Reply With Quote
  #70  
Old 07-16-2022, 04:52 PM
TheDigitalCouch TheDigitalCouch is offline
 
Join Date: Jul 2022
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. Working well with 5.6.9
Reply With Quote
  #71  
Old 01-15-2023, 03:41 PM
Brakedirt's Avatar
Brakedirt Brakedirt is offline
 
Join Date: Jan 2016
Location: Germany
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Work with 5.7.2
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05261 seconds
  • Memory Usage 2,364KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete