-
AuthorPosts
-
magnusb Friend
magnusb
- Join date:
- June 2009
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
June 29, 2009 at 8:47 pm #142349Just have done allot of testing on localhost today, mostly on integrating different parts of my site to Sulfur, however, a quick browsing in community showed that My Applications will give a wrong table, see attached image.
I a quick look in Firebugs reveals
<tr class="sectiontableentry1">
<td> </td>So the template generates an empty <td> which offsets the entire table. However, I was not able to locate this in the template files, could someone help with a fix, or at least point in the correct direction?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 30, 2009 at 9:52 am #309530Hi magnusb
I checked your issue with our template but could not find.
Coudl you please send me your live url via PM so that i could have a closer look on the issue? I think this issue is from your configuration.magnusb Friendmagnusb
- Join date:
- June 2009
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
June 30, 2009 at 4:40 pm #309568I do not have a live site yet, I am testing this out with Xampp for now, hopefully to locate issues like this 😉 Will check if it persist on live site.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 1, 2009 at 9:01 am #309631Hi
Open componentscom_communitytemplatesja_sulfurapplications.edit.php file, at about line 38, find following code:
<tr class="<?php echo $class; ?>">
<td>Â </td>
<td>
<img src="<?php echo JURI::base() . 'plugins/community/' . $application->apps . '/favicon.png'; ?>" class="icon" />
<?php echo $application->title; ?>
<a href="javascript:void(0);" onclick="joms.apps.showAboutWindow('<?php echo $application->apps; ?>');">[ <?php echo JText::_('CC APPLICATION LIST ABOUT'); ?> ]</a>
</td>
<td>
<a href="javascript:void(0);" onclick="joms.apps.showSettingsWindow('<?php echo $application->id; ?>','<?php echo $application->apps; ?>');">
<?php echo JText::_('CC APPLICATION COLUMN SETTINGS'); ?>
</a>
</td>
<td>
<a href="javascript:void(0);" onclick="joms.apps.showPrivacyWindow('<?php echo $application->apps; ?>');">
<?php echo JText::_('CC APPLICATION COLUMN PRIVACY'); ?>
</a>
</td>
<td>
<?php echo JText::_('CC APPLICATION LIST CANT REMOVE'); ?>
</td>
</tr>
and change to:
<tr class="<?php echo $class; ?>">
<td>
<img src="<?php echo JURI::base() . 'plugins/community/' . $application->apps . '/favicon.png'; ?>" class="icon" />
<?php echo $application->title; ?>
<a href="javascript:void(0);" onclick="joms.apps.showAboutWindow('<?php echo $application->apps; ?>');">[ <?php echo JText::_('CC APPLICATION LIST ABOUT'); ?> ]</a>
</td>
<td>
<a href="javascript:void(0);" onclick="joms.apps.showSettingsWindow('<?php echo $application->id; ?>','<?php echo $application->apps; ?>');">
<?php echo JText::_('CC APPLICATION COLUMN SETTINGS'); ?>
</a>
</td>
<td>
<a href="javascript:void(0);" onclick="joms.apps.showPrivacyWindow('<?php echo $application->apps; ?>');">
<?php echo JText::_('CC APPLICATION COLUMN PRIVACY'); ?>
</a>
</td>
<td>
<?php echo JText::_('CC APPLICATION LIST CANT REMOVE'); ?>
</td>
</tr>
1 user says Thank You to JA Developer for this useful post
magnusb Friendmagnusb
- Join date:
- June 2009
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 1, 2009 at 3:19 pm #309669Thank you, works perfectly now.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by magnusb 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JomSocial: Applications wrong listing
Viewing 5 posts - 1 through 5 (of 5 total)