| Message Box (Shout Box), pop-up feature? |
| Author | Text |
media_555 Junior Member

Posts: 40

Gender:  Online: No |
Date: 30/05/2008 17:35 Message Box (Shout Box), pop-up feature? | #post7596 | Hi,
Actually, there are already enough features that I could ask for in memt. However, one more demand..
I don't want to put the Message Box sitting in front page and occupying some space. Instead, I would like to put a hyperlink there, so that once clicked, message box pops up in new frame.
It seems message box page does not exist in its own (because whenever I open message box page from admin control 'Pages' I get website's home page)... otherwise, i could pop up that page as frame.
OR BETTER SOLUTION:
Instead, can it be collapsed? So that when that link is clicked, message box expands and becomes visible.. (The same feature used for adding 'smiles' in message box)
Thanks Edited: 30/05/2008 17:42 |
|
 |
| |
mem MemHT's Dad Admin / Developer

Posts: 3780

Gender:  Online: No
Languages: English, Italiano, Makedonski, Srpski, Un poco de Español |
Date: 30/05/2008 18:05 Re: Message Box (Shout Box), pop-up feature? | #post7600 | It's a block, not a page. The page called messages is used to show messages in homepage.
Yes it can be collapsed (using the same code as the administration box in the navigator in 3.8.0 or smiles as you said)
Get the attachment. I put a simple image as button, of course change it in whatever you want |
|
 |
| |
media_555 Junior Member

Posts: 40

Gender:  Online: No |
Date: 31/05/2008 08:56 Re: Message Box (Shout Box), pop-up feature? | #post7607 | You rock! I was just amazed with your prompt response, that too with solution ready.. The attachment worked perfect - just the way I wanted it to be.
I dont know what am I supposed to say here. I am so overwhelmed. Thank you thank you and thank you. |
|
 |
| |
mem MemHT's Dad Admin / Developer

Posts: 3780

Gender:  Online: No
Languages: English, Italiano, Makedonski, Srpski, Un poco de Español |
Date: 31/05/2008 11:23 Re: Message Box (Shout Box), pop-up feature? | #post7610 | |
|
 |
| |
slund Junior Member

Posts: 14

Gender:  Online: No |
Date: 08/09/2008 20:06 Re: Message Box (Shout Box), pop-up feature? | #post11706 | wow this is great! how do i make it start in maximized mode? |
|
 |
| |
paulo89 Moderator Developer

Posts: 1032

Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
Date: 08/09/2008 22:19 Re: Message Box (Shout Box), pop-up feature? | #post11716 | Hi
Open block and find line 31:
| code |
echo "<div class='mexblock' style='display:none;'>";
|
Just delete style='display:none;'
Like this:
| code |
echo "<div class='mexblock'>";
|
|
|
 |
| |
slund Junior Member

Posts: 14

Gender:  Online: No |
Date: 08/09/2008 22:27 Re: Message Box (Shout Box), pop-up feature? | #post11721 | Thank you once again paulo |
|
 |
| |