Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Page Corner Peeler Details »»
Page Corner Peeler
Version: 1.00, by Rideharder Rideharder is offline
Developer Last Online: Jul 2017 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.1.4 Rating:
Released: 07-15-2011 Last Update: 07-16-2011 Installs: 68
Template Edits
 
No support by the author.

Description: Peeling corner on your vBulletin? Version 4.1.4 4.xx Tested 4.1.12

There are two zip files below to download, one is pleel back.zip & pleel down.zip you just need to download one of them to use.

pleel down.zip makes the corner of the page rollover like it's bending.

pleel back.zip makes the corner of the page slide straight down with no rolling over.
------------------------------------------------------------------------------------

Download and unzip peel bsck.zip or pleel down.zip to your desktop.
You can edit the jpg images to suit your site....

1. Search in peel.js for the following url line:
Code:
http://www.tonyprez.net
Change the URL line shown above to the web URL you want to re-direct too.


2. Upload the following peel folder to your directory example http://YOURDOMAIN.COM/peel/
1.peel.js
2.small.jpg
3.small.swf
4.large.jpg
5.large.swf


3. In your header template, add this code to the bottom:
Code:
<script src="peel/peel.js" type="text/javascript"></script>

Now, your done. Hit refresh page to view results.
-------------------------------------------------------------------------------------------------------------------


Demo is using the pleel down.zip one.
Demo: www.speedaholic.net

Download Now

File Type: zip pleel down.zip (106.3 KB, 442 views)
File Type: zip pleel back.zip (64.0 KB, 215 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
10 благодарности(ей) от:
BlueCheri, doctorsexy, goxy63, i3lack, leejohn02, misericorde, Mr_Running, sadiq6210, sergarch, Wenbie

Comments
  #42  
Old 07-30-2011, 03:31 AM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok.. I'll wait thanks man
Reply With Quote
  #43  
Old 07-30-2011, 03:20 PM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rideharder View Post
Nope.. I need to work on the code for that to work like your asking..

He uploaded the files not to the public directory but to the fourm directory.



--------------------------------------------------------------------------------------------------------------

Okay I think I know why it's not working for FReeSTER


He uploaded the files not to the public directory but to the fourm directory.

In that case the code line below in the .peel.js might need to be changed for example:

<script src="peel/peel.js" type="text/javascript"></script>

<script src="fourm/peel/peel.js" type="text/javascript"></script>


and the peel.js for example"


jaaspeel.small_path = 'fourm/peel/small.swf';
jaaspeel.small_image = escape('fourm/peel/small.jpg');

jaaspeel.big_path = 'fourm/peel/large.swf';
jaaspeel.big_image = escape('fourm/peel/large.jpg');

Anyways you should get the point now.

I will keep you guys updated on the outcome of this. I will change the directions above if this fixes the issue for him.

From, FReeSTER

"Bro that did the job.............. Thank you so much brooooo thanks... jejeje great mod bro I will be more then glad to donate as appreciation"
Reply With Quote
  #44  
Old 07-30-2011, 03:26 PM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nacaruncr View Post
ok.. I'll wait thanks man
NP at all. I will try to look into it soon.
Reply With Quote
Благодарность от:
nacaruncr
  #45  
Old 07-30-2011, 03:49 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rideharder damn you beat me to it bro. I was going to post my solution here as well thanks to you.

Thanks and Im glad to see this Mod back from 3.8

Thank you so muchhhh my site is sexy as Fu%^&%.... lol
Reply With Quote
  #46  
Old 07-30-2011, 08:25 PM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FReeSTER View Post
Rideharder damn you beat me to it bro. I was going to post my solution here as well thanks to you.

Thanks and Im glad to see this Mod back from 3.8

Thank you so muchhhh my site is sexy as Fu%^&%.... lol
Np, at all!
Reply With Quote
Благодарность от:
FReeSTER
  #47  
Old 07-31-2011, 10:42 PM
Mikevet1984's Avatar
Mikevet1984 Mikevet1984 is offline
 
Join Date: Nov 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry but any help where the public_html forder is?

is it the root forlder?

http://www.domain.com/? or http://www.domain.com/forums/?

or somewhere else?

-----------------------------------------

Just tried sth else.


Instead of:

<script src="peel/peel.js" type="text/javascript"></script>

Write:


<script src="http://www.yourdomain.com/peel/peel.js" type="text/javascript"></script>

or


<script src="http://www.yourdomain.com/folder/peel/peel.js" type="text/javascript"></script>

This worked 100% to me after some test but the first script sometimes did not work and I do not know, I Did not figured out why.
Reply With Quote
Благодарность от:
nacaruncr
  #48  
Old 08-01-2011, 02:59 AM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mikevet1984 View Post
Sorry but any help where the public_html forder is?

is it the root forlder?

http://www.domain.com/? or http://www.domain.com/forums/?

or somewhere else?

-----------------------------------------

Just tried sth else.


Instead of:

<script src="peel/peel.js" type="text/javascript"></script>

Write:


<script src="http://www.yourdomain.com/peel/peel.js" type="text/javascript"></script>

or


<script src="http://www.yourdomain.com/folder/peel/peel.js" type="text/javascript"></script>

This worked 100% to me after some test but the first script sometimes did not work and I do not know figured out why.

Sorry about that. Thanks for posting, your feedback..:up:
Reply With Quote
  #49  
Old 08-01-2011, 10:50 AM
+buG +buG is offline
 
Join Date: Jun 2002
Location: Bay Area CA
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That looks really cool! It doesn't work on my forum though, it appears in the right corner but is all spazzed out, blinking and stuttering. Also, when I mouse over it the peel immediately disappears. Any idea what might be causing this?
Reply With Quote
  #50  
Old 08-03-2011, 01:52 PM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by +buG View Post
That looks really cool! It doesn't work on my forum though, it appears in the right corner but is all spazzed out, blinking and stuttering. Also, when I mouse over it the peel immediately disappears. Any idea what might be causing this?
What is your sites url?
Reply With Quote
  #51  
Old 08-03-2011, 04:00 PM
teach1st's Avatar
teach1st teach1st is offline
 
Join Date: Oct 2001
Location: Cream Corn, FL
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool, and thanks! I have it working on 4.1.5 with Internet Explorer 9. But it doesn't show in any other browser I've tried (Opera, Chrome, FF, Safari - tried to disable script and ad blockers), and not on all computers using IE 9.

uninstalled for the time being
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 11:40 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.05277 seconds
  • Memory Usage 2,358KB
  • Queries Executed 28 (?)
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_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (13)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • 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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete