just read the description on the add-on page: http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=321
Note to mods: Add-on link back to add-on page at top of discussion still not working.
Beautiful! Make's life so much easier... thank you for taking up the suggestions...
Only one comment. Instead of $Context->Dictionary['AddMember'] = 'Add A New Member'; pleas use:
$Context->SetDefinition('AddMember', 'Add A New Member');
Tha…
Just wanted to say this simplifies things a good deal. In fact it raises the question as to whether one could do more wiht it too:
1) Would it be possible to also assign a role straight away form the add member form?
2) I guess too that predef…
just read the description on the add-on page: http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=321
Note to mods: Add-on link back to add-on page at top of discussion still not working.
Beautiful! Make's life so much easier... thank you for taking up the suggestions...
Only one comment. Instead of $Context->Dictionary['AddMember'] = 'Add A New Member'; pleas use:
$Context->SetDefinition('AddMember', 'Add A New Member');
Tha…
Just wanted to say this simplifies things a good deal. In fact it raises the question as to whether one could do more wiht it too:
1) Would it be possible to also assign a role straight away form the add member form?
2) I guess too that predef…
Littlepeet wrote:
I will modify it so, it can be installed over the original plugin and post it here.
Hi littlepeet. Would you be willing to share your update/modification of discussion tags?
Littlepeet wrote:
I will modify it so, it can be installed over the original plugin and post it here.
Hi littlepeet. Would you be willing to share your update/modification of discussion tags?
On my setup it seems that the category filters won't work if you are not logged on. Is this just on my setup or everywhere? Can anyone confirm, please?
If this is true, could it be made to work for visitors who are not logged on, or is this not pos…
On my setup it seems that the category filters won't work if you are not logged on. Is this just on my setup or everywhere? Can anyone confirm, please?
If this is true, could it be made to work for visitors who are not logged on, or is this not pos…
bump - has no-one has an idea for solving this fairly serious problem?
Sticking an echo in the if statement shows that the condition is true (DiscussionID is empty) but it stalls with the initiation of the error reporting.
if(empty($Discussion-&…
I can confirm dan39's and bschultz's problem, but the fix doesn't work for me either. I receive a "Not Found
The requested URL /forum/discussion/test-for-no-category-chosen/ was not found on this server." error.
When adding the proposed fix I get a…
bump - has no-one has an idea for solving this fairly serious problem?
Sticking an echo in the if statement shows that the condition is true (DiscussionID is empty) but it stalls with the initiation of the error reporting.
if(empty($Discussion-&…
I can confirm dan39's and bschultz's problem, but the fix doesn't work for me either. I receive a "Not Found
The requested URL /forum/discussion/test-for-no-category-chosen/ was not found on this server." error.
When adding the proposed fix I get a…
(Part of) JDW's problem is because this plug-in still uses $Context->Dictionary rather than $Context->SetDefinition.
Can someone with appropriate access update that? Thanks.
(Part of) JDW's problem is because this plug-in still uses $Context->Dictionary rather than $Context->SetDefinition.
Can someone with appropriate access update that? Thanks.
If you'd like the image is scaled to the maximum dimension (as I believe it used to be), rather than scaled to the minimum dimension and then cropped on the large direction, comment out the line
// $phpThumb->setParameter('zc', '1');
in functi…
Strange Ben, I'm using both and have no problem on that count (I have commented out the User Icons, though). Perhaps it's a plug-in order thing (FWIW: on mine Predefined Attributes is positioned after AccountPictures in conf/extensions.php).
I'm not well versed in SQL either, but I can use google ...
UPDATE tablename SET tablefield = replace(tablefield,"findstring","replacestring");
which I guess would translate to:
UPDATE LUM_User SET Picture = replace(Picture,"http://your-domain.com…
T1, yes unfortunately it does that. The easiest (but fiddly) way is to correct it in the database using phpmyadmin etc (backup first!). In the table LUM_User do an SQL search in the Picture field for your domain-name and remove it altogether s that …
To improve jpeg quality with the more recent phpthumb-based version of AccountPictures, try this (untried, but pretty sure it will work):
Find this line in default.php
$phpThumb->setParameter('zc', '1');
after it ADD the following line:
$phpT…
If you'd like the image is scaled to the maximum dimension (as I believe it used to be), rather than scaled to the minimum dimension and then cropped on the large direction, comment out the line
// $phpThumb->setParameter('zc', '1');
in functi…