71
ianez
Re: xrmanager path in tinyeditor 1.0
  • 2008/3/11 13:48

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


really no one has ideas about this?

Ian



72
ianez
xrmanager path in tinyeditor 1.0
  • 2008/3/10 12:23

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


Hi there,
hope someone can help me with this bug.
I'm working with news using tinyeditor for content editing... the module is great but when I insert an image calling it form the file manager (xrmanager) the path inserted in the adv image windows is wrong.

I should receive a path like:
www.miosito.com/uploads/user__/immagine.jpg
but I recievi instead
www.miosito.com/uploads//user__/immagine.jpg
with a double slash preventing me from aving the image preview, pixel size and else.
If I remove manually the slash all is ok.

It seem a problem related to how xrmanager plugin treat the path, because in the file manager windows the path of the image thumbnail (which works ok) is with the double slash too..
Working on a clean intall of XOOPS 2.0.18.1 and news 1.56 only

Anyone have encountered this problem and can help me?
Thanx a lot

Ian



73
ianez
Re: Silktide and other site rating issues.
  • 2008/2/12 13:49

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


well scratchy was the rough star scheme for my work on themes.. actually what you see at that link is Minimalist 1.0 in an old layout and the nostyle button simply cancel the call to any css leaving pure html which degrades good thanks to the absence of tables... minimalit 1 is bettere than scratchy under any side..

about the point you focus on I can say that all the contet provded by the theme is available from the context too. But remember that modules and XOOPS blocks designed that way...

the switch between css is made with a really light jscript.. anyway you can download minimalist 1 at this link:
http://www.xoopsitalia.org/modules/news/article.php?storyid=758
(bottom of the page) even if in a few I'll realease the RC1 of minimalist 2 which is for sure more stable.

Ian



74
ianez
Re: Silktide and other site rating issues.
  • 2008/2/12 11:25

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


just working on a theme more accesible for xoops..
at the second link at the bottom you can find version 1, and I'm realeasing in a few version 2 more stable and compliant.

Ian



75
ianez
Re: Flexible Layout theme ?
  • 2008/1/5 15:15

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I can assure you Minimalist is totally flexible,
simply it don't have a 100% width,
have instead a min-width hack working with IE also.

Ian



76
ianez
Re: Flexible Layout theme ?
  • 2008/1/5 14:40

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I've created some time ago the Minimalist theme, with the features you're searching for...
you can find it herehttp://www.xoopsitalia.org/modules/news/article.php?storyid=758
download and demo at the bottom..

This is still a kind of unstable version and version 2.0 with many improvements will be ready in a few days I hope.

Ian



77
ianez
Re: xcgal pagetitle hack ..improve the searchability of your site!
  • 2007/11/23 17:43

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


if you want also category name in page title,
you can try this:

in index.php at the bottom after
main_menu();

insert:
if ($cat == '') {
$xoopsTpl->assign('xoops_pagetitle'$xoopsModule->getVar('name'));
}
else {
$xoopsTpl->assign('xoops_pagetitle'$xoopsModule->getVar('name').' - '.$CURRENT_CAT_NAME);
}



and in thumbnails.php after
do_footer();
$album_name get_album_name($album);
$xoopsTpl->assign('xoops_pagetitle'$xoopsModule->getVar('name').' - '.$CURRENT_CAT_NAME.' - '.$album_name);



this way in the module's home you'll have normal title but going in a category index (yoursite/modules/xcgal/index.php?cat=x)
you'll see the cat name in the title. And the same for thumb view...

have a look on the effect this site which I'm working on... www.mariocresci.com (the module has been renamed to 'Portfolio')

Ian



78
ianez
Re: Any Smarty way to check we are in front page of a site?
  • 2007/11/21 15:06

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I don't understand why all this code for front page test..
wouldn't be much easier to use
<{if $xoops_requesturi == "/index.php"}>
your custom code
<{/if}>

?

cheers
Ian



79
ianez
Re: a new step (may be) toward the mystic 'Holy Grail'
  • 2007/4/14 7:33

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


Hey rabideau
this could be great! in a few I'll try to release a pack for testing, tell me how we can try it on your good site ,-)

Ian



80
ianez
Re: a new step (may be) toward the mystic 'Holy Grail'
  • 2007/4/10 8:58

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


confirmed compatibility with Konqueror/ffox on Linux.
Has anyone tested this with other OS/browser

Ian




TopTop
« 1 ... 5 6 7 (8) 9 10 11 12 »



Login

Who's Online

148 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 148


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