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)

Hellendor 02-15-2017 02:44 PM

In version 4.2.3 does not work or I do not know how to make it work.
This Mod I can see it without problem in Settings -> Options -> Forum Category Icons but later I do not know how to change the icons of the Categories.
That's my problem... :confused:

---- EDITED ----

Sorry! Sorry! Sorry!
My problem was that I had the forumicons folder outside of the images folder.
It is already fixed and works perfectly in vB 4.2.3 Patch Level 2.
Thanks for everything...

mrt12345 03-20-2017 12:29 PM

Hello I added the code but i am getting a double description on the forums "
Welcome Forum
Welcome Forum for new members just say hello and ask any questions.
Welcome Forum for new members just say hello and ask any questions. Any suggestions ?

Derwin 05-05-2017 03:12 PM

Using this on VB 4.2.4 and works perfectly, except for sub-forums.

Does anybody know how to get this to work in SUB-FORUMS?

Stratis 05-06-2017 04:16 PM

Quote:

Originally Posted by Derwin (Post 2586215)
Using this on VB 4.2.4 and works perfectly, except for sub-forums.

Does anybody know how to get this to work in SUB-FORUMS?

Did you make changes to "forumhome_forumbit_level2_post" and "forumhome_forumbit_level1_post" ?

Derwin 05-07-2017 05:40 PM

Quote:

Originally Posted by Stratis (Post 2586251)
Did you make changes to "forumhome_forumbit_level2_post" and "forumhome_forumbit_level1_post" ?

Wow! I just checked level one and found that I did not make the change. I can't believe I missed that.

THANK YOU SO MUCH.

This works like a charm!

Milobil 05-19-2017 01:09 PM

thanks works fine on 4.2.5!

BirdOPrey5 07-13-2017 07:16 PM

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.)

HM666 07-18-2017 01:58 PM

Isn't this supposed to replace the default forum icon? If so that is not happening on my install. :(

Teejay24 04-14-2018 03:43 AM

Hey all,

I installed a new skin and the icons have changed place - i managed to change the template coding as what the install document stated but still not changed?

The default vb skin works great but new one it dosnt? What other coding and or changes do you think i require?

Its the talk template dark theme free from this site

PS. i can manage to change the icon size to 20-25 and it looks ok on the new style but i want the default 48 and it dosnt adjust anything else so it cuts off

HM666 04-14-2018 05:30 AM

Quote:

Originally Posted by Teejay24 (Post 2594145)
Hey all,

I installed a new skin and the icons have changed place - i managed to change the template coding as what the install document stated but still not changed?

The default vb skin works great but new one it dosnt? What other coding and or changes do you think i require?

Its the talk template dark theme free from this site

PS. i can manage to change the icon size to 20-25 and it looks ok on the new style but i want the default 48 and it dosnt adjust anything else so it cuts off

You should try to post in the thread where you got the skin from. The original skin developer will have more info on the templates that they changed. Its hard to diagnose where the problem is without a link or having the template code that the skin has.


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

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.01931 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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