![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
| View Poll Results: Do you think right click funtionality is a good idea? | |||
| Yes |
|
129 | 90.21% |
| No |
|
6 | 4.20% |
| Maybe |
|
8 | 5.59% |
| Don't Care / Know |
|
0 | 0% |
| Voters: 143. You may not vote on this poll | |||
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
#91
|
|||
|
|||
|
Code:
root@server:/roundcube/plugins/contextmenu# find -name index.php root@server:/roundcube/plugins/contextmenu# Code:
<?php
/**
* ContextMenu
*
* Plugin to add a context menu to the message list
*
* @version 1.2
* @author Philip Weir
* @url http://roundcube.net/plugins/contextmenu
*/
class contextmenu extends rcube_plugin
{
__________________
-- Marcio Merlone |
|
#92
|
||||
|
||||
|
The RoundCube version number its in <RC root>/index.php
__________________
SKaero.com |
|
#93
|
|||
|
|||
|
Ah! Original question was, and I tought still was, about contextmenu version. As I said before, I am using latest stable roundcubemail-0.3.1. Sorry.
__________________
-- Marcio Merlone |
|
#94
|
|||
|
|||
|
ok so we still need to find out what the problem is then since afaik it works fine for other people (and for myself)
When you right click is the RC contextmenu displayed under the browser one or not at all? Is there anything in your rc error log (rc root/logs/erros)?
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#95
|
|||
|
|||
|
Quote:
I was using syslog to log errors from rc, then changed to Code:
$rcmail_config['debug_level'] = 4; # $rcmail_config['log_driver'] = 'syslog'; $rcmail_config['log_driver'] = 'file'; ![]() I have firebug 1.5.0, and nothing goes to console, no network ajax activity, zero.
__________________
-- Marcio Merlone |
|
#96
|
|||
|
|||
|
could you pm me login details for a test account and i'll see if i can see what wrong.
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#97
|
|||
|
|||
|
Hi folks!
Thanks for the great work with RC and the lots of plugins. I've discovered some strange behaviour of the contextmenu plugin that I have installed on two different servers, both running RC 0.3.1 and the same versions of contextmenu. On the first server, the folder list when selecting "move message to" is limited in it's height and you can scroll through the folders. On the other server, the sizing of the folder list fails, it is enlarged as long as the folder list. The logs do not show up any errors and as said: both versions of the installed roundcube and plugin are identical. EDIT: Found the reason - but the solution needs to be implemented in the script: $idx in $nestLevel == 0 never reaches a value greater than 5, so no scroll_up_pas and scroll_down_act classes are being added. my range of NestLevels and Indices looks like this. when telling the script to echo it right before the end of the fundction _gen_folder_list(): nL: 1, idx: 7 nL: 2, idx: 2 nL: 3, idx: 6 nL: 4, idx: 2 nL: 4, idx: 3 nL: 4, idx: 1 nL: 3, idx: 4 nL: 2, idx: 4 nL: 1, idx: 2 nL: 0, idx: 2 I do not have dozens of folders inside the main inbox, but subscribtions to several other mail boxes. Regards Ruediger Last edited by Granada; 02-25-2010 at 01:17 PM. |
|
#98
|
|||
|
|||
|
fixed in the repo.
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#99
|
|||
|
|||
|
@JohnDoh:
Thanks for the quick fix! It's the same way that I hacked up the script to make it work here after I found out what went wrong - a simple counter for the total numer of folders to be listed. ![]() Regards Ruediger |
|
#100
|
|||
|
|||
|
thx 4 the hack, it works fine now.
greetings dakky |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/4331-right-click-functionality.html
|
||||
| Posted By | For | Type | Date | |
| RoundCube Patches & Plugins | This thread | Refback | 06-11-2009 03:27 PM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|