vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Forum Category Icons (Advanced) (https://vborg.vbsupport.ru/showthread.php?t=244351)

Manipulation 04-14-2018 09:02 PM

Is there any way to allow this to work on selected themes only as opposed to replacing all forum icons forum wide? Does this also show new forum icons and old forum icons per forum? Thanks.

HM666 04-14-2018 10:40 PM

Quote:

Originally Posted by Manipulation (Post 2594166)
Is there any way to allow this to work on selected themes only as opposed to replacing all forum icons forum wide?

I would think you just need to make changes in the skins you want them to show up in and leave the other skins unchanged.

Quote:

Does this also show new forum icons and old forum icons per forum? Thanks.
Not really sure about that.

Teejay24 04-15-2018 08:03 AM

Fixed the issue.

Sorry i had to change some of the coding in the placement of the icons to move the px and size while also changing and moving the category text forward :).

Kirauni 05-13-2018 07:16 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2588413)
Had a user who was getting an error on VB 425 / PHP 7. Turns out one of the functions in a plugin no longer exists on PHP7.

Easy fix. go to plugin Forum Category Icons [Forum Manager Edit]

FInd the code:

Code:

(eregi('\.(jpg|gif|png)$', $image)
Change it to

Code:

(preg_match('~\.(jpg|gif|png)$~i', $image)
Note the error was only noticeable when editing forums in forum manager (that I could tell.)


Thank you! I've recently updated my php version and experienced the "fCall to undefined function eregi()"-error when editing forums in the forum manager. It works fine now :)

nedved 03-27-2019 03:58 PM

Hi sorry I tried in version 4.25 with negative results and with explanations not so clear ... can help for how to make it go and all the changes I have to do? Thanks

mrthe 07-29-2019 06:32 PM

any way to integrate this with mobile style themes?, thanks

tup14 07-30-2021 08:14 PM

Does this work with Version 4.2.5 since we updated, they worked on my last version now get this
On the forum manager.....

Call to undefined function eregi() on line 12 in /home/crusader/public_html/forums/x3Am5Er/forum.php(248) : eval()'d code
#0 /home/crusader/public_html/forums/x3Am5Er/forum.php(248): eval()
#1 {main}


All times are GMT. The time now is 01:43 PM.

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.01874 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete