vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - KC - Easy Favicon (https://vborg.vbsupport.ru/showthread.php?t=167732)

kiril_cvetkov 01-13-2008 10:00 PM

KC - Easy Favicon
 
By : Kiril Cvetkov

Plugin : 1

Sql : /

Manuel Template Edit : No

Product : yes

With this modification you can easy add favicon on your forum.

Install instruction :
Upload the product, go to vbulletin options and find KC-Favicon

Enjoy
Have a Nice Day ;)

Updated ver. 1.3
All the users that have installed other versions - please install the version 1.3 because other versions contains small bugs
Sorry i just try to optimize this modification but I've destroyed the modification


Subah 01-14-2008 04:06 PM

Thank you :)

SEOvB 01-14-2008 04:52 PM

does this set a favicon for each form?

All you have to do now is upload a new favicon.ico and it will set itself.

kiril_cvetkov 01-14-2008 05:08 PM

You can set as favicon the image that you want, just put the url of the image in kc favicon settings

birdie 01-14-2008 06:45 PM

Installed; modification enabled; tried several different images (.gif & favicon.ico) and double checked pathways .... dosen't work.

johnrizz 01-14-2008 06:53 PM

X2 on that.

kiril_cvetkov 01-14-2008 08:13 PM

Update 1.2
OK if the modification ver1.0 wont work on somebody, then download the ver 1.2 (working on many vbulletin versions - and modification now is working on admincp too)
Enjoy

birdie 01-14-2008 08:24 PM

Quote:

Originally Posted by kiril_cvetkov (Post 1421475)
Update 1.2

Works now. Thanks

Stromba 01-14-2008 08:31 PM

Thanks it works super fine here..

Well done :)

basilrath 01-14-2008 08:45 PM

Doesnt work with Vba ........................sites width is altered by whatever is coded into it........although i didnt check to see which is causing it..

kiril_cvetkov 01-14-2008 08:47 PM

Did you download ver 1.2 ?

SEOvB 01-14-2008 08:51 PM

Quote:

Originally Posted by kiril_cvetkov (Post 1421334)
You can set as favicon the image that you want, just put the url of the image in kc favicon settings

I dont understand why though? Why not upload a new favicon.ico into your forum root and then you'll have one already? But good job with the plugin, i'm sure people will use it :)

iogames 01-15-2008 12:02 AM

Quote:

Originally Posted by FRDS (Post 1421497)
I dont understand why though? Why not upload a new favicon.ico into your forum root and then you'll have one already? But good job with the plugin, i'm sure people will use it :)

I concur! although it's a good work, I just chose an image and converted to favicon.ico on many CONVERTERS available on the web...

semauae 01-15-2008 08:18 AM

I got a problem with forum width when I import the product :)

plastourgos 01-15-2008 09:42 AM

UNINSTALLED

Using admin cp, i couldn't search for users with this modification !!! The error message was :

Warning: Cannot modify header information - headers already sent by (output started at /home/thryl2/public_html/forum/admincp/global.php(212) : eval()'d code:6) in /includes/functions.php on line 2801

when i disabled it, everything get back to normal with my vb... please check and fix this problem.

basilrath 01-15-2008 10:09 AM

version 1.2 deff causes issues with forum widths etc..................although i havnt had time to work out why yet

djbaxter 01-15-2008 10:42 AM

Another problem:

1. The syntax of the inserted line is incorrect:

Code:

<link rel='shortcut icon' href='http://www.yoursite.com/favicon.ico'>
Should be:

Code:

<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico">

2. The link rel line is placed at the very top of the page BEFORE either DOCTYPE or <html> or <head>. It should follow the <head> label.

kiril_cvetkov 01-15-2008 11:49 AM

Quote:

Originally Posted by plastourgos
error with headers

plastourgos
please upload the version 1.2 -
if the modification ver1.0 wont work on somebody, then download the ver 1.2 (working on many vbulletin versions - and modification now is working on admincp too)

kiril_cvetkov 01-15-2008 11:53 AM

Quote:

Originally Posted by djbaxter (Post 1421842)
Another problem:

1. The syntax of the inserted line is incorrect:

Code:

<link rel='shortcut icon' href='http://www.yoursite.com/favicon.ico'>
Should be:

Code:

<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico">
2. The link rel line is placed at the very top of the page BEFORE wither DOCTYPE or <html> or <head>. It should follow the <head> label.

ok i will fix

djbaxter 01-15-2008 11:57 AM

Quote:

Originally Posted by basilrath (Post 1421837)
version 1.2 deff causes issues with forum widths etc..................although i havnt had time to work out why yet

...and the forum alignment.

Nice idea but:

1. it's flawed in the execution (see syntax issues above as well as interference with layout)

2. it's basically unnecessary since all you need to do to make this work in all browsers is:
  • Admin CP | Styles and Templates | Style Manager
  • select {style} | Common templates from dropdown
  • edit headinclude
  • find
    Code:

    <!-- CSS Stylesheet -->
  • add above
    Code:

    <link REL="SHORTCUT ICON" HREF="favicon.ico">
  • save

kiril_cvetkov 01-15-2008 12:42 PM

ok I know where is my error..
I want to ask someone..
I use echo in my php product coding...and there is the error.. what i have to use to not show me header error.. i will try with another method and update of this modification

xman_79 01-15-2008 02:29 PM

Very nice .
Thank you .

* it 's work only with Firefox ..

basilrath 01-15-2008 03:30 PM

Quote:

Originally Posted by djbaxter (Post 1421872)
...and the forum alignment.

Nice idea but:

1. it's flawed in the execution (see syntax issues above as well as interference with layout)

2. it's basically unnecessary since all you need to do to make this work in all browsers is:
  • Admin CP | Styles and Templates | Style Manager
  • select {style} | Common templates from dropdown
  • edit headinclude
  • find
    Code:

    <!-- CSS Stylesheet -->
  • add above
    Code:

    <link REL="SHORTCUT ICON" HREF="favicon.ico">
  • save

which is exactly the way i have it set anyway

aswell as putting it within the cmps index also

kiril_cvetkov 01-15-2008 04:16 PM

Updated ver. 1.3
All the users that have installed other versions - please install the version 1.3 because other versions contains small bugs
Sorry i just try to optimize this modification but I've destroyed the modification

plastourgos 01-16-2008 09:15 AM

Quote:

Originally Posted by kiril_cvetkov (Post 1421867)
plastourgos
please upload the version 1.2 -
if the modification ver1.0 wont work on somebody, then download the ver 1.2 (working on many vbulletin versions - and modification now is working on admincp too)

the problem shown up with version 1.2 ... i didn't, and i don't want to try version 1.0 .... the risk is too big !!

kindi_boy 01-16-2008 07:33 PM

i got a problem with the forum width when i installed it as well, but only showen in IE not in FF, something else i think it's screwing up with the threads views counter.

JeNeRaL 01-22-2008 03:06 PM

nice work....

thank you man ...

nyqnzguju 01-22-2008 05:46 PM

Ohh cool. nice hack man. Keep posting nice hacks like this. ;) CLICKED ON INSTALL:)

OneDesignTalk 01-22-2008 07:14 PM

thank you

deLi_kurT 03-18-2008 11:05 AM

Thanks

djbaxter 07-03-2008 11:22 AM

While this is a nice idea, I installed it on 3.72 and could no longer log out of the control panel - I got this error:

Quote:

vBulletin Message
Unable to add cookies, header already sent.
File: /path/to/forum/admincp/global.php(243) : eval()'d code
Line: 6
Disabling or uninstalling the add-on fixes the problem.

Edit: My apologies - I was using version 1.2 and it seems this was fixed in version 1.3. :o

djbaxter 07-14-2008 12:22 PM

Warning: Version 1.3 should be avoided too.

It messes up a number of forum and form width factors in IE7 (but not Firefox 3 or Opera 9.5x).

Instead of adding this, simply edit your headinclude template, adding a single line:

Code:

<link REL="SHORTCUT ICON" HREF="favicon.ico">
and make sure you upload favicon.ico to the forum root.

MAD-DOG 02-20-2009 08:57 AM

is there any other why to get this working or what??


All times are GMT. The time now is 04:54 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.01385 seconds
  • Memory Usage 1,788KB
  • 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
  • (9)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete