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)

oxblood12 08-14-2013 02:50 AM

thanks

mayank8789 08-20-2013 11:48 AM

Dear all member

I have install this mod it is working but one problem with me if before login Avery image show good but i am just login to forum images are dull means images are showing light..what is wrong with me..

muimui 08-30-2013 04:57 PM

hi,for subcategory forum icon not work.,it's not replace forum icon.

Lotos 08-30-2013 07:15 PM

Quote:

Originally Posted by lazytown (Post 2291239)
Quote:

Originally Posted by baileyjojoms (Post 2291195)
Installed and works great except for one issue. When I double click on the forum icon to mark a forum as read, it automatically marks ALL forums as read.

Running VB 4.1.9 here

Anyone know how I can fix this?

I can confirm this behavior in 4.1.10.

Does anyone know how to solve the problem?
vBulletin 4.1.12

pityocamptes 09-21-2013 08:18 PM

Installed on 4.2 and getting this error!!!

Warning: asort() expects parameter 1 to be array, null given in [path]/xxx/forum.php(248) : eval()'d code on line 20

Warning: Invalid argument supplied for foreach() in [path]/xxxx/forum.php(248) : eval()'d code on line 21

Forget it, found out the problem, added slashes to the path, guess I wasn't supposed to...

pityocamptes 09-21-2013 10:15 PM

How would I add space between the icon and the start of the forum text description that starts on the right of the icon? Thx

Slipperyduck 10-12-2013 12:31 PM

vBulletin 4.2.2

When in the Admin panel I get the following:


Warning: Function eregi() is deprecated in ..../adminpanel/forum.php(248) : eval()'d code on line 12

^ I get one Warning for every icon created, ie. I have 19 Warnings and have 19 custom Icons

----------------------------------------------------------------------------------------------------------------------------------
I'm assuming its the Plugin Template : Forum Category Icons [Forum Manager Edit]

if($image != ".." && $image != "." && $image != "lock.png" && (eregi('\.(jpg|gif|png)$', $image)))

^ where the eregi function is depreciated?

I've changed mine to the following and it seems to work (I'm assuming - don't see a problem yet):

if($image != ".." && $image != "." && $image != "lock.png" && (preg_match('/\.(jpg|gif|png)$/i', $image)))

KHALIK 10-13-2013 11:45 AM

Quote:

Originally Posted by Slipperyduck (Post 2452583)
vBulletin 4.2.2


I'm assuming its the Plugin Template : Forum Category Icons [Forum Manager Edit]

if($image != ".." && $image != "." && $image != "lock.png" && (eregi('\.(jpg|gif|png)$', $image)))

^ where the eregi function is depreciated?

I've changed mine to the following and it seems to work (I'm assuming - don't see a problem yet):

if($image != ".." && $image != "." && $image != "lock.png" && (preg_match('/\.(jpg|gif|png)$/i', $image)))


Thank you, worked perfectly.

kendo 10-13-2013 01:47 PM

Any plans to port this to 5.x? It was one of our favourite hacks until we upgraded to 5... :(

CoZmicShReddeR 10-13-2013 03:20 PM

Quote:

Originally Posted by Slipperyduck (Post 2452583)
vBulletin 4.2.2

When in the Admin panel I get the following:


Warning: Function eregi() is deprecated in ..../adminpanel/forum.php(248) : eval()'d code on line 12

^ I get one Warning for every icon created, ie. I have 19 Warnings and have 19 custom Icons

----------------------------------------------------------------------------------------------------------------------------------
I'm assuming its the Plugin Template : Forum Category Icons [Forum Manager Edit]

if($image != ".." && $image != "." && $image != "lock.png" && (eregi('\.(jpg|gif|png)$', $image)))

^ where the eregi function is depreciated?

I've changed mine to the following and it seems to work (I'm assuming - don't see a problem yet):

if($image != ".." && $image != "." && $image != "lock.png" && (preg_match('/\.(jpg|gif|png)$/i', $image)))

Yes, Thank you!


All times are GMT. The time now is 02:40 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.02067 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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