[DEV] JQuery Top Down 0.0.9

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Anti-Spam Guide
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany

Re: [DEV] JQuery Top Down 0.0.3

Post by darkonia »

german translation:

Code: Select all

<open src="language/de/common.php">
         <edit>
            <find><![CDATA['BACK_TO_TOP'         => 'Nach oben',]]></find>
            <action type="after-add"><![CDATA['BACK_TO_DOWN'         => 'Nach unten',]]></action>
         </edit>
      </open>
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.3

Post by FranckTH »

thanks so much darkonia ;)

Soon :
- Disable Top Down in ACP
- Add an option to choose the display "right or left"
- Change "onMouseclick" to "onMouseOver"
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.4

Post by FranckTH »

Zip file updated with hack for IE6, thanks to cabot for that ;)
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.8

Post by FranckTH »

Zip updated in first post to 0.0.8

Improved:

  • Improved CSS
  • Add PIE.htc for round corners (border radius for IE8)
  • Included jquery.min.js in template
  • Correct syntax in overall_header.html
[/b]
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany

Re: [DEV] JQuery Top Down 0.0.8

Post by darkonia »

thx for the update Franck!
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
User avatar
doktornotor
Registered User
Posts: 608
Joined: Fri Sep 09, 2011 7:41 am

Re: [DEV] JQuery Top Down 0.0.8

Post by doktornotor »

LOL... the demo board would benefit from being a bit longer/taller so that there is actually something to scroll? :lol:

I do not have any use for this, but maybe instead of clicking, make is scroll onmouseover and stop scrolling onmouseout? IMHO more convenient. Also, usability-wise - your mouse will be busy moving all the way to top-left and bottom-left corner. This should be somehow floating, centered near the bottom of the page. (Yeah, should be possible with CSS.)
Support requests via PM go straight to /dev/null!
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.8

Post by FranckTH »

Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] JQuery Top Down 0.0.8

Post by Jessica »

I think you need to fix how Automod uploads the files. it adds in a new folder in my site root called "root". I know the files in there are supposed to be uploaded. get what I mean?

edit: also, on your demo board, the "to top" button is at the top, and the "to bottom" is at the bottom. how do I make mine like that? currently they are both in the bottom left.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.8

Post by FranckTH »

jesschen wrote:I think you need to fix how Automod uploads the files. it adds in a new folder in my site root called "root". I know the files in there are supposed to be uploaded. get what I mean?

edit: also, on your demo board, the "to top" button is at the top, and the "to bottom" is at the bottom. how do I make mine like that? currently they are both in the bottom left.

To fix the button to the top , open scroll.css

Find : (a part of code)

Code: Select all

.nav_up{
bottom:35px;
Replace "bottom:35px" by "top:10px"

;)
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] JQuery Top Down 0.0.3

Post by Jessica »

FranckTH wrote:thanks so much darkonia ;)

Soon :
- Disable Top Down in ACP
- Add an option to choose the display "right or left"
- Change "onMouseclick" to "onMouseOver"
will these be added soon?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] JQuery Top Down 0.0.3

Post by Jessica »

Jessica wrote:
FranckTH wrote:thanks so much darkonia ;)

Soon :
- Disable Top Down in ACP
- Add an option to choose the display "right or left"
- Change "onMouseclick" to "onMouseOver"
will these be added soon?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.8

Post by FranckTH »

all4phone wrote:It is only an option up or down.
Suggestion: maybe better to use onMouseOver to stop moving the page?
Have you considered an option like this?
Added in zip file ;)
Jessica wrote:
Jessica wrote:
FranckTH wrote:thanks so much darkonia ;)

Soon :
- Disable Top Down in ACP
- Add an option to choose the display "right or left"
- Change "onMouseclick" to "onMouseOver"
will these be added soon?
Option to disable in ACP is ok now
Change function click by mouseover is ok
Back2top in viewtopic with jquery

First post updated with new zip file ;)
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] JQuery Top Down 0.0.9

Post by Jessica »

Yay :mrgreen:
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
FranckTH
Registered User
Posts: 364
Joined: Thu Jul 28, 2011 12:14 pm
Location: France
Name: Franck

Re: [DEV] JQuery Top Down 0.0.9

Post by FranckTH »

thank you,
I never forget anyone, but I am a bad coder and I need a little more time than the others ...

;)
Free Flash & HTML5 Games for Phpbb 3.2.2 + Extension Relax Arcade Pro
Free Flash & HTML5 Games for Relax Arcade Pro
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] JQuery Top Down 0.0.9

Post by Jessica »

I want to change back to "onMouseclick" instead of "onMouseOver". Where would I change this?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein

Return to “[3.0.x] MODs in Development”