31
ianez
Re: X-Center 2.15 url rewrite
  • 2011/4/6 8:20

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


tested on other production server, and same bug..
but it seems no one is using this module for static content..

any feedback?
Ian



32
ianez
X-Center 2.15 url rewrite
  • 2011/4/4 10:27

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


HI there,
wanna know if anyone using this module is using url rewrite with success.. because when I activate SEO in module's preferences and I change properly the .htaccess file the rewrite works well but the urls of the module in the html are printed as without seo..
www.mysite.com/modules/xcenter/iindex.php?storyid=1
instead of
ww.mysite.com/newxcentername/page_title/1,0.html)
working on xoops 2.5.0 local and same probelm over two online production site and same problem with xcenter 2.07

thanks for any support
Ian



33
ianez
Re: mymenus 1.1 - dealing with current link highlight
  • 2011/3/18 19:55

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


Hi Trabis,
I'm not a php programmer.. but to me the matching was kind of buggy and was working only if using a clean url such:
modules/news

inserting the complete urlhttp://www. mysite.com/modules/news
was not working and if there's an url rewrite I have to write the original url in the menu link field to have the match.. but this can be a contraddiction for seo purposes

I guess smarty solution don't give me problem because smarty works after php.. but this solve also asmall bug:
- when browsing in page not linked in the mymenus block, where the block is visibile I've the top link always highlighted

If there's a php solution allowing for rewrited url it would be obviously better

thanks
Ian



34
ianez
mymenus 1.1 - dealing with current link highlight
  • 2011/3/18 16:42

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I'm testing this module for a site based on xoops 2.5 and I've had some problem using the menu (main menu basic skin) because links were not highlighted when using friendly url or in general htaccess redirect.
This was a limit due to the $menu.selected/$menu.topselected variable which is builded php side and need to be equal to the exact server request.. so if you have yoursite/module/news redirected to yoursite/articles the link won't be highlighted when your are in the page linked by menu

A working solution to me is using smarty to do the trick.. because that way even if the server request is redirected by htaccess you can have highlighted links:

in mymenus\skins\mainmenu\templates\template.html
changed in line 4
<class="menuMain <{if $menu.topselected}>maincurrent<{/if}>"

to
<a class="menuMain <{if stristr($menu.link,$smarty.server.REQUEST_URI)}>maincurrent<{/if}>"

and in line 11 from
<class="menuSub <{if $sub.selected}>maincurrent<{/if}>"

to
<class="menuSub <{if stristr($sub.link,$smarty.server.REQUEST_URI)}>maincurrent<{/if}>"


I know I could use $xoops_requesturi instead of $smarty.server.REQUEST_URI.. but in xoops 2.5 does not print anything to me, even if shown in smarty debug

May be it not 'clean' but that way I'm having current link highlighted always and without issues
probably this method can be used with all skin of the module (and may be in all templates generating menus..)
let me know your opinion

Ian



35
ianez
Re: XOOPS 2.5.0 Bug Hunting
  • 2011/3/9 18:05

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


As requested by Mamba I advice about some language coerence problem..

I like the new default admin gui but translating it in my own language gave me some problems..
In default gui you have System Options in white and it look to me it should be Administration or Control Panel or something more significant, and in general the System Options define should be controlled only by main system language file and not by gui themes language file,
not undertanding why over system sections icons it is written 'control panel home' while I should expect 'System Tools' or 'Sections' as written in System Configuration

Also..
in preferences drop menu you have System Options and then 'System' under.. which links to System Module Settings
in my opinion there should be only the name of the module and the related sub menu with options

I would like also to ask an effort to fix standard defines for admin gui so local support don't need to translate the same term in 3/4 different file.
(Also a separated language difference file to be updated should be prompted)

thanx
Ian



36
ianez
Re: X-Center 2.07: is working?
  • 2010/11/18 11:53

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I'll report them surely because hope this module will be a solid choice soon..
anyway I've had same problems with 2.4.5 too..
the output logger shows the call to the block but nothing is showing.. may be this is just related to how they work.
I'm also ready to rewrite the templates if needed

cheers
Ian



37
ianez
Re: X-Center 2.07: is working?
  • 2010/11/17 11:43

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


ok.. so it's still under developement it seems..
Anyway I've installed it on clean 2.4.5 and 2.5 installation with same problems..

hope things will be fixed beacuse the module looks promising and mastop publish (which is still the best to me) seems not to be developed anymore and give me some issues in the ajaxified backend of xoops 2.5

Ian



38
ianez
X-Center 2.07: is working?
  • 2010/11/17 10:37

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


Hi,
I was trying to test the X-center module for content managing, in the version 2.07, which should be the latest (dloaded here www.chronolabs.coop/)
Well I don't know if it's just a problem only for me.. but I have following issues:
- I can't see any kind of block, even after setting permissions
- url rewrite give me error when activated (can't find rewritten url on the server)
- I've added categories but I can't see the 'home' of any of them, or any link taking taking to them

I also have some problem in understanding how inheritable block should be used..

please there's any support/documentation about this module?
thanx

Ian





39
ianez
Re: Support for Cssified xoops default theme
  • 2010/11/13 19:30

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


@algalochkin
Mamba answered perfectly to your second question... (thanx pal),
the main scope was showing how nowaday you can have solid and crossbrowser theming using a fullcss, simple approach.. and I did it on a well know and super table based theme.

Answering to your first question..
well the difference is wrong cut&paste ;.) they should be both 700px, which is a size that save layout with an 800x600 screen resolution.
I've made two versions because 2.5 uses different files to override basic redirect template.

@all af you
surerely there are some more errors/diffrences.. I've made the theme in a couple of hours.. so I ask you to give as much feedback you can, testing the theme with complex block and with different browsers.. in a few I'llrelease a more clean/corent version

thanx
Ian



40
ianez
Re: Support for Cssified xoops default theme
  • 2010/11/12 9:27

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


@aitor
your're doing an amazing work!! both in testing and supplying an easy solution for customizing the theme

the failure you found is absolutely correct
I've forget clearing the floating elements..
so here an immediate fix.. and I'll set it better in the next to come version of the theme...

around line 96 of the theme.html, after </div> and before <{/if}> you should copy this
<div class="clear"> </div>

if you're working with xoops 2.5 this should do the trick
let me know..

thanx for your efforts

Ian




TopTop
« 1 2 3 (4) 5 6 7 ... 12 »



Login

Who's Online

257 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

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

Latest GitHub Commits