News:

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

Main Menu

Permissions Info (v1.6 Released Supporting SMF 2.0 RC4!)

Started by Nibogo, March 15, 2008, 05:47:02 PM

Previous topic - Next topic

metallica48423

open modifications.english.php

find "?>" -- without the quotes

if its not at the end of the file, put it there
Justin O'Leary
Ex-Project Manager
Ex-Lead Support Specialist

QuoteMicrosoft wants us to "Imagine life without walls"...
I say, "If there are no walls, who needs Windows?"


Useful Links:
Online Manual!
How to Help us Help you
Search
Settings Repair Tool

ke4obt

 :-[Hey metallica,

OK I'll give my wife the news on what to look for.
I'd do it myself but my screen-reader will not read
the code.
Do you know of anything simple I can use to edit php files?


   Thanks Flip
Thanks Much

Flip - KE4OBT
     The Blind Ham
Helping other blind hams
get on the air!


Yes I am really a BLIND user!

So, if a mod doesn't install properly, and I can't get help from your part of the forum,
I will come begging for YOUR help since you wrote it and know how it works
um, uh, well,
At least I would really, really hope you do!
HEE-HEE-HEE

[SiNaN]

You can use Notepad. It is the simplest.
Former SMF Core Developer | My Mods | SimplePortal

ke4obt

Hey Sinan,

Thanks, I'll give it a go as my screen-reader reads fine in notepad.

   Thanks Flip
Thanks Much

Flip - KE4OBT
     The Blind Ham
Helping other blind hams
get on the air!


Yes I am really a BLIND user!

So, if a mod doesn't install properly, and I can't get help from your part of the forum,
I will come begging for YOUR help since you wrote it and know how it works
um, uh, well,
At least I would really, really hope you do!
HEE-HEE-HEE

ke4obt

OK metallica,

added "?>" to the end of the
mod.eng.php file and no joy.
Any other ideas?

   Thanks Flip

You can see the prob. here,
http://hraforums.hraus.net
>
Thanks Much

Flip - KE4OBT
     The Blind Ham
Helping other blind hams
get on the air!


Yes I am really a BLIND user!

So, if a mod doesn't install properly, and I can't get help from your part of the forum,
I will come begging for YOUR help since you wrote it and know how it works
um, uh, well,
At least I would really, really hope you do!
HEE-HEE-HEE

[SiNaN]

This code should appear once in that file:

?>

And it should be at the end of the file.

Check your file, you have two of those code.
Former SMF Core Developer | My Mods | SimplePortal

ke4obt

Hey Sinan,

If I put the file up here could you take a look at it, it's my backup?

   Thanks Flip
Thanks Much

Flip - KE4OBT
     The Blind Ham
Helping other blind hams
get on the air!


Yes I am really a BLIND user!

So, if a mod doesn't install properly, and I can't get help from your part of the forum,
I will come begging for YOUR help since you wrote it and know how it works
um, uh, well,
At least I would really, really hope you do!
HEE-HEE-HEE

ke4obt

Hey all,

Just to let you all know, I did get the problem fixed.
It was the "?>"  --  the code it put in went in after rather than befor. But Thanks to all the help it now LIVE and it's so cool.

   Thanks Lotts Flip
Thanks Much

Flip - KE4OBT
     The Blind Ham
Helping other blind hams
get on the air!


Yes I am really a BLIND user!

So, if a mod doesn't install properly, and I can't get help from your part of the forum,
I will come begging for YOUR help since you wrote it and know how it works
um, uh, well,
At least I would really, really hope you do!
HEE-HEE-HEE

[SiNaN]

Glad you get it solved. You're welcome.
Former SMF Core Developer | My Mods | SimplePortal

InternetMafia

Any chance of getting this mod working with 1.1.6
Its better to be dead and cool than alive and uncool.

Costa

Quote from: InternetMafia on October 09, 2008, 07:32:30 PM
Any chance of getting this mod working with 1.1.6

It works, I have them working on 1.1.6
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

Nibogo

Mod Updated for SMF 2.0 BETA 4

1.2 - 21 October 08

o Permission Mod Take over By NIBOGO.
o Added support to SMF 2.0 BETA 4.
o Added support to SMF 1.1.6.
o Two little bugs fixed.
o Added support to Babylon and Classic Theme.
o Added Spanish, Spanish-uft8, English-utf8, Turkish-utf8 Languages.

Special Thanks to SiNaN for create the original mod

InternetMafia

I have a little issue.

This only applies to my regular users and mods.

In the permissions box it says that they can't post when in fact they can.  It is odd,  BTW they do in fact have permission to post it just SAYS they cant.
Its better to be dead and cool than alive and uncool.

Burke ♞ Knight

Congratulations on such a nice entry into this mod's workings, NIBOGO.

Just installed it into my SMF 2.0 Beta 4, and works great.
However, I do think it should go in after the quick reply, so it looks better design wise.
I did that on my site, if you want to check it out. The Advertise board allows guests.
http://www.bkgta.co.cc

Costa

Translation to brazilian


//Permission Info Mod
$txt['permissions_info'] = 'Permissões';
$txt['post_new_topic_permission_yes'] = 'Você <b>pode</b> abrir novos tópicos.';
$txt['post_new_topic_permission_no'] = 'Você <b>não pode</b> abrir novos tópicos.';
$txt['reply_permission_yes'] = 'Você <b>pode</b> responder aos tópicos.';
$txt['reply_permission_no'] = 'Você <b>não pode</b> responder aos tópicos.';
$txt['attachment_permission_yes'] = 'Você <b>pode</b> anexar arquivos.';
$txt['attachment_permission_no'] = 'Você <b>não pode</b> anexar arquivos.';
$txt['modify_permission_yes'] = 'Você <b>pode</b> modificar seus posts.';
$txt['modify_permission_no'] = 'Você <b>não pode</b> modificar seus posts..';
$txt['bbc'] = 'BBCode';
$txt['smiley'] = 'Smilies';
$txt['img'] = '[img]';
$txt['html'] = 'HTML';
$txt['enabled'] = '<b>Habilitado</b>';
$txt['disabled'] = '<b>Desabilitado</b>';
//Permission Info Mod
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

genieuk

Nice mod, only thing i done was remove the

BBC Code
Smilies
[img]
HTML

Reason why i am using Nascara Enhanced Custom Help Pages mod and the links are no longer valid, will add back soon when i get to create pages for the above in my help section.

Mathew

Nibogo

Quote from: BurkeKnight on October 28, 2008, 11:39:46 PM
Congratulations on such a nice entry into this mod's workings, NIBOGO.

Just installed it into my SMF 2.0 Beta 4, and works great.
However, I do think it should go in after the quick reply, so it looks better design wise.
I did that on my site, if you want to check it out. The Advertise board allows guests.
http://www.bkgta.co.cc

I think that too , but the originally code have the box before the quick reply , I can make the change for the next version

larry008

How can i adjust/change the wide of the window and the position?

THX

villasg

Hello nice mod .
Plz i need to know if is possible to work in smf 1.1.7 ?
Thanks

villasg

Modifications.greek-utf8.php

$txt['permissions_info'] = 'Δικαιώματα - Επιλογές';
$txt['post_new_topic_permission_yes'] = '<b>Μπορείτε</b> να δημιουργήσετε νέα θέματα.';
$txt['post_new_topic_permission_no'] = '<b>ΔΕΝ</b> μπορείτε να δημιουργήσετε νέα θέματα.';
$txt['reply_permission_yes'] = '<b>Μπορείτε</b> να δημιουργήστε απαντήσεις.';
$txt['reply_permission_no'] = '<b>ΔΕΝ</b> μπορείτε να δημιουργήστε απαντήσεις.';
$txt['attachment_permission_yes'] = '<b>Μπορείτε</b> να εισάγετε attachments.';
$txt['attachment_permission_no'] = '<b>ΔΕΝ</b> μπορείτε να εισάγετε attachments.';
$txt['modify_permission_yes'] = '<b>Μπορείτε</b> να διορθώσετε τα μηνύματα σας.';
$txt['modify_permission_no'] = '<b>ΔΕΝ</b> μπορείτε να διορθώσετε τα μηνύματα σας.';
$txt['bbc'] = 'Ο κώδικας BB';
$txt['smiley'] = 'Τα Smilies';
$txt['img'] = 'Ο κώδικας[img]';
$txt['html'] = 'Ο κώδικας HTML';
$txt['enabled'] = 'είναι σε <b>Λειτουργία</b>';
$txt['disabled'] = 'είναι <b>εκτός Λειτουργίας</b>';

Advertisement: