41
blindman
Re: Project Leader: Catzwolf
  • 2007/6/29 10:26

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


It's there something that make impossible the situation of haveing both phppp and catz in lidership zone? Are they exclude each other for some reason?
Why is so hard to move forward?
Don't follow me. I'm lost too.



42
blindman
Re: Gallery with thumbnail & lightbox for 2.2.x
  • 2007/4/30 15:41

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


n01un0, I have a good news and a bad news.
Good news is that you CAN use exgal on XOOPS 2.2.
Bad news is that you have to change it a little.
If I remmember what I did for working on 2.2, you have to get rid of
<{xoAppUrl modules/extgallery/}>">
in the template files and replace it with
<{$xoopsurl}>modules/extgallery/"


And more, in the exttgal folder, search for
$xoTheme->addStylesheet('modules/extgallery/include/style.css');

and replace with something like
$xoops_module_header '';
$xoops_module_header .= '
<link rel="stylesheet" href="'
.XOOPS_URL.'/modules/extgallery/include/style.css'" type="text/css" media="screen" />';


and olso replace in public-album.php for example:
$xoTheme->addMeta('meta','description',$catObj->getVar('cat_desc'));

with
$xoopsTpl->assign('xoops_meta_description'$catObj->getVar('cat_name'));

Something like that, the ideea is that you have to replace a fiew variables ( $xoTheme, xoAppUrl, ...) with the old fashion kind (xoopsurl, xoops_module_header, ...).

Please try this, is a great module, worth the effort. Maybe Zoullou could easy make a 2.2 compatible version this way.
Don't follow me. I'm lost too.



43
blindman
Re: A YouTube embeded movies publishing module
  • 2007/4/30 15:16

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


You're right, X-movie can grab an image from a provided URL and cache it, make thumb and stuff. But most users will not pay atention where to take the thumb URL from YouTube for a specific movie.
I think I'll try some code lines from caching part for my atempt of hacking rmgs module. I would try to get the thumb URL based on movie URL somehow (maybe with some javascript lines).
Wish me luck, could result a cool thing.
Don't follow me. I'm lost too.



44
blindman
Re: A YouTube embeded movies publishing module
  • 2007/4/30 8:07

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Thank you for your quick reply and the good news Tom.
I have installed x-movie and added some youtube movies, but. How to get specific thumbnails for it? Those images exist at a specific url on youtube and maybe can be cached on local server somehow (with a dev_id setted). Otherway all movies will have a default preview images and this is a confusing way of display.

Still, I wait for somebody interested in hacking rmgs module. Hey, install and test rmgs module, is great as image gallery, why not as a movie gallery?
Don't follow me. I'm lost too.



45
blindman
A YouTube embeded movies publishing module
  • 2007/4/30 1:19

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


I have tested RMGS 2. ( image gallery module from RedMexico site) and I like it a lot (it olso work on XOOPS 2.2.4).
I like the quota/user feature, sleek design, ecard feature and more.
What I intend to do?
What about if when a user visit submit page, should provide a youtube movie ID, then the script (this is the problem) get the thumbnails image from the YouTube and store it instead of the local image.
Of course, movie ID will be stored in db, and the detail page will display an embeded code of it instead of full view image.
This would become a well structured movie collection with thumbs, with minimal changes, for a good coder (not in my case).
Anyway, it would be a very atractive module for XOOPS community.
Anyone interested in this?
Don't follow me. I'm lost too.



46
blindman
Re: Xoops 2.2.5
  • 2007/3/17 19:12

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


I use 2.2.4 and I love it.
Themable admin, looks sleek and professional, easy blocks administration etc.
For my needs is stable enough. Too bad that module developers start to ignore 2.2 compatibility. Extgallery for instance, doesn't work with 2.2.x and will never do, as zoullou said.
I am interested about the differences between 2.0.x and 2.2.x module compatibility. Maybe I could hack some unsupported modules.
Don't follow me. I'm lost too.



47
blindman
Tag module - alphabetical listing
  • 2007/2/23 11:44

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


I use phppp's article-1.00 module, some clones of it and tag 1.5 module. Works great together, but I need a sugestion about change code a little.
Tag module produce a list of article useing published date sort order.
I realy need to put that list in alphabetical order (by article title).
Anybody, have a clue, where can I change the code? ( I have tried in tag/view.tag.php but didn't work)
Don't follow me. I'm lost too.



48
blindman
Re: clone article .99 module issue
  • 2006/12/15 9:54

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


I try to use clones of phppp article module.
The original module works fine, I've clonned some modules and installed it. Install procces was OK, articles, categories, topics management is OK, but writer management does not work properly.

My issue is:
I have some article-0.99 clonned module, clone1, clone2, clone3 for say. Seems to manage right articles, categories and topics but when I try to add a writer in clone1, and click the link that open popup selection page (for writer/author), I see the writers from clone3 writer table, and some wrong text constants. I think the page pick the wrong query (because of writers) wrong folder (because of text constants).
I notticed that the last one works fine, last installed. If I uninstall the last one, the second one start to work fine, and the first one still doesn't work.

I use XOOPS 2.2.4, article 0.99, and the last frameworks files (I don't remmember it's number)

JamesSAEP, in your case the error message may come because you search in all module tables, writer table inclusive. And that writer table is empty. I have added with phpmyadmin a writer for cloned module and the error SQL message is gone.
Don't follow me. I'm lost too.



49
blindman
Re: Cant edit theme text
  • 2006/8/5 7:29

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


If you deleted template_c folder content and get blank page, try to update system in admin.
You have to delete db....theme.html.php in template_c folder anyway, for modifications of theme.html to take place. I think the blank page is because of other template file deletion. Just update the system module. It should be ok.
Don't follow me. I'm lost too.



50
blindman
Re: XLanguage and Content Module(V0.5) conflicted.
  • 2006/7/26 5:28

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


TNX for your quick answer. But I use Edito for it's simple structure. Phppp's modules I supposed are compatible with the Phppp's module XLanguage.
Article module is a bit more to complicate for what I need. For simple sections of my site I like simple module like Edito and Content module just like redpine
Don't follow me. I'm lost too.




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



Login

Who's Online

170 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 170


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