vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Page Corner Peeler (https://vborg.vbsupport.ru/showthread.php?t=266927)

nacaruncr 07-30-2011 03:31 AM

ok.. I'll wait :D thanks man :D

Rideharder 07-30-2011 03:20 PM

Quote:

Originally Posted by Rideharder (Post 2226679)
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"

Rideharder 07-30-2011 03:26 PM

Quote:

Originally Posted by nacaruncr (Post 2226689)
ok.. I'll wait :D thanks man :D

NP at all. I will try to look into it soon.:D

FReeSTER 07-30-2011 03:49 PM

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

Rideharder 07-30-2011 08:25 PM

Quote:

Originally Posted by FReeSTER (Post 2226890)
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!

Mikevet1984 07-31-2011 10:42 PM

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.

Rideharder 08-01-2011 02:59 AM

Quote:

Originally Posted by Mikevet1984 (Post 2227413)
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:

+buG 08-01-2011 10:50 AM

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?

Rideharder 08-03-2011 01:52 PM

Quote:

Originally Posted by +buG (Post 2227591)
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?

teach1st 08-03-2011 04:00 PM

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

Rideharder 08-03-2011 05:23 PM

Quote:

Originally Posted by teach1st (Post 2228780)
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


Interesting, works great in Firefox and Internet Explorer. If some browsers are not compatible it will not do no harm. I will look into it more.

Rideharder 08-03-2011 05:29 PM

Just tested with Safari and it is working.

Maybe you have an issue with your computers, try "Secunia Personal Software Inspector (PSI)"

teach1st 08-03-2011 05:32 PM

Speedaholic works in Chrome sometimes. It just worked in Safari. Must be some mod or template edit I'm using.

http://www.teach1st.com/bobo/vb/forum.php

Rideharder 08-03-2011 05:38 PM

4.1.5 has some changes that might be affecting it.
Sorry, you're experiencing a problem with it.

teach1st 08-03-2011 05:41 PM

No problem! You've done a good job with it.

Rideharder 08-03-2011 05:44 PM

I have not upgraded yet to 4.1.5 because of issues with the blogs template that I am running.. If anybody can confirm that it works for 4.1.5 I greatly appreciate it.

sadiq6210 08-04-2011 11:13 AM

INSTALLED
Thanks =)

Could I move it to left side?

Reycer 08-08-2011 05:03 AM

Quote:

Originally Posted by teach1st (Post 2228780)
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


I can confirm this.

Rideharder 08-08-2011 06:57 AM

Quote:

Originally Posted by sadiq6210 (Post 2229202)
INSTALLED
Thanks =)

Could I move it to left side?


It only works for the right side.


This might work for you.
https://vborg.vbsupport.ru/showthread.php?t=183554

Rideharder 08-08-2011 06:58 AM

Quote:

Originally Posted by mdelcour (Post 2230775)
I can confirm this.

Interesting.

More details would be necessary to understand the full details of what the situation is..

Reycer 08-08-2011 03:45 PM

After install you can see the peeler, however when you go to scroll over to it, it disappears. This occured in all browsers for myself.

Pirate45 08-08-2011 11:16 PM

For some reason, this doesn't seem to do anything for me. It was not clear to me whether or not the /peel directory went in the root directory or in /forum but I tried both and it seemed to have no effect. Even reviewing the instructions and double-checking did not help.

I am not sure where I am going wrong?!?

Rideharder 08-10-2011 02:43 AM

Quote:

Originally Posted by Pirate45 (Post 2231086)
For some reason, this doesn't seem to do anything for me. It was not clear to me whether or not the /peel directory went in the root directory or in /forum but I tried both and it seemed to have no effect. Even reviewing the instructions and double-checking did not help.

I am not sure where I am going wrong?!?

What directory is your message board located in?
We should be able to walk you through this with no problems.

https://vborg.vbsupport.ru/showpost....9&postcount=40

Rideharder 08-10-2011 02:44 AM

Quote:

Originally Posted by mdelcour (Post 2230938)
After install you can see the peeler, however when you go to scroll over to it, it disappears. This occured in all browsers for myself.

Try updating to the newest flash by going here:

http://get.adobe.com/flashplayer
Adobe Flash Player 10.3.183.5

Bram H 08-20-2011 11:59 AM

This is awesome and works great! Super easy installation also. Thumbs up for the maker!

tidus78 08-22-2011 09:08 PM

Great it's working on my 4.1.5. :)

nacaruncr 08-22-2011 09:34 PM

any new??? about add title in the image whe you put the mouse??

excuse me my english man :p XD

iDHKHCM 08-23-2011 01:53 AM

any way to make it peel from the top left corner?

kfyonur 08-24-2011 11:59 AM

it is not working correctly in internet explorer 8 ? What is wrong.

Chrome and Firefox is OK.

www.audiclubtr.com Can you look pls

Edit : it worked by itself :)

mightysanta 08-25-2011 08:19 PM

For some reason i can not get this to work. I have tried everything. I uploaded it in the forums category on the webhost and i edited the files to such

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

and the peel.js

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

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

So i have no clue what i am doing wrong. If someone could point me in the right direction or help me figure this out it would be greatly appreciated!!

Bob_R 08-27-2011 06:30 PM

Two quick questions on the installation


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

Do you put the files in your forums directory or the root?

There are 7 files in the folder, why upload 5? What about the other 2?

Does this work in Vbulletin 4.1.3?

Thanks!

Bob_R 08-27-2011 07:36 PM

Not working for me. I did add the code to the header template.

Bob_R 08-27-2011 09:09 PM

Got it working.

My only issue is it doesn't display the full pic (large image)

Rideharder 08-30-2011 06:06 AM

Quote:

Originally Posted by Bob_R (Post 2238898)
Got it working.

My only issue is it doesn't display the full pic (large image)



PM me your url

Rideharder 08-30-2011 06:08 AM

Quote:

Originally Posted by mightysanta (Post 2238075)
For some reason i can not get this to work. I have tried everything. I uploaded it in the forums category on the webhost and i edited the files to such




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


and the peel.js


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

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



So i have no clue what i am doing wrong. If someone could point me in the right direction or help me figure this out it would be greatly appreciated!!


Hmm PM me your URL and I will look at your path.

Rideharder 08-30-2011 06:11 AM

Quote:

Originally Posted by nacaruncr (Post 2236754)
any new??? about add title in the image whe you put the mouse??

excuse me my english man :p XD

Sorry, I know you asked befor and I did work on it alittle. Still no luck but I will try to work on it more.

misericorde 09-01-2011 04:22 AM

Thank you

MERCI INFINIMENT

Mark installed and NOMINATION https://vborg.vbsupport.ru/external/2011/09/19.gif

Bob_R 09-16-2011 07:51 PM

Got it working.

My only issue is it doesn't display the full pic (large image)

See sig below for URL

Bob_R 10-04-2011 07:34 PM

Quote:

Originally Posted by Bob_R (Post 2246924)
Got it working.

My only issue is it doesn't display the full pic (large image)

See sig below for URL

Hello?

RockStrongo 10-06-2011 11:43 PM

Super easy to install and configure. It took me 15 minutes (14 of that was to design the new image). Bravo to the developer!


All times are GMT. The time now is 10:28 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.01575 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete