I just discovered that the graphic buttons on this extension don't appear in the latest version of IE unless the user goes to "Tools" and checks the "Compatibility View" option.
Apparently IE takes issue with the CSS I used. The extension works fi…
I just solved my own problem... If anyone is interested in doing what I posted above, I modified this extension as follows:
I replaced line 132:
return ''.$link[0].'';
With the following:
$linkDisplay = $link[0];
if (strlen($linkDispl…
@edam,
This extension is exactly what we've been looking for.
Is it possible to limit the length of displayed URL links? If someone enters a really long URL it would be cool if only 50 characters or so were displayed and end with "..." like:
ht…
I just solved my own problem... If anyone is interested in doing what I posted above, I modified this extension as follows:
I replaced line 132:
return ''.$link[0].'';
With the following:
$linkDisplay = $link[0];
if (strlen($linkDispl…
@edam,
This extension is exactly what we've been looking for.
Is it possible to limit the length of displayed URL links? If someone enters a really long URL it would be cool if only 50 characters or so were displayed and end with "..." like:
ht…
Our Vanilla installation uses company ID numbers for usernames/nicknames. It would be great if this extension could display real names. Would that difficult to do?
Thanks for a great extension!
Our Vanilla installation uses company ID numbers for usernames/nicknames. It would be great if this extension could display real names. Would that difficult to do?
Thanks for a great extension!
We have been using Mark All Read Redux for a few months now.
I just received a report of a bug when using Internet Explorer 8. With IE8, when you click "Mark all read", you see the "Success! All discussions have been marked read" page, but then wh…
We have been using Mark All Read Redux for a few months now.
I just received a report of a bug when using Internet Explorer 8. With IE8, when you click "Mark all read", you see the "Success! All discussions have been marked read" page, but then wh…
I'm having trouble displaying the user name on the account.php page with Nugget.
When I view the account information of a user, I want to re-display his name below the information.
This code successfully displays the name of whoever is logged in (…
I'm having trouble displaying the user name on the account.php page with Nugget.
When I view the account information of a user, I want to re-display his name below the information.
This code successfully displays the name of whoever is logged in (…
After making the recommended fixes, I got this extension to work.
On the big map that shows the location of all the members, when you click on a marker, it shows the members Username.
Is there a way for the marker balloon to show the members Real …
After making the recommended fixes, I got this extension to work.
On the big map that shows the location of all the members, when you click on a marker, it shows the members Username.
Is there a way for the marker balloon to show the members Real …
OK, I feel pretty stupid...
I went to the IssueTracker page on GitHub. When I tried to open a new issue, I got a log-in page. My user/pass on this forum doesn't seem to work and when I click the sign up button, I see a page for starting my own col…
Hi Mark, thanks for the response.
I spent a few minutes looking at the code. It's a bit over my head, but looks good to me.
The sorting seems to work for some addons but not others which makes me think there is an issue with the individual databa…