The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm wondering what I'm missing here.. I have made custom status icons and I'm trying to make them work in my styles. I have changed the filepaths in the Stylevars and all style options, but only the forum images are showing up. The small icons (legend) and thread icons are still showing the default. Is there any place else where I have to change the filepath?
Thanks ![]() |
#2
|
|||
|
|||
![]()
Im intrested in this to i even updated path in stylevars and they still dont show ?
|
#3
|
|||
|
|||
![]()
They are images and located - / public_html / your test forum / images / statusicon
user-invisible.png user-offline.png user-online.png Mostly all new images on VB4 are png's. Make your png's and overwrite the ones there by default. |
#4
|
|||
|
|||
![]()
In the Forumhome and Forumdisplay templates they have been renamed to .png and sizes. The issue is no matter how many times you change your image path to your style folder the way they are coded on the templates still revert to the image directory of vB4 default.
Example on Forumdisplay: Code:
<dl id="icon_legends"> <dt><img src="images/statusicon/thread_new-16.png" alt="{vb:rawphrase new_posts}" /></dt><dd>{vb:rawphrase new_posts}</dd> <dt><img src="images/statusicon/thread-16.png" alt="{vb:rawphrase no_new_posts}" /></dt><dd>{vb:rawphrase no_new_posts}</dd> <vb:if condition="$vboptions['usehotthreads']"> <dt><img src="images/statusicon/thread_hot_new-16.png" alt="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}" /></dt><dd>{vb:rawphrase hot_thread_with_new_posts}</dd> <dt><img src="images/statusicon/thread_hot-16.png" alt="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}" /></dt><dd>{vb:rawphrase hot_thread_with_no_new_posts}</dd> </vb:if> <dt><img src="images/statusicon/thread_lock-16.png" alt="{vb:rawphrase closed_thread}" /></dt><dd>{vb:rawphrase thread_is_closed}</dd> <dt><img src="images/statusicon/thread_dot-16.png" alt="{vb:rawphrase thread_contains_a_message_written_by_you}" /></dt><dd>{vb:rawphrase you_have_posted_in_this_thread}</dd> Code:
{vb:stylevar imgdir_statusicon} You will have to go through these 2 templates and find all that are coded with "images/statusicon" and fix them up to see the correct images. Hope this helps |
#5
|
|||
|
|||
![]()
Guessing they will fix this in future release, because none of the image paths work through the old path settings or the new stylevars imagepaths.
It makes it pretty much impossible to make multiple, new styles without this option. |
#6
|
|||
|
|||
![]()
Ive got it to work perfect, all i had to do was change the formart to png (from .gif, vB3 stat icons) renamed to the vB4 ones and it worked perfect..
As you can see: https://vborg.vbsupport.ru/showthread.php?t=228937 |
#7
|
||||
|
||||
![]()
Hmm this just may solve my post icon problems The gifs look like crap and need to be changed to pngs.
|
#8
|
||||
|
||||
![]() Quote:
AdminCP --> Styles & Templates --> Replacement Variable Manager On the page next to the style you want to change them on click Add New Replacement Variable Search for Text = first.png Replace with Text = abv_yourimage.ext Press save Thats how I replaced my icons and pagination graphics. I just abbreviate mine with bbr_ and drop them in the same folder. So for my pagination image I named it bbr_first.png |
#9
|
||||
|
||||
![]()
Damn thanks again, thats an easy enough solution. Id hook ya up with some rep but well there disabled here.
|
#10
|
|||
|
|||
![]()
I want to use animated gif's instead of png's. I can't figure out what to change to make it happen.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|