Skip to Content Skip to Menu

Fix: Page navigation incorrect in backend "User settings"

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
9 years 5 months ago - 9 years 5 months ago #261257 by slabbi
When you page navigation is broken in uddeIM backend because of the new admin css Joomla uses, please use this fix:

Open \administrator\components\com_uddeim\admin.usersettings.php line 361 and change from
Code:
<th align="center" colspan="14" ><?php echo $pageNav->writePagesLinks(); ?></th>

to
Code:
<th align="center" colspan="14" ><div id='uddeim-pagenav'><?php echo $pageNav->writePagesLinks(); ?></div></th>

Please add follwoing line to
\components\com_uddeim\templates\your-template\css\admin.uddeim.css
Code:
#uddeim-pagenav ul li { display: inline !important; }

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Last edit: 9 years 5 months ago by slabbi.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
9 years 5 months ago - 9 years 5 months ago #261258 by slabbi
You can also use the attached files (css is for default template but can be used for other templates, too).




File Attachment:

File Name: admin.user...ings.zip
File Size:6 KB



File Attachment:

File Name: admin.uddeim.zip
File Size:1 KB

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Attachments:
Last edit: 9 years 5 months ago by slabbi.

Please Log in or Create an account to join the conversation.

  • jthrongard
  • jthrongard
  • OFFLINE
  • Posts: 11
  • Thanks: 0
  • Karma: 0
  • Add-ons
9 years 5 months ago #261263 by jthrongard
I see no change

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
9 years 5 months ago #261264 by slabbi
Have you put admin.uddeIM.css in the correct folder?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • jthrongard
  • jthrongard
  • OFFLINE
  • Posts: 11
  • Thanks: 0
  • Karma: 0
  • Add-ons
9 years 5 months ago #261268 by jthrongard
Never mind, it was a cache issue. I would also recommend

#uddeim-pagenav ul li {
display: inline !important;
margin: 0 5px;
}

However, the checkbox select all problem hasn't changed

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
9 years 5 months ago #261286 by slabbi
I have also fixed the check box. You can pull the current version from the trunk.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum