Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: M-DVD on February 09, 2009, 10:12:09 AM

Title: Go Up & Go Down
Post by: M-DVD on February 09, 2009, 10:12:09 AM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1619)

MOD Go Up & Go Down v1.2
==================






  • Autor:
M-DVD (http://custom.simplemachines.org/mods/index.php?action=profile;u=148997)
  • Version:
1.2
  • Release:
05th February 2009
  • Languages:
(http://www.simplemachines.org/site_images/lang/english.gif) (http://www.simplemachines.org/site_images/lang/english_british.gif) (http://www.simplemachines.org/site_images/lang/spanish.gif) (http://www.simplemachines.org/site_images/lang/spanish_latin.gif) (http://www.simplemachines.org/site_images/lang/croatian.gif) (http://www.simplemachines.org/site_images/lang/swedish.gif) (http://www.simplemachines.org/site_images/lang/german.gif)
(http://www.simplemachines.org/site_images/lang/italian.gif) (http://www.simplemachines.org/site_images/lang/greek.gif) (http://www.simplemachines.org/site_images/lang/bulgarian.gif)
  • Compatible With:
SMF 1.1.1 - 1.1.8
SMF 2 Beta 3 & 4 & RC1




(http://www.simplemachines.org/community/Themes/smsite/images/star.gif)(http://www.simplemachines.org/community/Themes/smsite/images/star.gif)(http://www.simplemachines.org/community/Themes/smsite/images/star.gif)(http://www.simplemachines.org/community/Themes/smsite/images/star.gif)(http://www.simplemachines.org/community/Themes/smsite/images/star.gif) (http://www.simplemachines.org/community/index.php?action=post;topic=291856.0)
Comment this Mod (http://www.simplemachines.org/community/index.php?action=post;topic=291856.0)
(http://www.simplemachines.org/site_images/modtitlebar.png)(http://www.simplemachines.org/site_images/modtitlebar.png)(http://www.simplemachines.org/site_images/modtitlebar.png) (http://custom.simplemachines.org/mods/index.php?action=profile;u=148997)
My MODs (http://custom.simplemachines.org/mods/index.php?action=profile;u=148997)
(http://www.simplemachines.org/community/Themes/smsite/images/bbc/img.gif)(http://www.simplemachines.org/community/Themes/smsite/images/bbc/img.gif)(http://www.simplemachines.org/community/Themes/smsite/images/bbc/img.gif) (http://custom.simplemachines.org/mods/index.php?mod=1619)
Images (http://custom.simplemachines.org/mods/index.php?mod=1619)
(https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif) (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4587421)Help support my MODs (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4587421)


Features:




Note: Thanks and Credits authorship of smooth.js to: dezinerfolio.com (read license.txt)

Thanks to ameo (http://www.simplemachines.org/community/index.php?action=profile;u=107404) for idea.

==========================

Languages (normal & utf-8)


$txt['topbottomPostEnable'] = 'Enable Go Up/Go Down buttons in Post';
$txt['topbottomNextEnable'] = 'Enable Go Previous/Go Next buttons in Post';
$txt['topbottomPostSmooth'] = 'Enable Smooth auto-scrolling.';

I welcome new translations here (http://www.simplemachines.org/community/index.php?action=post;topic=291856.0)

==========================

Características:




Nota: Gracias y créditos de autor de smooth.js a: dezinerfolio.com (leer licencia.txt)

Fin.
Title: Re: Go Up & Go Down
Post by: Özgür on February 09, 2009, 11:20:31 AM
Nice Effect =) I love it. Thank you M-DVD =)
Title: Re: Go Up & Go Down
Post by: ameo on February 09, 2009, 01:32:32 PM
CROATIAN translation » HRVATSKI prijevod

$txt['topbottomPostEnable'] = 'Omoguci  Gore/Dolje  gumbe u Postu';
$txt['topbottomPostSmooth'] = 'Omoguci glatko klizanje.';



By the way, I wasn't so much thrilled in other [request] topic because upon installation on 1.1.8.
I received an error in index.template.php and thought I installed it and it's working, my second request
failed to install.

That means no smooth scrolling for me.  :(
I hope everyone else will have much more luck than I did.

Could you tell me what to insert where, so smooth scrolling could work.
Title: Re: Go Up & Go Down
Post by: edi67 on February 09, 2009, 01:43:40 PM
intersting
Title: Re: Go Up & Go Down
Post by: M-DVD on February 09, 2009, 02:18:38 PM
Quote from: edi67 on February 09, 2009, 01:43:40 PM
intersting

Quote from: Özgür´ on February 09, 2009, 11:20:31 AM
Nice Effect =) I love it. Thank you M-DVD =)

Thanks for your comment :D

Quote from: ameo on February 09, 2009, 01:32:32 PM
CROATIAN translation » HRVATSKI prijevod

$txt['topbottomPostEnable'] = 'Omoguci  Gore/Dolje  gumbe u Postu';
$txt['topbottomPostSmooth'] = 'Omoguci glatko klizanje.';



By the way, I wasn't so much thrilled in other [request] topic because upon installation on 1.1.8.
I received an error in index.template.php and thought I installed it and it's working, my second request
failed to install.

That means no smooth scrolling for me.  :(
I hope everyone else will have much more luck than I did.

Could you tell me what to insert where, so smooth scrolling could work.

Thanks for translate. :D

Should be installed fine in the default theme.  :-\

But no problem, it's easy. You must open your index.template theme.

Search (or similiar):

<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script>

and add

', (empty($modSettings['topbottomPostSmooth']) ? '' : '
<script language="JavaScript" type="text/javascript" src="' . $settings['default_theme_url'] . '/smooth.js?fin11"></script>'), '


Note: if you like, you can attach your index.template.php

Title: Re: Go Up & Go Down
Post by: ameo on February 09, 2009, 03:08:28 PM
No need 2 M-DVD. I did what you said and works like a charm. (http://lh6.ggpht.com/_mM87pBpjNzI/SZCMtw5iLNI/AAAAAAAAABI/4macMm2hXNM/s144/icon_smile.png)




DMN it. I think I've noticed a bug. Maybe it is just me, but when I click on any link that leads to last post on front page of forum [index]
nothing happens. It's like I didn't click on link at all.
Title: Re: Go Up & Go Down
Post by: roadrunner33 on February 10, 2009, 03:17:06 AM
I have this code at the very top of all pages:
Quote// MOD Go Up & Go Down $txt['topbottomPostEnable'] = 'Enable Go Up/Go Down buttons in Post'; $txt['topbottomPostSmooth'] = 'Enable Smooth auto-scrolling.';

and I am missing the text to the left of the admin boxes for ''Enable Go Up/Go Down buttons in Post' and 'Enable Smooth auto-scrolling.  The check boxes are there, but no text identifying the boxes.

Apparently various scripts did not install in the correct areas? 

Please advise on a fix for this.  Thank you!
Title: Re: Go Up & Go Down
Post by: 4fit? on February 10, 2009, 12:28:11 PM
Quote from: roadrunner33 on February 10, 2009, 03:17:06 AM
I have this code at the very top of all pages:
Quote// MOD Go Up & Go Down $txt['topbottomPostEnable'] = 'Enable Go Up/Go Down buttons in Post'; $txt['topbottomPostSmooth'] = 'Enable Smooth auto-scrolling.';

and I am missing the text to the left of the admin boxes for ''Enable Go Up/Go Down buttons in Post' and 'Enable Smooth auto-scrolling.  The check boxes are there, but no text identifying the boxes.

Apparently various scripts did not install in the correct areas? 

Please advise on a fix for this.  Thank you!
Open your language file English.php.  The text you are seeing was either placed before the opening PHP tag (<? php) or after the closing PHP tag (?>).  Simply move it inbetween the tags and you should be good to go.
Title: Re: Go Up & Go Down
Post by: M-DVD on February 10, 2009, 01:30:20 PM
Translation uploaded :)

Quote from: ameo on February 09, 2009, 03:08:28 PM
DMN it. I think I've noticed a bug. Maybe it is just me, but when I click on any link that leads to last post on front page of forum [index]
nothing happens. It's like I didn't click on link at all.

I can see your forum?

Quote from: roadrunner33 on February 10, 2009, 03:17:06 AM
I have this code at the very top of all pages:
Quote// MOD Go Up & Go Down $txt['topbottomPostEnable'] = 'Enable Go Up/Go Down buttons in Post'; $txt['topbottomPostSmooth'] = 'Enable Smooth auto-scrolling.';

and I am missing the text to the left of the admin boxes for ''Enable Go Up/Go Down buttons in Post' and 'Enable Smooth auto-scrolling.  The check boxes are there, but no text identifying the boxes.

Apparently various scripts did not install in the correct areas? 

Please advise on a fix for this.  Thank you!

Solved?
Title: Re: Go Up & Go Down
Post by: timned88 on February 10, 2009, 02:20:49 PM
i installed this mod and it deactivated the expand/collapse buttons. 
Title: Re: Go Up & Go Down
Post by: Nibogo on February 10, 2009, 05:27:15 PM
Demo site??

Nice mod my friend ;)
Title: Re: Go Up & Go Down
Post by: Özgür on February 10, 2009, 05:49:40 PM
Quote from: NIBOGO on February 10, 2009, 05:27:15 PM
Demo site??

Nice mod my friend ;)


http://www.rockayseri.net/rk/haberler/muslumanlarin-heavy-metal-tutkusu-kitap-oldu/
Title: Re: Go Up & Go Down
Post by: Nibogo on February 10, 2009, 05:54:42 PM
Quote from: Özgür´ on February 10, 2009, 05:49:40 PM
Quote from: NIBOGO on February 10, 2009, 05:27:15 PM
Demo site??

Nice mod my friend ;)


http://www.rockayseri.net/rk/haberler/muslumanlarin-heavy-metal-tutkusu-kitap-oldu/


Thanks dude :)
Title: Re: Go Up & Go Down
Post by: M-DVD on February 10, 2009, 06:48:54 PM
Quote from: timned88 on February 10, 2009, 02:20:49 PM
i installed this mod and it deactivated the expand/collapse buttons.

Hi, I can see this? URL? what expand/collapse buttons? thanks.

Title: Re: Go Up & Go Down
Post by: Bass_Chaz on February 10, 2009, 07:44:01 PM
Great Mod! Installed smooth and works well on my 1.1.8

Keep up the great work...!
Title: Re: Go Up & Go Down
Post by: timned88 on February 10, 2009, 08:32:49 PM
Quote from: M-DVD on February 10, 2009, 06:48:54 PM
Quote from: timned88 on February 10, 2009, 02:20:49 PM
i installed this mod and it deactivated the expand/collapse buttons.

Hi, I can see this? URL? what expand/collapse buttons? thanks.

on the stats page... expand/collapse to turn the monthly stats into days and vice versa (the little +/- button)
Title: Re: Go Up & Go Down
Post by: koolwater on February 10, 2009, 11:14:44 PM
Quote from: timned88 on February 10, 2009, 08:32:49 PM
Quote from: M-DVD on February 10, 2009, 06:48:54 PM
Quote from: timned88 on February 10, 2009, 02:20:49 PM
i installed this mod and it deactivated the expand/collapse buttons.

Hi, I can see this? URL? what expand/collapse buttons? thanks.

on the stats page... expand/collapse to turn the monthly stats into days and vice versa (the little +/- button)

Same problem on my forum when I use the mod,  my expand and collapse categories stop working and the recent posts links stop working too. 

You can see it on my site http://4reelfishing.net/messageboard/index.php (http://4reelfishing.net/messageboard/index.php)

If you click on the -  or + in each category the category will not collapse or expand anymore and when you try to click on a recent posts link at the bottom it doesn't work anymore either.

Any suggestions,  seems like a cool mod I would like to use.  I'll keep the mod enabled for now so you can see what its doing.

Thanks
Title: Re: Go Up & Go Down
Post by: M-DVD on February 10, 2009, 11:38:08 PM
Quote from: koolwater on February 10, 2009, 11:14:44 PM
You can see it on my site http://4reelfishing.net/messageboard/index.php (http://4reelfishing.net/messageboard/index.php)

Thanks.

Disable the smooth effect and try. I think there is a clash of javascript.

I need time to see which javascript clash with shooth.js in your page.


I am not shooth.js the developer, but i will make an effort.

--

This javascript seems to have problems with some anchors (cannot be so good)  >:(. Will be more difficult to correct  :-\

Here is dawn. Tomorrow i will tell more accurately.

Title: Re: Go Up & Go Down
Post by: koolwater on February 10, 2009, 11:45:42 PM
Quote from: M-DVD on February 10, 2009, 11:38:08 PM
Quote from: koolwater on February 10, 2009, 11:14:44 PM
You can see it on my site http://4reelfishing.net/messageboard/index.php (http://4reelfishing.net/messageboard/index.php)

Thanks.

Disable the smooth effect and try. I think there is a clash of javascript.

I need time to see which javascript clash with shooth.js in your page.

I am not shooth.js the developer, but i will make an effort.


Yeah they all work when I disable the smooth effect,  thanks.
Title: Re: Go Up & Go Down
Post by: Marcus Forsberg on February 11, 2009, 01:04:30 AM
Nice, but I still wanted to do this ;)

Swedish:


$txt['topbottomPostEnable'] = 'Aktivera Gå upp/Ned knappar i alla inlägg';
$txt['topbottomPostSmooth'] = 'Aktivera effektfull autoscrollning.';
Title: Re: Go Up & Go Down
Post by: M-DVD on February 12, 2009, 10:34:56 PM
Update Go Up & Go Down v1.1:
=========================


New features:

How do I upgrade?

=======================================

Características Nuevas:

¿Como actualizar?
Title: Re: Go Up & Go Down
Post by: Blinker on February 13, 2009, 02:19:34 AM
Nice mod M-DVD, great work. I had v1.0 installed and had to disable smooth-scrolling because of the expand/collapse issues.

v1.1 is now installed and works perfectly with smooth-scrolling and expand/collapse is working again across the forum.

Thanks for the speedy update, you're a champ! :)
Title: Re: Go Up & Go Down
Post by: timned88 on February 13, 2009, 08:58:27 AM
working great for me too, thanks!
Title: Re: Go Up & Go Down
Post by: Manu.G on February 13, 2009, 07:52:45 PM
Great mod and it works perfect in our forum!  ;D

I want to ask something, but if it isn't possible, it won't be a problem.
Is it possible to scroll only to the next post instead to the last post?

German translation:
Iso:
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&auml;ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';


Utf8
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&#228ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';
Title: Re: Go Up & Go Down
Post by: M-DVD on February 13, 2009, 10:34:29 PM
Quote from: Nas on February 11, 2009, 01:04:30 AM
Nice, but I still wanted to do this ;)

Swedish:


$txt['topbottomPostEnable'] = 'Aktivera Gå upp/Ned knappar i alla inlägg';
$txt['topbottomPostSmooth'] = 'Aktivera effektfull autoscrollning.';


Thanks for translate, yours translation have been added.  :D

Quote from: timned88 on February 13, 2009, 08:58:27 AM
working great for me too, thanks!

Quote from: Blinker on February 13, 2009, 02:19:34 AM
Nice mod M-DVD, great work. I had v1.0 installed and had to disable smooth-scrolling because of the expand/collapse issues.

v1.1 is now installed and works perfectly with smooth-scrolling and expand/collapse is working again across the forum.

Thanks for the speedy update, you're a champ! :)

Thanks for your comments, and thanks for report.

I am glad that now if they work.  :D

Quote from: Manu0372 on February 13, 2009, 07:52:45 PM
Great mod and it works perfect in our forum!  ;D

I want to ask something, but if it isn't possible, it won't be a problem.
Is it possible to scroll only to the next post instead to the last post?

German translation:
Iso:
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&auml;ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';


Utf8
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&#228ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';


Thanks for translate, tomorrow i add your work  :D

And yes is possible (and good idea). The anchors already exist, there are only find the way "clean" to do the job, without "mess" much the code.
Title: Re: Go Up & Go Down
Post by: TheMaker on February 14, 2009, 02:20:25 PM
Italian traduction:

$txt['topbottomPostEnable'] = 'Abilita i bottoni di "vai avanti/indietro" nei post.';
$txt['topbottomPostSmooth'] = 'Abilita l'auto-scrolling leggero.';

;D
Title: Re: Go Up & Go Down
Post by: Manu.G on February 14, 2009, 03:44:49 PM
Quote from: M-DVD on February 13, 2009, 10:34:29 PM
And yes is possible (and good idea). The anchors already exist, there are only find the way "clean" to do the job, without "mess" much the code.

That's sounds great.
I got the idea with scrolling to the next posting, cause we have activate the "Up and Down" in our forum and a second option will be a bit too much.
I hope you will find a solution for it. :D
Title: Re: Go Up & Go Down
Post by: ameo on February 14, 2009, 06:19:29 PM
First I was like - hmmm - scrolling to next post makes no sense - but then I figured out if people write something like fanfiction in forums, or really long (interesting :P ) posts, that would make perfect sense. Therefore I support the idea.
Title: Re: Go Up & Go Down
Post by: edi67 on February 14, 2009, 06:28:19 PM
Quote from: TheMaker on February 14, 2009, 02:20:25 PM
Italian traduction:

$txt['topbottomPostEnable'] = 'Abilita i bottoni di "vai avanti/indietro" nei post.';
$txt['topbottomPostSmooth'] = 'Abilita l'auto-scrolling leggero.';

;D

devi aggiungere lo slash qui:
$txt['topbottomPostSmooth'] = 'Abilita l\'auto-scrolling leggero.';
Title: Re: Go Up & Go Down
Post by: firehopper on February 15, 2009, 09:37:14 AM
German:

// MOD Go Up & Go Down
$txt['topbottomPostEnable'] = 'Aktivieren der Auf / Ab Pfeile in Beitr&#228;gen';
$txt['topbottomPostSmooth'] = 'Aktiviere den sanften Auto-Bildlauf.';
Title: Re: Go Up & Go Down
Post by: Manu.G on February 18, 2009, 02:33:00 PM
I think I found a bug in this mod.  ::)
Yesterday I wanted to write something and during I wrote, I got the idea to insert a quote to my posting. I was searching for the posting I wanted to use and clicked at "Insert quote" but nothing happened. I checked it and I saw at the end of the Insert-Quote-Link this
#top
Can some one confirm this?
Title: Re: Go Up & Go Down
Post by: M-DVD on February 18, 2009, 09:47:29 PM
Quote from: Manu0372 on February 13, 2009, 07:52:45 PM
Great mod and it works perfect in our forum!  ;D

I want to ask something, but if it isn't possible, it won't be a problem.
Is it possible to scroll only to the next post instead to the last post?

German translation:
Iso:
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&auml;ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';


Utf8
$txt['topbottomPostEnable'] = 'Aktiviere Auf/Ab Pfeile in Beitr&#228ge';
$txt['topbottomPostSmooth'] = 'Aktiviere langsamen Bilddurchlauf.';


Quote from: TheMaker on February 14, 2009, 02:20:25 PM
Italian traduction:

$txt['topbottomPostEnable'] = 'Abilita i bottoni di "vai avanti/indietro" nei post.';
$txt['topbottomPostSmooth'] = 'Abilita l'auto-scrolling leggero.';

;D

Thanks for yours translations, have been uploaded  :D

Quote from: edi67 on February 14, 2009, 06:28:19 PM
devi aggiungere lo slash qui:
$txt['topbottomPostSmooth'] = 'Abilita l\'auto-scrolling leggero.';

Thanks for fix  :P

Quote from: firehopper on February 15, 2009, 09:37:14 AM
German:

// MOD Go Up & Go Down
$txt['topbottomPostEnable'] = 'Aktivieren der Auf / Ab Pfeile in Beitr&#228;gen';
$txt['topbottomPostSmooth'] = 'Aktiviere den sanften Auto-Bildlauf.';

Thanks for translate, but Manu0372 already had done a few messages above.  :)

Quote from: Manu0372 on February 18, 2009, 02:33:00 PM
I think I found a bug in this mod.  ::)
Yesterday I wanted to write something and during I wrote, I got the idea to insert a quote to my posting. I was searching for the posting I wanted to use and clicked at "Insert quote" but nothing happened. I checked it and I saw at the end of the Insert-Quote-Link this
#top
Can some one confirm this?

Yes is truth.

I try fix (bypass) this in the next version, with the new feature you requested earlier.

Thanks, for report.  :)


Note: This problem is caused by smooth.js, you can disable it to avoid problems.
Title: Re: Go Up & Go Down
Post by: Migraine on February 21, 2009, 05:46:01 PM
Very cool mod... works like a charm!  Love it!!  Thank you!!   :)
Title: Re: Go Up & Go Down
Post by: villasg on February 28, 2009, 12:44:20 PM
useful mod
Thank you

Greek-utf8

<file name="$languagedir/Modifications.greek-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// MOD Go Up & Go Down
$txt['topbottomPostEnable'] = 'Ενεργοποιησε τα κουμπια Up/Go Down στο Post';
$txt['topbottomPostSmooth'] = 'Ενεργοποιησε το Smooth auto-scrolling.';]]></add>
</operation>
</file>
Title: Re: Go Up & Go Down
Post by: ameo on March 01, 2009, 10:46:00 AM
There is one topic in one forum, in which - when I click on buttons up/down - it leads me on totally different topic.
Any ideas on that one?

And does anyone else have this bug that when smooth.js is enabled, people can't click on topic links in index of the forum,
or is it just me?
Title: Re: Go Up & Go Down
Post by: villasg on March 01, 2009, 12:02:39 PM
No bug for me
Title: Re: Go Up & Go Down
Post by: mcrat on March 03, 2009, 06:04:00 AM
Just installed and disabled smooth scrolling and show in posts... works a treat :)
Title: Re: Go Up & Go Down
Post by: M-DVD on March 12, 2009, 05:27:11 PM
Quote from: Migraine on February 21, 2009, 05:46:01 PM
Very cool mod... works like a charm!  Love it!!  Thank you!!   :)

Quote from: villasg on March 01, 2009, 12:02:39 PM
No bug for me

Thanks for yours comments :D

Quote from: villasg on February 28, 2009, 12:44:20 PM
useful mod
Thank you

Greek-utf8

Thanks for translate :)

Quote from: mcrat on March 03, 2009, 06:04:00 AM
Just installed and disabled smooth scrolling and show in posts... works a treat :)

Yes, these days i haven't been able to work on repairing the problems with the smooth (and add the new feature). In a couple of weeks i will can work in that.

Thanks.

Quote from: ameo on March 01, 2009, 10:46:00 AM
There is one topic in one forum, in which - when I click on buttons up/down - it leads me on totally different topic.
Any ideas on that one?

And does anyone else have this bug that when smooth.js is enabled, people can't click on topic links in index of the forum,
or is it just me?

It is strange. A link where i can see this problem?

Are you using the new version?
Title: Re: Go Up & Go Down
Post by: Blinker on March 22, 2009, 04:50:04 AM
Hi M-DVD

I also lost the ability to use the 'insert quote' button on the reply page.

Disabling js smooth scrolling fixed the problem - took about 10 mins of searching the forum here! I'd NEVER have thought to look in this thread cos the problem didn't seem related to your mod.

Anyway, any ideas on when I can re-enable js and have my quote buttons work too?
Title: Re: Go Up & Go Down
Post by: fotografo74 on March 22, 2009, 04:52:46 AM
Quote from: Blinker on March 22, 2009, 04:50:04 AM
Hi M-DVD

I also lost the ability to use the 'insert quote' button on the reply page.

Disabling js smooth scrolling fixed the problem - took about 10 mins of searching the forum here! I'd NEVER have thought to look in this thread cos the problem didn't seem related to your mod.

Anyway, any ideas on when I can re-enable js and have my quote buttons work too?
The same with my forum :-)
I disabled smooth scrolling now and insert quote works.
Antonio
Title: Re: Go Up & Go Down
Post by: M-DVD on March 23, 2009, 12:03:36 PM
Quote from: villasg on February 28, 2009, 12:44:20 PM
useful mod
Thank you

Greek-utf8

Your translation have been uploaded, Thanks :), sorry for delay.

Quote from: Blinker on March 22, 2009, 04:50:04 AM
Hi M-DVD

I also lost the ability to use the 'insert quote' button on the reply page.

Disabling js smooth scrolling fixed the problem - took about 10 mins of searching the forum here! I'd NEVER have thought to look in this thread cos the problem didn't seem related to your mod.

Anyway, any ideas on when I can re-enable js and have my quote buttons work too?

Quote from: fotografo74 on March 22, 2009, 04:52:46 AM
The same with my forum :-)
I disabled smooth scrolling now and insert quote works.
Antonio

Yes, I know this problem.

This week I will make the fix. I had several personal problems and I couldn't do before.
Title: Re: Go Up & Go Down
Post by: M-DVD on March 29, 2009, 04:26:03 PM
Update Go Up & Go Down v1.2:
====================


New features:

How do I upgrade?

=======================================

Características Nuevas:

¿Como actualizar?
Title: Re: Go Up & Go Down
Post by: Tiribulus on March 29, 2009, 09:01:37 PM
This is a very cool mod BTW.
Title: Re: Go Up & Go Down
Post by: Blinker on March 30, 2009, 07:36:26 PM
Hi M-DVD

I installed v1.2 and I'd hoped to be able to re-enable smooth scrolling and still be able to insert quotes from the reply screen.

Unfortunately it didn't work and even when I disabled the mod (smooth scroll in particular), my ability to insert quotes did not return until I completely uninstalled it.

Any ideas?
Title: Re: Go Up & Go Down
Post by: M-DVD on April 03, 2009, 11:36:46 PM
Hi. Sorry for delay. :)

Have you edited the index.template.php in your personal theme? URL/user/pass/test?

Title: Re: Go Up & Go Down
Post by: Blinker on April 04, 2009, 12:17:43 AM
Yes, I edited the custom theme template correctly. I have triple-checked.

Edit: sorry dude, I can't give you a login as my site is private. We should be able to sort out anything here. I do appreciate the offer to help at that level though. :)

Title: Re: Go Up & Go Down
Post by: M-DVD on April 04, 2009, 12:38:16 AM
OK

URL/user/pass test? ::)
Title: Re: Go Up & Go Down
Post by: Groundhog on April 08, 2009, 12:09:18 AM
Great mod M-DVD. Thanks for this.  8)

The auto-scrolling looks so professional
Title: Re: Go Up & Go Down
Post by: gibby on April 08, 2009, 10:32:42 AM
Hi

Works great in the default theme :-)

I am looking for this  href="#"    in my other themes but I can't see it...

I use the themes from DzinerStudio

Can anyone help

Thanks

Gibby
Title: Re: Go Up & Go Down
Post by: M-DVD on April 08, 2009, 03:36:41 PM
Quote from: Groundhog on April 08, 2009, 12:09:18 AM
Great mod M-DVD. Thanks for this.  8)

The auto-scrolling looks so professional

Your welcome, thanks for your comments  :D

Quote from: gibby on April 08, 2009, 10:32:42 AM
Hi

Works great in the default theme :-)

I am looking for this  href="#"    in my other themes but I can't see it...

I use the themes from DzinerStudio

Can anyone help

Thanks

Gibby

Perhaps your theme doesn't have it.

You can see it in this picture.

(http://www.simplemachines.org/community/index.php?action=dlattach;topic=291856.0;attach=93875;image)
Title: Re: Go Up & Go Down
Post by: 6aro on April 08, 2009, 05:12:05 PM
Bulgarian translation UTF-8

$txt['topbottomPostEnable'] = 'Разреши на горе/на долу бутоните в постовете';
$txt['topbottomNextEnable'] = 'Разреши предише/следващ бутоните в постовете';
$txt['topbottomPostSmooth'] = 'Разреши пловно автоматично скролване.';
Title: Re: Go Up & Go Down
Post by: gibby on April 11, 2009, 03:17:19 AM
Hi

If my theme does not have it, can you please tell me what I can do...

Thanks

Gibby
Title: Re: Go Up & Go Down
Post by: Joe N on April 11, 2009, 03:48:31 AM
Nice Mod.  :P
Title: Re: Go Up & Go Down
Post by: M-DVD on April 11, 2009, 01:47:43 PM
Quote from: 6aro on April 08, 2009, 05:12:05 PM
Bulgarian translation UTF-8

$txt['topbottomPostEnable'] = 'Разреши на горе/на долу бутоните в постовете';
$txt['topbottomNextEnable'] = 'Разреши предише/следващ бутоните в постовете';
$txt['topbottomPostSmooth'] = 'Разреши пловно автоматично скролване.';


Thanks for translate. Have been uploaded :D

Quote from: gibby on April 11, 2009, 03:17:19 AM
Hi

If my theme does not have it, can you please tell me what I can do...

Thanks

Gibby

(I forgot to tell :P)

If your theme doesn't have it, not problem, perfect.

This change is for fix a issue with the theme default. :)

Quote from: Joe N on April 11, 2009, 03:48:31 AM
Nice Mod.  :P

Thanks for your comment :D
Title: Re: Go Up & Go Down
Post by: webline on April 24, 2009, 10:20:44 AM
the "Smooth auto-scrolling" problem is still in the mod, see my posting (http://www.simplemachines.org/community/index.php?topic=306455.0)
Title: Re: Go Up & Go Down
Post by: M-DVD on April 24, 2009, 02:40:33 PM
Quote from: webline on April 24, 2009, 10:20:44 AM
the "Smooth auto-scrolling" problem is still in the mod, see my posting (http://www.simplemachines.org/community/index.php?topic=306455.0)

The topic or board you are looking for appears to be either missing or off limits to you.

I cannot see the "Charter Forum" :)

Title: Re: Go Up & Go Down
Post by: dimdom on April 24, 2009, 03:04:13 PM
I have tried to make it work in 3 different themes...

In all, works partially and shows different kind of errors (when smooth scrolling enabled mostly).

The .js file must be buggy and it is very unstable.

To bad, because this mod is really excellent as a concept...
Title: Re: Go Up & Go Down
Post by: webline on April 25, 2009, 04:37:44 AM
@M-DVD

QuoteSMF2.0 RC1 | theme core

last post image/link is not clickable anymore, displayed link in code is ok
but i cant click it! same error with any browser (IE/FireFox/Opera).

Solution: Mod "Go Up & Go Down" uninstalled and all works fine again or i have to disable the "Smooth auto-scrolling" function of the mod.
Title: Re: Go Up & Go Down
Post by: M-DVD on April 25, 2009, 01:06:27 PM
Quote from: dimdom on April 24, 2009, 03:04:13 PM
I have tried to make it work in 3 different themes...

In all, works partially and shows different kind of errors (when smooth scrolling enabled mostly).

The .js file must be buggy and it is very unstable.

To bad, because this mod is really excellent as a concept...

Thanks.

"Yes", the .js have conflict with other events js in links with anchors

Can you gime your link?. I can try check it. :)

Quote from: webline on April 25, 2009, 04:37:44 AM
SMF2.0 RC1 | theme core

last post image/link is not clickable anymore, displayed link in code is ok
but i cant click it! same error with any browser (IE/FireFox/Opera).

Solution: Mod "Go Up & Go Down" uninstalled and all works fine again or i have to disable the "Smooth auto-scrolling" function of the mod.

The same problem. The same way for solution :)
Title: Re: Go Up & Go Down
Post by: Joe N on April 25, 2009, 01:29:14 PM
Hi

I am using smf 1.1.8

Which one should I install (zip file)

Joe
Title: Re: Go Up & Go Down
Post by: M-DVD on April 25, 2009, 02:05:12 PM
Always the last version :)
Title: Re: Go Up & Go Down
Post by: Joe N on April 25, 2009, 02:08:49 PM
Is this the one - GoUpGoDown_v1_2.zip
Title: Re: Go Up & Go Down
Post by: Blinker on April 25, 2009, 08:48:25 PM
That's the one Joe.
Title: Re: Go Up & Go Down
Post by: Joe N on April 26, 2009, 03:01:40 AM
I installed it

I get this error - index.template.php -Test Failed
Title: Re: Go Up & Go Down
Post by: M-DVD on April 26, 2009, 04:41:45 PM
Quote from: Joe N on April 26, 2009, 03:01:40 AM
I installed it

I get this error - index.template.php -Test Failed

Ok, then you should do the installation manual in this file.

I think, occurs this:
http://www.simplemachines.org/community/index.php?topic=291856.msg2008621#msg2008621

If it is, then ignore this change, isn't important. :) (is a hack for the default theme)
Title: Re: Go Up & Go Down
Post by: questions_dude on May 01, 2009, 01:19:29 AM
Hi! This idea is pretty cool, though I cant get it installed the right way :(

Im using Outline theme by DzinerStudio and since the parser for v1.1.8 doesn't work Installed it with no problems. ( I installed last version 1.2)

The thing is when I enable Smooth auto-scrolling last post image/link is not clickable anymore and quotes from previous pages of the topic don't take you where the original message was posted ... but it works on quotes from the current page, I even tried with default theme and the same problem.

And yep, I've already tried out this and still doesn't work... :(
Quote
SMF2.0 RC1 | theme core

last post image/link is not clickable anymore, displayed link in code is ok
but i cant click it! same error with any browser (IE/FireFox/Opera).

Solution: Mod "Go Up & Go Down" uninstalled and all works fine again or i have to disable the "Smooth auto-scrolling" function of the mod.

Hope we get a better version of this mod, is quite cool and useful. Thanks for this so far. :)
Title: Re: Go Up & Go Down
Post by: M-DVD on May 02, 2009, 07:04:43 PM
webline, dimdom, questions_dude

If you still have the problem, could you give me a link to see the problem? (and user/pass)

:)
Title: Re: Go Up & Go Down
Post by: Özgür on May 06, 2009, 07:22:57 PM
M-DVD my stats page monthly statics not work correctly.
http://www.rockayseri.net/rk/stats/
Please try to click any month.

Any idea?
Title: Re: Go Up & Go Down
Post by: M-DVD on May 08, 2009, 07:12:04 PM
Quote from: Özgür´ on May 06, 2009, 07:22:57 PM
M-DVD my stats page monthly statics not work correctly.
http://www.rockayseri.net/rk/stats/
Please try to click any month.

Any idea?

Have you install the last version?

Check in your index.template and look this, It must be so.

', (empty($modSettings['topbottomPostSmooth']) || empty($context['current_board']) || !empty($context['current_action']) ? '' : '
<script language="JavaScript" type="text/javascript" src="' . $settings['default_theme_url'] . '/scripts/smooth.js?rc1"></script>'), '
Title: Re: Go Up & Go Down
Post by: Patriot89 on June 06, 2009, 12:01:57 PM
The buttons aren't showing up in the posts it installed successfully no errors and I enabled the buttons but it still wont show up.
Title: Re: Go Up & Go Down
Post by: Blinker on June 06, 2009, 10:04:48 PM
Patriot, are you using a custom theme? If so, you need to move the four gif files to /Themes/yourcustometheme/images/buttons
Title: Re: Go Up & Go Down
Post by: Patriot89 on June 07, 2009, 01:18:21 AM
Nope using the default theme..
Title: Re: Go Up & Go Down
Post by: M-DVD on June 07, 2009, 06:55:28 PM
Check if the files have been modified ::)
Title: Re: Go Up & Go Down
Post by: Patriot89 on June 08, 2009, 05:31:07 PM
Quote from: M-DVD on June 07, 2009, 06:55:28 PM
Check if the files have been modified ::)

Which files?
Title: Re: Go Up & Go Down
Post by: Blinker on June 08, 2009, 10:27:24 PM
The files that mod should have modified. Run it through the parser on the mod page and then open up the relevant files it edits to see if the new code is there.
Title: Re: Go Up & Go Down
Post by: Patriot89 on June 09, 2009, 07:14:56 PM
I checked and its all there its just not showing up for some odd reason.
Title: Re: Go Up & Go Down
Post by: MrCreatoR on July 23, 2009, 08:07:10 AM
Russian translation:

$txt['topbottomPostEnable'] = 'Включить кнопки Перейти вверх/Перейти вниз в постах';
$txt['topbottomNextEnable'] = 'Включить кнопки Предыдущее сообщение/Следующее сообщение в постах';
$txt['topbottomPostSmooth'] = 'Включить гладкую автопрокрутку.';


:)

P.S
Nice mod.
Title: Re: Go Up & Go Down
Post by: @ngel on August 21, 2009, 04:27:39 AM
French Translation :

$txt['topbottomPostEnable'] = 'Autoriser les boutons Haut/Bas dans les Messages';
$txt['topbottomNextEnable'] = 'Autoriser les boutons Précédent/Suivant dans les Messages';
$txt['topbottomPostSmooth'] = 'Activer la fluidité du défilement automatique';


Maybe add the Help (info message) functionnality on button
Title: Re: Go Up & Go Down
Post by: Dzonny on August 21, 2009, 04:31:39 AM
Srpski prevod / Serbian translation:


$txt['topbottomPostEnable'] = 'Omogući  Gore/Dole  dugme u Postu';
$txt['topbottomNextEnable'] = 'Omogući  Prethodni/Sledeći dugme u Postu';
$txt['topbottomPostSmooth'] = 'Omogući glatko klizanje.';
Title: Go Up & Go Down
Post by: Turkishe on September 15, 2009, 02:47:01 AM

Thanks for this nice mod! ;)

this turkish translation=

// MOD Go Up & Go Down
$txt['topbottomPostEnable'] = 'Mesajda Yukari/Asagi butonlari etkin';
$txt['topbottomNextEnable'] = 'Mesajda Onceki/Sonraki butonlari etkin';
$txt['topbottomPostSmooth'] = 'Smooth auto-scrolling etkin.';
Title: Re: Go Up & Go Down
Post by: the-punisher on September 17, 2009, 05:53:28 PM
thanks Pro
Title: Re: Go Up & Go Down
Post by: Manu.G on November 07, 2011, 03:37:42 AM
I installed the modification manual to my forum (SMF 2.0.1.) everything looks fine as long as I'm logged in.
The arrows "Up and Down" where they should be, but not when I check the forum as guest :(


Is there a way to change it?

Title: Re: Go Up & Go Down
Post by: revwill on December 17, 2012, 03:23:30 AM
Quote from: Manu.G on November 07, 2011, 03:37:42 AM
I installed the modification manual to my forum (SMF 2.0.1.) everything looks fine as long as I'm logged in.
The arrows "Up and Down" where they should be, but not when I check the forum as guest :(


Is there a way to change it?



Greets all, I too have the same issue as well as the next and previous does not work now either.  The other thing is there are 2 button going up and 2 buttons going down.  Help please.  Manu,G did you ever get it working?

Thanks

William

Title: Re: Go Up & Go Down
Post by: revwill on December 17, 2012, 11:55:31 PM
Quote from: gibby on April 08, 2009, 10:32:42 AM
Hi

Works great in the default theme :-)

I am looking for this  href="#"    in my other themes but I can't see it...

I use the themes from DzinerStudio

Can anyone help

Thanks

Gibby

Hi Gibby,

I too use the default them but for some reason, with 2.0.2 or now 2.0.3 I somehow for the life of me cannot find:  href="#" at all.  Could you assit?

Thank you

William