Menu Buttons

Started by ^HeRaCLeS^, July 01, 2011, 07:40:09 PM

Previous topic - Next topic

ufferichter

#40
I remove the install first then install the mod again and i have copy my new file over but its still says the same as you see on the pic

And now with the new version of smf?

Swayforth

Love your work, I am having issues with this install with theme Flagrantly by, Crip on SMF 2.0.2

ERROR: Add After   ./Themes/flagrantly_20g/index.template.php   Test failed

I went to manually add Botonera(); but could not find template_menu(); in the index.template.php file. I did find 2 entries for template_menu() but could not add the code correctly.

I have attached the index.template.php. Appreciate any assistance you could provide.

Thank you!

Adk-Team


liamtoo

Nice mod. Very useful. However, I find the cogged wheel icon and the bold text very brash. Is it possible for me to change it? 

teos55

#44
SMF 2.0.2  simple portal 2.3.5  default theme

  Installed the mod with no errors ...

Configured two buttons and they are displayed next to each other, rther then seperated with the icon ... ( no icon)

Checked images/Boton  the png files are there ..

What am I doing wrong

screen output attached ..  (Favorilerim and Üye tanıtım supposed to be two seperate menu items but not )


nb.noticed that this happens in Google Chrome.  For Opera and Firefox,  it is ok. (I mean the icon)

SOLVED... clearing cache of Chrome solved the problem.

teos55

 Now the question is : How can I reduce the font size and icon size ?
I know it can be done via css but I'm quite novice on this.
Any help will be higly appreciated ...

attached the cropped menu ...

Adk-Team

teos55 Url please




liamtoo Yes. From the css

teos55

 Tried to reduce the font size and image size but cannot aligned .


.buttons_tools a
{
   background: url(../images/Boton/Icono-Boton.png) no-repeat ;
   width: 109px;
   text-decoration: none !important;
   text-align: center;
   color: #000;
   font-weight: bold;
   padding-left: 30px;
   font-size: 10px;
   display: block;
   height: 34px;
   line-height: 38px;


url PM'ed. 

Adk-Team

Test please

In index.css

Search:

.buttons_tools
{
clear: both;
margin:0 auto;
overflow: hidden;
padding-top: 5px;
padding-left: 5px;
width: 864px;
}


Replace with:

.buttons_tools
{
clear: both;
margin: 0 auto;
overflow: hidden;
padding-left: 5px;
padding-top: 5px;
width: 700px;
}







Search:

.buttons_tools a
{
background: url(../images/Boton/Icono-Boton.png) no-repeat ;
width: 109px;
text-decoration: none !important;
text-align: center;
color: #000;
font-weight: bold;
padding-left: 30px;
font-size: 10px;
display: block;
height: 34px;
line-height: 38px;
}


Replace with:

.buttons_tools a
{
background: url(../images/Boton/Icono-Boton.png) no-repeat ;
color: #000000;
display: block;
font-size: 10px;
font-weight: bold;
height: 20px;
line-height: 16px;
padding-left: 0;
text-align: center;
text-decoration: none !important;
width: 109px;
}


Regards

teos55


Adk-Team

SMF 2.0.4 updated  ;)

Regards enik...

geogeo.gr

Greek translation.
(Please use separate files for ANSI and UTF-8 Greek files, otherwise  created problem).

// Begin Adk Menu Buttons translated by geogeo.gr

$txt['texto-13'] = 'Adk Menu Buttons';
$txt['texto-14'] = 'Ενεργοποίηση κουμπιών';
$txt['texto-15'] = 'Ενεργοποίηση κουμπιού 1';
$txt['texto-16'] = 'Ενεργοποίηση κουμπιού 2';
$txt['texto-17'] = 'Ενεργοποίηση κουμπιού 3';
$txt['texto-18'] = 'Ενεργοποίηση κουμπιού 4';
$txt['texto-19'] = 'Ενεργοποίηση κουμπιού 5';
$txt['texto-20'] = 'Ενεργοποίηση κουμπιού 6';
$txt['texto-21'] = 'Διεύθυνση URL του κουμπιού 1';
$txt['texto-22'] = 'Διεύθυνση URL του κουμπιού 2';
$txt['texto-23'] = 'Διεύθυνση URL του κουμπιού 3';
$txt['texto-24'] = 'Διεύθυνση URL του κουμπιού 4';
$txt['texto-25'] = 'Διεύθυνση URL του κουμπιού 5';
$txt['texto-26'] = 'Διεύθυνση URL του κουμπιού 6';
$txt['texto-28'] = 'Όνομα κουμπιού 1';
$txt['texto-29'] = 'Όνομα κουμπιού 2';
$txt['texto-30'] = 'Όνομα κουμπιού 3';
$txt['texto-31'] = 'Όνομα κουμπιού 4';
$txt['texto-32'] = 'Όνομα κουμπιού 5';
$txt['texto-33'] = 'Όνομα κουμπιού 6';
$txt['texto-34'] = 'Στοίχιση δεξιά';
$txt['texto-35'] = 'Στοίχιση δεξιά';
$txt['texto-36'] = 'Στοίχιση δεξιά';
$txt['texto-37'] = 'Στοίχιση δεξιά';
$txt['texto-38'] = 'Στοίχιση δεξιά';
$txt['texto-39'] = 'Στοίχιση δεξιά';

// End Adk Menu Buttons

Adk-Team


geogeo.gr

We can give to each button another icon?

ukhalik2

Quote// Begin Adk Menu Buttons $txt['texto-13'] = 'Adk Menu Buttons'; $txt['texto-14'] = 'Enable Buttons'; $txt['texto-15'] = 'Enable button 1'; $txt['texto-16'] = 'Enable button 2'; $txt['texto-17'] = 'Enable button 3'; $txt['texto-18'] = 'Enable button 4'; $txt['texto-19'] = 'Enable button 5'; $txt['texto-20'] = 'Enable button 6'; $txt['texto-21'] = 'Write the URL of the button 1'; $txt['texto-22'] = 'Write the URL of the button 2'; $txt['texto-23'] = 'Write the URL of the button 3'; $txt['texto-24'] = 'Write the URL of the button 4'; $txt['texto-25'] = 'Write the URL of the button 5'; $txt['texto-26'] = 'Write the URL of the button 6'; $txt['texto-28'] = 'Name button 1'; $txt['texto-29'] = 'Name button 2'; $txt['texto-30'] = 'Name button 3'; $txt['texto-31'] = 'Name button 4'; $txt['texto-32'] = 'Name button 5'; $txt['texto-33'] = 'Name button 6'; $txt['texto-34'] = 'Align Right'; $txt['texto-35'] = 'Align Right'; $txt['texto-36'] = 'Align Right'; $txt['texto-37'] = 'Align Right'; $txt['texto-38'] = 'Align Right'; $txt['texto-39'] = 'Align Right'; // End Adk Menu Buttons

I get this on the top of every page when I install this mod..
And in admin panel, all options come, but blank, there is no text written.

Any help is appreciate, I really want to get it working. I'm using smf 2.0.4.

geogeo.gr

Obviously was an error in the installation. This text must be entered in file /Themes/default/languages/Modifications.english.php ή Modifications.english-utf8.php (check it).
I recommend remove and reinstall the mod again, and you see if in initial verification showed some problems.

ukhalik2

#56
I have installed the mod, but these are showing up like that (see attachment).
I have tried clearing the cache, etc, but no change.. these are appearing like that only.


Please assist.
Regards

studentforums

I installed adk menu buttons and it appears in the admin panel but when I try to use it no buttons appear.
What is wrong?
I only help those that help themselves. I suppose I am a bit like GOD that way.
If you realise anything useful, say something useful and help someone else.

Student forum for GCSE, IGCSE, IB, O & A Level and University Students

studentforums

I only help those that help themselves. I suppose I am a bit like GOD that way.
If you realise anything useful, say something useful and help someone else.

Student forum for GCSE, IGCSE, IB, O & A Level and University Students

Adk-Team

He put the mod files in your theme?

Advertisement: