Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

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
  #22  
Old 12-04-2006, 02:49 AM
AMG021 AMG021 is offline
 
Join Date: Sep 2006
Location: Not From This Planet
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.6.4
Reply With Quote
  #23  
Old 01-12-2007, 09:57 PM
Nik_s3 Nik_s3 is offline
 
Join Date: Oct 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed It on 3.6.4 too.
Thanl you...I've searched It a lot!
Reply With Quote
  #24  
Old 01-31-2007, 07:20 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Barakat View Post
open and make changes for those templates newreply, newthread, editpost, pm_newpm

find :-

PHP Code:
<if condition="$show['parseurl']"><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></if> 
                        
$disablesmiliesoption 
                    
</div
                </
fieldset
add after :-
PHP Code:
<!--imageshack_by_HaYLaZ--> 
<
SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'
<!-- 
var 
win=null
function 
NewWindow(mypage,myname,w,h,pos,infocus){ 
if(
pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} 
if(
pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;} 
else if((
pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20
settings="width=" ",height=" ",top=" mytop ",left=" myleft ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resiz  able=yes";win=window.open(mypage,myname,settings); 
win.focus();} 
// --> 
</script

<
a href="javascript:NewWindow('imageshack.php','imageshack','600','150','center','front');"
<
img src="images/imageshack.gif"  border="0"></a
<!--
imageshack_by_HaYLaZ--> 
<!--
Rapidshare--> 
<
SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'
<!-- 
var 
win=null
function 
NewWindow(mypage,myname,w,h,pos,infocus){ 
if(
pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} 
if(
pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;} 
else if((
pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20
settings="width=" ",height=" ",top=" mytop ",left=" myleft ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resiz  able=yes";win=window.open(mypage,myname,settings); 
win.focus();} 
// --> 
</script

<
a href="javascript:NewWindow('rapid.php','rapid','600','150','center','front');"
<
img src="images/rapid.gif"  border="0"></a
<!--
Rapidshare finished--> 
images in the attachments to /images folder
files rapid.php and imageshack.php to the /forum folder
this is HaYLaZ hack ...
AWESOME post! Installed on 3.6.4
Thanx for the sharing!

Jacquii.
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 07:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04423 seconds
  • Memory Usage 2,292KB
  • Queries Executed 18 (?)
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
  • (2)bbcode_php
  • (3)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
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (4)postbit_onlinestatus
  • (4)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