| |
| | |

CodersClub

 Forgot password?
 Register
Search
Author: kaaleth
Collapse the left

Porting style to DiscuzX2.5ml

[Copy link]
 Author| Post time: 2012-12-25 22:38
| Show all posts
Thanks khalid! Yeah, github it's great, but I also like google repositories

First post updated
 Author| Post time: 2012-12-27 23:34
| Show all posts
Edited by kaaleth at 2012-12-27 23:21

Another theme "like IPBv3" by luan coming soon into DX2.5ML.

This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x
 Author| Post time: 2012-12-28 23:43
| Show all posts
Edytowano przez kaaleth dnia 2012-12-28 22:44

Another theme, coming soon.


Unfortunately most ported themes aren't supporting RTL mode. So I have to wait for Khalid - ofc, when he will have free time

This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x

 Russia

Post time: 2012-12-29 07:30
| Show all posts
I have an idea about RTL, but it must be discussed.

For now we choose what the style to load at the page - RTL or LTR depending on the current language settings.
The RTL style is mainly a full copy of LTR style with some elements inverted from left to right and vice versa.

The essence of my idea is to load the base LTR skin ALWAYS!
And then (and only if the language is RTL) additionally load a SMALL RTL STYLE FIXER.
RTL style fixer will NOT a full copy of LTR style, but contains ONLY REQUIRED INVERSION!
For example:
Main style:
  1.                 caption, th { text-align: left; font-weight: 400; }
  2.         .z { float: left; } .y { float: right; }
  3.         .notice { clear: both; margin: 5px 0; padding: 3px 5px 3px 20px; background: url({IMGDIR}/notice.gif) no-repeat 2px 6px; }
  4.         #ajaxwaitid { display: none; position: absolute; right: 0; top: 0; z-index: 1; padding: 0 5px; background: #D00; color: {LIGHTLINK}; }
Copy the Code
The RTL Fix style:
  1.                 caption, th { text-align: right; }
  2.         .z { float: right; } .y { float: left; }
  3.         .notice { padding: 3px 20px 3px 5px; background-position: 100% 6px; }
  4.         #ajaxwaitid { left: 0; padding: 0 5px; }
Copy the Code

 Palestine

Post time: 2012-12-29 14:18
| Show all posts
Good idea
 Author| Post time: 2013-01-16 13:41
| Show all posts
I have some styles to release but I have got a problem.

Under forum navigation I have "Array". I don't know how to delete/hide this. Some ideas?

 Russia

Post time: 2013-01-16 20:32
| Show all posts
Use WinMerge.
Compare corresponding files for old/new skin.
Discover what is differ...
An you will see the reason
 Author| Post time: 2013-01-16 21:31
| Show all posts
I tried but no results. I noticed that most of new templates have this "error". For example:





edit: Hmmm... I suppose, there is something wrong with main NAV. I will take a look at it.

This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x

 Russia

Post time: 2013-01-17 07:53
| Show all posts
Pay attention, ML NAV differs from original!!!!

P.S.
If you have any idea how to preserve the original template code but with ML feature - you are welcome!!!
 Author| Post time: 2013-01-17 14:23
| Show all posts
Edytowano przez kaaleth dnia 2013-1-17 18:37

Thanks vot it was really useful. So I found problem:
  1. $_G[setting][menunavs]
Copy the Code
I hid it and now it's ok, but I don't think if this is good idea.
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-05-01 15:43 GMT+3 , Processed in 0.092844 sec., 7 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list