News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Menu Order

Started by live627, January 16, 2010, 07:55:28 PM

Previous topic - Next topic

Verso

I get this when installing on RC4

The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

Bugo

Can you try use Emulate Version?

the7thGhost

Version 0.2.5 released!

Changelog:
New Feature:    SMF 2.0 RC4 compatibility

http://custom.simplemachines.org/mods/index.php?mod=2348

Cyber-Burn

I love this mod :)

I am trying to get this to work with the Menu Links Management mod, and it appears I can't edit or arrange any of the buttons that were created with this mod.  I've had a look at the code, but I have not been able to figure out a way around this yet.  Has anyone else tried this?

onelund

Swedish translation!

$txt['menu_order'] = 'Meny ordning';
$txt['menuorder_howsort?'] = 'Hur vill du sortera menyn?';
$txt['menuorder_sortbybuttons'] = 'Upp/Ner knappar';
$txt['menuorder_sortbyjs'] = 'Javascript';
$txt['menuorder_hide'] = 'göm';
$txt['menuorder_show'] = 'visa';
$txt['menuorder_edit'] = 'editera';
$txt['menuorder_up'] = 'upp';
$txt['menuorder_down'] = 'ner';
$txt['menuorder_save'] = 'spara';
$txt['menuorder_saveorder'] = 'spara ordning';
$txt['menuorder_sortchanged'] = 'Menyn sorterad ock metoden sparad till "%s".';
$txt['menuorder_jssortsuccess'] = 'Menyobjektet har blivit sparad.';
$txt['menuorder_hidesuccess'] = '"%s" är gömd.';
$txt['menuorder_showsuccess'] = '"%s" är synlig.';
$txt['menuorder_renamesuccess'] = '"%s" har blivit döpt till "%s".';
$txt['menuorder_upsuccess'] = '"%s" har flyttat upp.';
$txt['menuorder_downsuccess'] = '"%s" har flyttat ner.';

ysNoi

I'm using SMF 2.0 RC4 and installed this mod..! Really nice...I love it..

Thanks the7thGhost for this mod...
"Don't fix it if it ain't broken, don't break it if you can't fix it."

the7thGhost

To all: Sorry I didn't reply sooner, I've had a busy couple weeks lately.

@Cyber-Burn: I'm not sure, but because of the way the code was written it isn't always going to work with other menu mods.

@onelund: Thank you! I'll have time probably after this week to make a new version and add your language in, and possibly look at the Menu Links mod.

@ysNoi: You're welcome, I'm glad you like it.

henrik1782

Great and simpel mod. Thanks a lot
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

Madzgo

I like this mod!

Serbian_latin


$txt['menu_order'] = 'Menu Order';
$txt['menuorder_howsort?'] = 'Kako zelite da sortirate stavke menija?';
$txt['menuorder_sortbybuttons'] = 'Dugmad gore/dole';
$txt['menuorder_sortbyjs'] = 'Javaskript';
$txt['menuorder_hide'] = 'sakrij';
$txt['menuorder_show'] = 'prikazi';
$txt['menuorder_edit'] = 'izmeni';
$txt['menuorder_up'] = 'gore';
$txt['menuorder_down'] = 'dole';
$txt['menuorder_save'] = 'Sacuvaj';
$txt['menuorder_saveorder'] = 'Sacuvaj red';
$txt['menuorder_sortchanged'] = 'Metoda sortiranja je promenjena u "%s".';
$txt['menuorder_jssortsuccess'] = 'Red stavki u meniju je sacuvan.';
$txt['menuorder_hidesuccess'] = '"%s" je skriven.';
$txt['menuorder_showsuccess'] = '"%s" je vidljiv.';
$txt['menuorder_renamesuccess'] = '"%s" je preimenovan u "%s".';
$txt['menuorder_upsuccess'] = '"%s" je pomeren gore.';
$txt['menuorder_downsuccess'] = '"%s" je pomeren dole.';


Serbian_latin-utf8


$txt['menu_order'] = 'Menu Order';
$txt['menuorder_howsort?'] = 'Kako želite da sortirate stavke menija?';
$txt['menuorder_sortbybuttons'] = 'Dugmad gore/dole';
$txt['menuorder_sortbyjs'] = 'Javaskript';
$txt['menuorder_hide'] = 'sakrij';
$txt['menuorder_show'] = 'prikaži';
$txt['menuorder_edit'] = 'izmeni';
$txt['menuorder_up'] = 'gore';
$txt['menuorder_down'] = 'dole';
$txt['menuorder_save'] = 'Sačuvaj';
$txt['menuorder_saveorder'] = 'Sačuvaj red';
$txt['menuorder_sortchanged'] = 'Metoda sortiranja je promenjena u "%s".';
$txt['menuorder_jssortsuccess'] = 'Red stavki u meniju je sačuvan.';
$txt['menuorder_hidesuccess'] = '"%s" je skriven.';
$txt['menuorder_showsuccess'] = '"%s" je vidljiv.';
$txt['menuorder_renamesuccess'] = '"%s" je preimenovan u "%s".';
$txt['menuorder_upsuccess'] = '"%s" je pomeren gore.';
$txt['menuorder_downsuccess'] = '"%s" je pomeren dole.';

tekfrk

#109
I had this mod working at one time, then i installed the you tube mod YIM that sorta broke everything, i had to re-upload the SMF package to get things back online. Since then, i cannot get the menu order link back in the admin config list.
But it still works, all my menus are in order based on pevious settings.
any ideas?

the7thGhost

Thanks for the translation madzgo! Unfortunately I do not have time right now to make a new version... Probably during spring break.

@tekfrk Did you try uninstalling, then re-installing Menu Order?

tekfrk

yeah, a few times, cleared all the site cache before, after durring, LOL
deleted mod files, re-uploaded, everything I could think of.

the7thGhost

Not sure what's going on then. What version do you have?

tekfrk

0.2.5
Do you need to see any particular files or anything?

the7thGhost

I meant which version of SMF.

There is one file that would be good to see, it's the one with the admin menu, but I can't remember the filename. I can look it up when I get home.

tekfrk


the7thGhost

The file is /Sources/Admin.php

Install if first, then show it to me. If you don't want to post it you can PM me.

tekfrk

There are 2-admin.php files,
admin.php
admin.php~

live627

Use the one without the tilde (~)

the7thGhost

Thanks Live, but we're working on this over PMs.

Advertisement: