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)

Dark_Wizard 06-26-2010 01:14 AM

Quote:

Originally Posted by ShadyUS (Post 2059630)
Do these work on 4.0.1?

It should...

Dark_Wizard 06-26-2010 02:34 PM

Quote:

Originally Posted by Trek (Post 2058906)
Only suggestion I have at this point is a way to make it so that the icons are theme specific. Right now they dump into the /images folder. I'd like it to be /images/{theme} so I can have different icons per theme. Not a huge issue really though. =)

Nice idea...not sure how to implement it since developers that design skins, styles etc...put their status icons into different locations i.e. images/skin name/statusicon or cpstyles/skin name/statusicon. There is no consistency....

One way is to move the icons to a folder under the statusicon folder and then set it in the forum manager per style/skin...let me think on this a bit.

Anyone else looking for this feature?

Dark_Wizard 06-26-2010 06:56 PM

Update: Version 1.2.3 coming soon.
  • * Added: Automatic Template Edits!
    * Added: Only jpg, gif and png icons allowed. (extensions checked in forum edit).
    * Fixed: Mark Forum Read.
    * Fixed: Non-Transparent Status Icon when "Show Locks" is enabled.

Boofo 06-26-2010 08:14 PM

Quote:

Originally Posted by Dark_Wizard (Post 2059884)
Nice idea...not sure how to implement it since developers that design skins, styles etc...put their status icons into different locations i.e. images/skin name/statusicon or cpstyles/skin name/statusicon. There is no consistency....

One way is to move the icons to a folder under the statusicon folder and then set it in the forum manager per style/skin...let me think on this a bit.

Anyone else looking for this feature?

No, they can just name the icons according to the skin. Like for styleid 3, you would name the icons iconname_3. I like the directory how it is now.

Dark_Wizard 06-26-2010 08:17 PM

Quote:

Originally Posted by Boofo (Post 2060035)
No, they can just name the icons according to the skin. Like for styleid 3, you would name the icons iconname_3. I like the directory how it is now.

This would be a real pain in the arse to integrate not that it can't be done but I do have other mods I am working on. Did you get my PM?

Boofo 06-26-2010 08:28 PM

Yes, got it and was just going to look at it.

Dark_Wizard 06-26-2010 10:14 PM

1.2.3 has just been released.
  • * Added: Automatic Template Edits!
    * Added: Only jpg, gif and png icons allowed. (extensions checked in forum edit).
    * Fixed: Mark Forum Read for specific forum/subforum.
    * Fixed: Now shows non-transparent status icon when "Show Locks" is enabled.

Boofo 06-26-2010 11:38 PM

Does it still show transparent icons for unregistered users is the "Show Locks" is disabled?

Dark_Wizard 06-27-2010 01:21 AM

Quote:

Originally Posted by Boofo (Post 2060150)
Does it still show transparent icons for unregistered users is the "Show Locks" is disabled?

Probably not and was hoping you would test that when I provided you a pre-release. ;)

Easy fix either way.

My bad....Boofo did test it and I missed it. Next version will have a fix for unregistered users.

Boofo 06-27-2010 06:19 AM

I did test it and I did send you a PM stating what I found, sir.

KURTZ 06-27-2010 09:21 AM

Quote:

Originally Posted by Dark_Wizard (Post 2060103)
1.2.3 has just been released.
  • * Added: Automatic Template Edits!
    * Added: Only jpg, gif and png icons allowed. (extensions checked in forum edit).
    * Fixed: Mark Forum Read for specific forum/subforum.
    * Fixed: Now shows non-transparent status icon when "Show Locks" is enabled.

so we need to revert the postbit templates?

Dark_Wizard 06-27-2010 10:41 AM

Quote:

Originally Posted by KURTZ (Post 2060369)
so we need to revert the postbit templates?

No just the forumhome_forumbit_level1_post & forumhome_forumbit_level2_post templates as outlined in the install.html file.

KURTZ 06-27-2010 10:52 AM

Quote:

Originally Posted by Dark_Wizard (Post 2060407)
No just the forumhome_forumbit_level1_post & forumhome_forumbit_level2_post templates as outlined in the install.html file.

ok, then what are the 'automatic templates'?

Dark_Wizard 06-27-2010 12:20 PM

Quote:

Originally Posted by KURTZ (Post 2060414)
ok, then what are the 'automatic templates'?

"Auto Templates" means that the mod will do the edits for you so all you need to do is revert the templates back since you are using an older version, then select "Yes" to "Auto Templates" in the settings and it replaces the contents with what is needed in the templates through a plugin.

Boofo 06-27-2010 12:24 PM

Does it replace the whole template or just the code changes like in the install file?

KURTZ 06-27-2010 12:32 PM

Quote:

Originally Posted by Dark_Wizard (Post 2060471)
"Auto Templates" means that the mod will do the edits for you so all you need to do is revert the templates back since you are using an older version, then select "Yes" to "Auto Templates" in the settings and it replaces the contents with what is needed in the templates through a plugin.

SIMPLY AWESOME!

ps. sorry for the previous post, i mean the forumhome templates not the postbit ... :D

Dark_Wizard 06-27-2010 01:53 PM

Quote:

Originally Posted by Boofo (Post 2060472)
Does it replace the whole template or just the code changes like in the install file?

Orginally it was to replace the whole template but it only replaces what is needed as you see in the product xml file....

KURTZ 06-27-2010 02:59 PM

@ [name]Dark_Wizard[/name]: need an improvement (only for the 'after status icon' setting) if i need to put an rectangular image your product resizes it (example 48x48) i need an option that i can set forum by forum the width or the height of a single image ...

example: http://www.fniv.it/board/forum.php check the tekken6 image, originally is rectangular ...

Dark_Wizard 06-27-2010 03:32 PM

Quote:

Originally Posted by KURTZ (Post 2060542)
@ [name]Dark_Wizard[/name]: need an improvement (only for the 'after status icon' setting) if i need to put an rectangular image your product resizes it (example 48x48) i need an option that i can set forum by forum the width or the height of a single image ...

example: http://www.fniv.it/board/forum.php check the tekken6 image, originally is rectangular ...

In the options you can set the size in width and height and the default value is 48x48 pixels.

As for forum by forum not sure I really want to do that now as it would require more coding and forcing anyone wanting to update to make changes again...if it's a big request then I will do it.

KURTZ 06-27-2010 03:34 PM

Quote:

Originally Posted by Dark_Wizard (Post 2060549)
In the options you can set the size in width and height and the default value is 48x48 pixels.

As for forum by forum not sure I really want to do that now as it would require more coding and forcing anyone wanting to update to make changes again...if it's a big request then I will do it.

i know mate, but i think this is an huge request that allow us to have a more flexible images input ... :)

Dark_Wizard 06-27-2010 03:54 PM

Quote:

Originally Posted by KURTZ (Post 2060550)
i know mate, but i think this is an huge request that allow us to have a more flexible images input ... :)

I understand your point but I have other mods I am working on that will pay for my time. I have had only one donation for this mod and it is sincerely appreciated and I am not asking anyone to donate but I have put a lot of time into this already.

This mod is far greater than anything like it to date....

LatinoCheats 06-27-2010 07:45 PM

1 ? Installed!
2 ? Nominated!
3 ? Rated to "Excellent."

Mod is an indispensable and very very good. Thanks for the update, my friend is perfect.
Greetings!

LuisManson 06-27-2010 07:57 PM

any chances to use other icon instead of transparency?
in my site its not very "clear" the effect :(

Dark_Wizard 06-27-2010 08:35 PM

Quote:

Originally Posted by LuisManson (Post 2060658)
any chances to use other icon instead of transparency?
in my site its not very "clear" the effect :(

Try to find some high quality icons and it will look better otherwise just turn off the transparency.

Dark_Wizard 06-27-2010 08:38 PM

Quote:

Originally Posted by LatinoCheats (Post 2060649)
1 ? Installed!
2 ? Nominated!
3 ? Rated to "Excellent."

Mod is an indispensable and very very good. Thanks for the update, my friend is perfect.
Greetings!

Thank you!

LuisManson 06-27-2010 11:25 PM

thanks!
but if i turn off the transparency there wont be any visual notification or the icons will be replaced for something?

Dark_Wizard 06-28-2010 12:21 AM

Quote:

Originally Posted by LuisManson (Post 2060765)
thanks!
but if i turn off the transparency there wont be any visual notification or the icons will be replaced for something?

True but I cannot recode this to accept other icons now. Try to find some better icons with higher resolution.

StephenM. 06-28-2010 01:15 AM

I upgraded to the new release and now no icons show in my drop down list. I'm running vbulletin 4.0.4. I went in and reverted the templates and copy and pasted in the install file.

This shows at the top of my vbulletin "Forum" page:

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

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

Thanks

LatinoCheats 06-28-2010 02:30 AM

And also can look around here.

For lovers of the icons, like me. More than 292 000 are icons.

Greetings! Thanks again for Mod

StephenM. 06-28-2010 02:37 AM

Quote:

I upgraded to the new release and now no icons show in my drop down list. I'm running vbulletin 4.0.4. I went in and reverted the templates and copy and pasted in the install file.

This shows at the top of my vbulletin "Forum" page:


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

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


Nevermind, I found out what was wrong. I second LatinoCheats' link. I got a lot of icons from there.

KURTZ 06-28-2010 08:25 AM

Quote:

Originally Posted by LatinoCheats (Post 2060824)
And also can look around here.

For lovers of the icons, like me. More than 292 000 are icons.

Greetings! Thanks again for Mod

thanks for sharing ... ;)

ckgreenman 06-28-2010 02:03 PM

Great mod. Installed and nominated.Definitely beats replacing with your custom icons. I use custom icons and every time I upgrade I have to replace my custom icons because they get overwritten.

Hey Dark_Wizard, Is there any place I can go to donate? This one needs to be supported!!!

Dark_Wizard 06-28-2010 02:05 PM

Quote:

Originally Posted by ckgreenman (Post 2061118)
Great mod. Installed and nominated.Definitely beats replacing with your custom icons. I use custom icons and every time I upgrade I have to replace my custom icons because they get overwritten.

Hey Dark_Wizard, Is there any place I can go to donate? This one needs to be supported!!!

Thank you! Yes, up on the top to the right where it says "Support Developer".

Bob

ckgreenman 06-28-2010 02:12 PM

Cool thanks. Donation sent!!

Keep up the good work :D

texasteamplayer 06-28-2010 02:22 PM

works like a charm.

I would suggest clarifying the instructions for those with previous versions installed.

Simply revert the modified templates to their originals, import the product (allowing overwrite), and then go into the options menu for the mod, and select auto-template edits. Save. Done.

Dark_Wizard 06-28-2010 05:22 PM

Quote:

Originally Posted by texasteamplayer (Post 2061133)
works like a charm.

I would suggest clarifying the instructions for those with previous versions installed.

Simply revert the modified templates to their originals, import the product (allowing overwrite), and then go into the options menu for the mod, and select auto-template edits. Save. Done.

It's in the options about reverting along with version and it is also in the install.html.

Dark_Wizard 06-28-2010 05:24 PM

Quote:

Originally Posted by ckgreenman (Post 2061129)
Cool thanks. Donation sent!!

Keep up the good work :D

Thank you! I sent you a link for a Pro version with a few nice additions, enjoy!

Bob

floopy 06-28-2010 07:26 PM

Thanks ,
it doesent seem working on Vb 4.0.4 :S

Dark_Wizard 06-28-2010 07:40 PM

Quote:

Originally Posted by floopy (Post 2061286)
Thanks ,
it doesent seem working on Vb 4.0.4 :S

??. What is not working? Did you read the instructions, warnings and notes? If you selected "Auto Templates" and have modified your forumhome_forumbit_level1_post & forumhome_forumbit_level2_post templates then you need to do the manual edits instead as outlined in the install.html included with the mod.

Please do not post "It's not working" without more info, I cannot read your mind.

eSekar 06-28-2010 07:46 PM

Exactly as DW Said, post info about your problem so the Author or anybody else can help you out.

BTW, I'm running vB4.0.4 & It's working perfectly ;)


All times are GMT. The time now is 06:05 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.01716 seconds
  • Memory Usage 1,839KB
  • 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
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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