Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Add Imageshack to your forums Details »»
Add Imageshack to your forums
Version: 1.00, by mholtum mholtum is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 02-27-2006 Last Update: Never Installs: 42
Template Edits
 
No support by the author.

Install 'ImageShack on your Site' into the reply and post-new-thread sections of your vBulletin message board, thus giving your visitors the ability to upload images directly. After upload, they may paste the images directly into their post box.
  1. Log into your admin cp, and click on Styles and Templates, then Style Manager.
  2. For the theme (or themes) that you would like to add the iframe to, select in the drop down box "Edit Templates". You should see a whole list of template groups now.
  3. Click the "[? ?]" on the "New Posting Templates".
  4. To add the box to the reply page, click edit on the bullet point that says "newreply".
  5. Search for this code:
    Quote:
    <fieldset class="fieldset"><legend>$vbphrase[miscellaneous_options]</legend>
    <div style="padding:$stylevar[formspacer]px"><if condition="$bbuserinfo['signature'] != ''"><div>
    <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature"
    tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if><div>
    <label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl"
    tabindex="1" $checked[parseurl] />
    $vbphrase[automatically_parse_links_in_text]</label></div>
    disablesmiliesoption</div></fieldset>
  6. Paste the iframe code DIRECTLY AFTER the instance mentioned above.
    Quote:
    <fieldset class="fieldset"><legend>Upload your images to ImageShack</legend>
    <div style="padding:$stylevar[formspacer]px">
    <iframe src="http://imageshack.us/iframe.php?txtcolor=111111" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70"> You must
    have an iframe-compatable browser to view the ImageShack.us upload form.</iframe></div></fieldset>
  7. Click Save.
  8. To add the iframe in the new thread page, click edit on "newthread".
  9. Repeat steps 5, 6, and 7.
  10. Login to your message board as a regular user. Either click "Post New Thread" or reply to an existing thread in order to test out your new Image Hosting Service!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-01-2006, 06:13 PM
wolfyman's Avatar
wolfyman wolfyman is offline
 
Join Date: Apr 2005
Posts: 719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps this will be of more use to some of you - rather than giving your traffic and members to tagworld.com, just edit the same template and use:

In newthread and newreply templates, find:

Code:
				</if>
	
				$attachmentoption
Replace with

Code:
<!-- image hack -->

<fieldset class="fieldset"><legend>Upload your images to Holdmyfile.com</legend>
<div style="padding:$stylevar[formspacer]px">
<table>
<tr>
<td><a href="http://www.holdmyfile.com" target="_blank"><img src="http://www.holdmyfile.com/img/holdmyfile.jpg"></a>
</td>
<td>
<a href="http://www.holdmyfile.com" target="_blank">Click here to launch HoldMyFile.com</a> and upload your images.
</td>
</tr>
</table>
</div></fieldset>

</if>

<!-- /image hack -->

And you are left with:







Simply remove the image tags if you don't like the image on your newthread or newreply templates.
Reply With Quote
  #13  
Old 03-01-2006, 11:17 PM
wolfyman's Avatar
wolfyman wolfyman is offline
 
Join Date: Apr 2005
Posts: 719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh, and leave the

Code:
				$attachmentoption
bit if you want to allow forum uploads as well- I changed my forum so they can upload one attachment via the regular manage atachments thing, and if they want to upload a ton of pics they can use holdmyfile.com.
Reply With Quote
  #14  
Old 03-02-2006, 12:20 PM
Frank Butcher Frank Butcher is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work with 3.5.3 ?
Reply With Quote
  #15  
Old 03-02-2006, 12:32 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Yorixz
Can't seem to find the url, but I'm sure I've seen this modification around already.

Thanks though!
because this is just copyed and pasted from the imageshack website..
and this doesnt work with anything 3.5

its for 3.0 im sure of it,

check around and theres one for 3.5 some one else made, coded there self.
Reply With Quote
  #16  
Old 03-02-2006, 12:33 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://reg.imageshack.us/content.php?page=syndicate" target="_blank">http://reg.imageshack.us/content.php?page=syndicate</a>

check vbulletin..
Reply With Quote
  #17  
Old 03-12-2006, 10:20 AM
FARMER FARMER is offline
 
Join Date: Jan 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to add this in quickreply????
Reply With Quote
  #18  
Old 03-12-2006, 11:39 AM
FARMER FARMER is offline
 
Join Date: Jan 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



Anyone want the modification same this?
It's easy to upload to own server


___________________________

Welcome to: www.vimaru.org
Reply With Quote
  #19  
Old 05-29-2006, 11:22 PM
patrickstar patrickstar is offline
 
Join Date: May 2006
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's
thanks. installed and liking it.
Reply With Quote
  #20  
Old 09-10-2006, 10:35 AM
ntl-guy's Avatar
ntl-guy ntl-guy is offline
 
Join Date: Aug 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed - Thank you
Reply With Quote
  #21  
Old 10-21-2006, 08:01 AM
shaunh shaunh is offline
 
Join Date: Apr 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Item is cut off on bottom and right side

To fix, change width to "100%" and height to "100"
Reply With Quote
Reply

Thread Tools

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 05:12 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.11209 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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