Home » Forum
NoNumber!

Joomla! Extensions •
Web Development •
Web Design •

I try to respond within 24 hours (excluding weekends). If I haven't responded by then, feel free to post a reminder or bug me via email.
Welcome, Guest
Please Login or Register.    Lost Password?

works perfect for me - one design suggestion
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: works perfect for me - one design suggestion
#4884
works perfect for me - one design suggestion 9 Months, 1 Week ago  
Peter, you seem to read minds I just managed to find out how to write a little script that lets me delete the J! cache in the frontend, then I found your much better solution.

For me it works perfect. But in the meanwhile I would wish to display only icons (no text) in the Admin module to save some template space as I already have some more additional modules in this position (Better Preview, Google Gears support, Joomfish, Legacy mode indicator ...) - also for the better preview it would be great


Thanks a lot for this cool tool.

Kind regards, Martin
mbms
Posts: 26
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4889
works perfect for me - one design suggestion 9 Months ago  
Go to the module manager >> Administrator modules. And look in the settings for the Cache Cleaner module.
Peter van Westen
Admin
Posts: 4280
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! NºNumber!NºNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4905
works perfect for me - one design suggestion 9 Months ago  
Yes, I have seen it already. But it is not really what I meant. I hope you can forgive me my way of solving it. My quick and dirty solution for saving some space looks like this:

1. copied the module parameter "show_icon" and renamed the copy to "show_text"

2. before the last line of mod_cachecleaner.php I added this one

if ( !$params->get( 'show_text', 1 ) ) {
    $_class = 'cachecleaner_no-text';
}

3. added following code to the css

/* added in the CSS */
#module-status .cachecleaner_no-text {
        width: 20px; height: 22px; overflow: hidden; padding:3px 0px;  
}
#module-status .cachecleaner_no-text a {
    background: transparent url(../images/icon.png) no-repeat 0px 0px;
    color:transparent;
}

As I already mentioned... quick but dirty. Some points still missing in my solution, but for my purpose it is good enough: The positioning in my result is soso, the no_text parameter overrides the no_icon, the translation is still missing. But now I can see the admin menu again in one line instead of two lines, because I load too many modules into the "status" position


Kind regards, Martin
mbms
Posts: 26
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4908
works perfect for me - one design suggestion 9 Months ago  
Oh sorry, I didn't read your first post correctly.
So you want to show only the icon. And not the text.

That is indeed something I can try to implement in coming versions.
It's on my todo list...
Peter van Westen
Admin
Posts: 4280
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! NºNumber!NºNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#6037
works perfect for me - one design suggestion 7 Months, 2 Weeks ago  
Just to complete the request, a better proposal could be an option to show only the icon and the text as tooltip

Regards
Daniel
dpardons
Posts: 8
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Joomla Open Source Training