91
timgno
XOOPS on Freelancer.com
  • 2015/4/9 18:11

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I am pleased to announce, thanks to my request, XOOPS was added in the voices of the relevant skills, of freelancer.com



92
timgno
Preloading Libraries
  • 2015/3/21 9:06

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


There are libraries that are loaded several times and with different versions of the file in particular jquery.js

The list is long:
core.php in system/preloads
admin.php in system
main.php in system/class/typeof
theme_name.php

If I have to change version of the libraries are forced to rewrite them in the theme or template file theme_name.php

However, we are unable now to figure out where it is continuously uploaded the file jquery.js after viewing many files.

There should be a more precise order in this regard.

I hope this in xoops 2.6.0 we will not experience these conflicts between versions, because I noticed that some objects do not work if there is a conflict like this.



93
timgno
Re: XOOPS 2.6.0 Alpha 3 for Testing
  • 2015/3/17 20:51

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


In the file system/class/menu.php there is still the html code, should be removed?

It would be more appropriate to create a template file with system_menu.tpl eg



94
timgno
issues xoops 2.5.8
  • 2015/3/17 20:47

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


In the file system/class/menu.php there is a path to a directory that does not exist folder and is at line 203

$system_image XOOPS_URL '/modules/system/images/system/' $modversion['image'];


images/system



95
timgno
Re: New Responsive Admin Theme
  • 2015/3/17 12:08

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Up To Date!

Fixed several bugs

Now is multicolor as the default theme

Download from GitHub



96
timgno
Re: New Responsive Admin Theme
  • 2015/3/13 16:55

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Can view on fullscheen to Flickr



97
timgno
Re: New Responsive Admin Theme
  • 2015/3/13 15:48

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Another theme of cpanel alpha version

Tell me if you like:

Resized Image

I have not added in svn because there are bugs concerning php and smarty/template file.

For example if you use the screen blocks or if I have to add the groups, I get the fatal error:

Quote:
Fatal error: Cannot redeclare class XoopsBlock in C:\UwAmp\www\xoops-2.5.8\htdocs\class\xoopsblock.php on line 649 Call Stack #TimeMemoryFunctionLocation 10.0029180328{main}( )..\admin.php:0 20.07593769328include_once( 'C:\UwAmp\www\xoops-2.5.8\htdocs\modules\system\admin\blocksadmin\main.php' )..\admin.php:44 30.18755181128xoops_cp_footer( )..\main.php:173 40.18755181168XoopsSystemGui->footer( )..\cp_functions.php:40 50.18755181296xos_opal_Theme->render( )..\gui.php:164 60.20035342496Smarty->display( )..\theme.php:496 70.20035342608Smarty->fetch( )..\Smarty.class.php:1107 80.20105349096include( 'C:\UwAmp\www\xoops-2.5.8\xoops_data\caches\smarty_compile\cc07a375-system-xbootstrap-default^%%65^659^65981FA9%%theme.html.php' )..\Smarty.class.php:1257 90.20345366352Smarty->_smarty_include( )..\cc07a375-system-xbootstrap-default^%%65^659^65981FA9%%theme.html.php:21 100.20415377992include( 'C:\UwAmp\www\xoops-2.5.8\xoops_data\caches\smarty_compile\cc07a375-system-xbootstrap-default^%%86^868^8681EDB7%%theme_page.html.php' )..\Smarty.class.php:1870 110.20425403224Smarty->_smarty_include( )..\cc07a375-system-xbootstrap-default^%%86^868^8681EDB7%%theme_page.html.php:54 120.20475414256include( 'C:\UwAmp\www\xoops-2.5.8\xoops_data\caches\smarty_compile\cc07a375-system-xbootstrap-default^%%5C^5CD^5CDA729A%%theme_tabs.html.php' )..\Smarty.class.php:1870 130.20575444200smarty_function_block( )..\cc07a375-system-xbootstrap-default^%%5C^5CD^5CDA729A%%theme_tabs.html.php:9


The error disappears if I delete files from theme_tabs code that covers:
Quote:
<li><a href="#" title="<{block id=4 display='title'}>"><i class="glyphicon glyphicon-time"></i></a></li>
<li><a href="#" title="<{block id=9 display='title'}>"><i class="glyphicon glyphicon-edit"></i></a></li>
<li><a href="#" title="<{block id=8 display='title'}>"><i class="glyphicon glyphicon-user"></i></a></li>
<li><a href="#" title="<{block id=10 display='title'}>"><i class="glyphicon glyphicon-comment"></i></a></li>


and:
Quote:
<div><{block id=4}></div>
<div><{block id=9}></div>
<div><{block id=8}></div>
<div><{block id=10}></div>


Resized Image

I could not find the error now.

The error relates to the class XoopsBlock



98
timgno
Re: New Responsive Admin Theme
  • 2015/3/7 16:59

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


New responsive admin theme named dashboard

See screenshots:

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Download from GitHub



99
timgno
Re: New Responsive Admin Theme
  • 2015/2/17 11:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Thanks

The problem of the default theme is resolved by changing the arrangement of folders css, js, img, icons in assets

In fact, for this I changed the file class/theme.php paths by adding the prefix assets before

For the rest, I'm working for both the left menu for other problems to solve.

As you know I am committed each time the files in SVN

P.S: Don't worry if I don't commit immediately to GitHub, only time to finish well.



100
timgno
Re: New Responsive Admin Theme
  • 2015/2/14 17:19

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21






TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 113 »



Login

Who's Online

113 user(s) are online (45 user(s) are browsing Support Forums)


Members: 0


Guests: 113


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits