Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-07-2008, 03:31 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Do you have a link to the page that isn't showing the icons?

edit: You've got the names wrong, they should be:

* blueroom_forum_link.gif
* blueroom_forum_new.gif
* blueroom_forum_new_lock.gif
* blueroom_forum_old.gif
* blueroom_forum_old_lock.gif
Cant show the link as its a hidden style I am working on.

The skin is "easyblue", and the files;

* blueroom_forum_link.gif
* blueroom_forum_new.gif
* blueroom_forum_new_lock.gif
* blueroom_forum_old.gif
* blueroom_forum_old_lock.gif

Are located in /forum/images/easyblue/statusicon/

With the prefix in the admincp setting in forum manager set as blueroom_

Still no luck.

Thanks for the help.
Reply With Quote
  #12  
Old 09-07-2008, 03:47 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are the names of the new icons showing up in your source code? Are you just getting a blank icon on the page? What is the result? Any errors in your error_logs? Do you have the path to your folder correct in Style > StyleVars > Item Status Icon Folder ?
Reply With Quote
  #13  
Old 09-07-2008, 03:55 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Icons simply aren't changing, showing the default. /forum/images/easyblue/statusicon/forum_new.gif

The Item Status Icon Folder in StyleVars is images/easyblue/statusicon

No errors in error_logs.
Reply With Quote
  #14  
Old 09-07-2008, 04:23 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Create a New Style with No Parent Style. Browse the affected pages using this style, do your icons change?
Reply With Quote
  #15  
Old 09-07-2008, 04:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you view those icons directly? ie. www.yousite.com/forum/images/easyblue/statusicon/blueroom_forum_link.gif
Reply With Quote
  #16  
Old 09-07-2008, 04:43 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can yes. Link
Reply With Quote
  #17  
Old 09-07-2008, 04:51 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bacon Butty View Post
Cant show the link as its a hidden style I am working on.

The skin is "easyblue", and the files;

* blueroom_forum_link.gif
* blueroom_forum_new.gif
* blueroom_forum_new_lock.gif
* blueroom_forum_old.gif
* blueroom_forum_old_lock.gif

Are located in /forum/images/easyblue/statusicon/

With the prefix in the admincp setting in forum manager set as blueroom_

Still no luck.

Thanks for the help.

They wont go there by default. enter the custom name (blueroom_forum_new.gif for ex.)

When the broken image appears, right click it and hit view image in FF or Properties in IE. This will tell you where the image needs to be saved to, then simply move the images to that folder.


Also, it is possible the custom image doesnt work for that skin on the forum home templates. Revert the forumhome_forumbit_level2_post template and then see if it works.

The second line of that template should be something like
Code:
	<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Reply With Quote
  #18  
Old 09-07-2008, 04:52 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you also try clearing your browser cache? Also which forum have you changed it for?

It seems to be working for your "feelingblues" skin as it is trying to use the image: http://www.grandoldteam.com/forum/im..._forum_old.gif

To be honest, the easiest way we will be able to see this is to make the skin viewable...

--------------- Added [DATE]1220810123[/DATE] at [TIME]1220810123[/TIME] ---------------

Quote:
Originally Posted by FRDS View Post
They wont go there by default. enter the custom name (blueroom_forum_new.gif for ex.)
I'm not sure what you mean by "They won't go there by default" but if you look in the template it shows:
Code:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
So if the skin is set up correctly it should do.
Reply With Quote
  #19  
Old 09-07-2008, 04:56 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Opserty View Post
Did you also try clearing your browser cache? Also which forum have you changed it for?

It seems to be working for your "feelingblues" skin as it is trying to use the image: http://www.grandoldteam.com/forum/im..._forum_old.gif

To be honest, the easiest way we will be able to see this is to make the skin viewable...
Link to skin I am working on

The Everton Forum is the icon I am trying to change.
Reply With Quote
  #20  
Old 09-07-2008, 05:00 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look in your forumhome_forumbit_leve2_post template. Do you have the code in red:
Code:
<tr align="center">
    <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
    <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
        <div>
Or is it slightly different?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10: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.03890 seconds
  • Memory Usage 2,254KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete