1
voltan
Re: I have some questions/proposals for 2.6
  • 2013/1/2 7:27

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Just a Request for update module process, I think it good if all changes and update down on update module system. just the important thing is big tables.

for example we want change a module table Structure and move data from old table to new table. module update process must do it step by step. and in each step process 300 rows and in next step process next 500 rows

* 300 is an example number, between 100 to 300 row in each query Cycle is enough. more than this number ( for example 1000 ) makes crash in mysql



2
voltan
X2.6 new modules
  • 2012/12/31 13:12

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Big thanks to core team for hard work on X2.6

I have some idea about new core modules :

Menu
my menu is very good module for manage menus. I have just two suggestions for improve it

1- please add option for disable module skins in theme. in some themes we have to use external skin
2- use jquery ui sortable in menu admin page

Comments
We need new comment system like WP. 2 point is important
1- Guests user can add his name / email / website and show his name in comment list
2- Use gravatar.com
3- remove comment bar and add comment submit form

Notifications
Add sms Notification option

Profile
Add login and register multi level, like google . for example admin confirm login whit sms and have multi level register whit confirm sms and email

And remove pm and profile options from core files.

RSS feed , sitemap and json
existing rss system is too old. I suggestion add general rss template in system module and add some class for build rss feed for modules easily. and add general rss feed for core

And add sitemap.xml maker in core whit manage options it.s important for seo
And if we have class for work whit output / input json informations is very good



3
voltan
Re: how to avoid strange errors when we reach to memory_limit?
  • 2012/10/13 5:54

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Hello

SELECT COUNT is a bad query and if you check xoops debug sql you see it need to many times for get answer from mysql.

count used for make pagenav and other problem is when you use pagenav whit count and offset you be have too big query
1- for select count
2- for get list of items in pages. when you goo to page 100 and you have 10 item in each page mysql must load 1000 item and show last 10 item it's need to many ram

for example in your website ( jadoogaran ) I check first page and last page query time in news module in about 4000 story

last page : 0.021457
firet page : 0.009671

in newbb it have some query whit more than 1 sec time check it.

For solve it in big tables pagenav system must chane



4
voltan
Re: class/pagenav.php X2.5.5
  • 2012/10/6 5:24

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


This is a core problem , class/pagenav.php line 72

$ret .= '<div id="xo-pagenav">';


But for fix it you have two way :
1- fix core : after this all themes need change ( it corect way )
2- fix all module templates and use just one pagenav in each page.

I hope see more options in pagenav



5
voltan
Re: Contact module version 1.8
  • 2012/8/29 6:25

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


I add ajax method for send content. Please check. I think it's ready for publish



6
voltan
Slideshow module
  • 2012/8/29 5:13

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Hello

We work on slide show module and it readu for use. please test it. if you don't have any problem or see any bug we can public it as stable version:

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/slideshow/



7
voltan
XOOPS 2.6.0 Alpha 2 ?
  • 2012/8/24 8:28

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Any news about this verion?

I see in roadmap :

Quote:
Alpha 2
- Adding a theme manager in the system module.
- Comments plugins.
- Notifications plugins.
- Image manager plugins.
- Search plugins.
-Integration of PDF library.
-Content module.
-Menu Module.

Estimated Date : September 2012


I don't see any activity in SVN, core team can add all of this options in just one month?



8
voltan
Re: News with most comments
  • 2012/7/21 6:32

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


news version 1.6.x have old codes and add new option is not easy. but add new blocks in my new news module is easyer. I hope I can work on it



9
voltan
Re: Contact 1.8
  • 2012/7/21 4:50

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


I add your codes whit some changes, Please help me to check it

thanks

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/contact/branches/voltan/v1.8/



10
voltan
Re: Contact 1.8
  • 2012/7/21 4:18

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Thank you Roby73, I will add your changes in module.

Thanks




TopTop
(1) 2 3 4 ... 29 »



Login

Who's Online

226 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits