21
voltan
Re: tag module
  • 2011/2/27 14:57

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


you still have problem whit xoopspoll module?
I don't like user side templates of this module and I think about add tag module support . we need tag support ?

and the other problem is select poll block . perhaps users want have some different polls in some blocks . we need option for select poll in block edit option .

some of options of umfrage is good for add in module .

and I must change templates of xfaq module and work on content module and I like add option for Related posts in tag module . which other modules we must change?

it poshibel fo us to have team for work on modules?

22
Mamba
Re: tag module
  • 2011/2/27 14:57

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


OK, it seems like the XoopsPoll is working now, so give it a try (download from here. But there will be a clean-up later, especially with the translation variables names, as it it right now a little bit messy.

However, I have a question. In the index.php (line 81) there is code:

$voted_polls = (!empty($HTTP_COOKIE_VARS['voted_polls'])) ? $HTTP_COOKIE_VARS['voted_polls'] : array();

I tried to update it with:

$voted_polls = (!empty($_COOKIE['voted_polls'])) ? $_COOKIE['voted_polls'] : array();

but it's not working properly.

This is what is happening:
- I vote in a Poll #1
- I uninstall the XoopsPoll, and install it again.
- I set up the Poll #1
- Even if the poll is empty, XoopsPoll is telling me that I already voted.

I look at the cookies and it seems like they remain there. When I switch back to the original code, everything is OK, i.e. the cookies get cleared.

Any idea?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

23
Mamba
Re: tag module
  • 2011/2/27 15:14

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
I don't like user side templates of this module and I think about add tag module support . we need tag support ?

Hmm, I don't think that it's critical for it.

Quote:
and the other problem is select poll block . perhaps users want have some different polls in some blocks . we need option for select poll in block edit option .

I never heard of the need for it.

I prefer to follow 80:20 rule, i.e. focus on 20% features that will cover 80% of the people

Quote:
some of options of umfrage is good for add in module .

Let's make a list, and give for discussion here

Quote:
and I must change templates of xfaq module and work on content module and I like add option for Related posts in tag module . which other modules we must change?

There is bunch of them yet remaining. I would like to see soon final versions of:

- ForContent
- xNews
- extGallery
- xFAQ
- CBB/Newbb 4.03

And once we finalize:

- XoopsPoll
- Mylinks
- Tag
- Marquee
- extCal
- MyMenu

then we should be getting closer.

Quote:
it poshibel fo us to have team for work on modules?

We are the team!

But I hope that other people will join us!
Please don't be shy - let's finalize the modules and create "XOOPS Basic Modules Pack", so we can then move to create modules for XE
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

24
jcweb
Re: tag module
  • 2011/2/27 15:37

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


I did download the xoopspoll module, so i can and will translate it to german. Please tell me, the part of the about.php and slideshow module in the admin.php is this a part of the new xoopspoll version or is it wrong there?

Are someone able to change to topic of this thread (tag module). You talk over lot of things, but not the tag module

Where should i send the german lang file?

Andy

25
Mamba
Re: tag module
  • 2011/2/27 15:47

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Andy, thank you so much for your offer to translate XoopsPoll, but I would still wait with it. The English language files are a little messy right now, and I don't want to waste your time.

I would prefer to focus on testing the functionality, and then I'll clean up the language files, and get it ready for translations.

Is it OK?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

26
timgno
Re: tag module
  • 2011/2/27 16:59

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


When I click on some tag in "Tag Cloud" block, I get a blank page, why?

27
jcweb
Re: tag module
  • 2011/2/27 18:11

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


@mamba
Absolutely ok! I have the language files more or less ready, i will wait for the final version. Iy you or the team have more modules to translate, tell me please, i will do that!

Andy

28
Mamba
Re: tag module
  • 2011/2/27 18:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks Andy! Very much appreciated!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

29
timgno
Re: tag module
  • 2011/2/27 18:34

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


In tag_block_cloud.html template there is a line of code:
<link rel="stylesheet" type="text/css" href="http://www.txmodxoops.org/modules/tag/templates/style.css" />


that is not good for seo in that place, should be in the head tag theme

I tried to insert this:
$GLOBALS["xoTheme"]->addStylesheet('modules/tag/templates/style.css');


block.php in, but does not work, there is another way for this?

The Tag Cloud Block is visible for all pages

timgno

30
voltan
Re: tag module
  • 2011/2/27 19:27

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


please download last SVN version . I changed style.css dir from modules/tag/templates to modules/tag/css and added style like in block.php




Login

Who's Online

167 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 167


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