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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-03-2015, 03:00 AM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help finding a mod

Hey guys,

I was wondering if there are any mods or how to get THIS:

https://gyazo.com/64a2de4996707342005ff712a115e05a

FROM
https://gyazo.com/9d5904336c872c2a0ac825e140584eb8


Picture one is how i want it to look and picture two is how it looks right now.

Any help? Thanks!
Reply With Quote
  #2  
Old 09-03-2015, 03:07 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I took a look around but I didn't see what I thought I saw a while back ... I will keep looking and if I see it I will post the link my Man ....sorry

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

Here you go my Man :

https://vborg.vbsupport.ru/showthrea...ownload+button
Reply With Quote
  #3  
Old 09-03-2015, 05:24 PM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it!
But question
why does it still show

https://gyazo.com/3fc0b828b1d6fe7b8775cdf2d916a315

is it possible to make it look like the other picture with 'BT' image? if so, how do i do that?
Reply With Quote
  #4  
Old 09-03-2015, 08:21 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok replace the code in your postbit_attachment with this:

Code:
<li>
	<--! <img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" /> -->
	<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a> 
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
</li>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
All you are going to do is comment out the code between the <--! --> highlighted in red above ...
Reply With Quote
  #5  
Old 09-03-2015, 08:31 PM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you think that theres a file that i edit and since it looks like its trying to catch a .gif and place that there?

should i ftp and go under images and find which picture is being used?
Reply With Quote
  #6  
Old 09-06-2015, 08:07 AM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to replace that torrent icon with a new torrent icon then just FTP your new one and make sure that its named the same thing and is the same extension type (gif, jpg, png etc). But keep in mind that will replace it for all the BTicons you have on your forum in your posts not just in one area.
Reply With Quote
  #7  
Old 09-06-2015, 05:57 PM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thing is there are no icons for it, i made one; where do i put it in FTP?
Reply With Quote
  #8  
Old 09-06-2015, 06:20 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kushal Patel View Post
thing is there are no icons for it, i made one; where do i put it in FTP?
The .gif you mentioned above, what is it named? bit.gif or similar?

- Your new image, the one you want to use - open in a a graphic editor (Gimp 2.0 is free and works great just Google it, download, install, then have fun its super easy once you take the time tinker in the menus).
- Now open your image file, save the file as the same exact name.gif, make sure you actually save it as a .gif, do not save and .png and rename etc I don't care if it loads fine on your pc or in browser just do it proper .
- Now right-click the icon, view its location or in a new tab/window. What's the URL up top?
- Now take that URL you now see in your browsers adress bar, and connect to your server via FTP, all the /sitename.com/foldername/images/filename.gif are actually the path to the file, locate that file via ftp, now simply upload the new image you saved as the exact same name and OVERWRITE the current file.
- Check to ensure its displaying properly... if not, did you ensure the image is the same size? X and Y I mean and then of course if its a huge file size then it simply slows loading times down so ensure its optimized/compressed.

Should be it! Remember its this simple:
- Find the old image.gif
- Upload your new one, overwriting the old one.
Reply With Quote
  #9  
Old 09-09-2015, 03:43 AM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got it guys, thanks for help. can i ask more questions in this thread or do i create new one? it's totally about different than what this thread has.
Reply With Quote
  #10  
Old 09-09-2015, 09:06 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well' there's your answer. If it's about something different, open a fresh thread. Why would you want to burry your new question on page x of an already solved thread?
Reply With Quote
Благодарность от:
ozzy47
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 08:57 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.04378 seconds
  • Memory Usage 2,258KB
  • 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
  • (1)bbcode_code
  • (1)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete