274381
comegona
Glossary module
  • 2004/1/31 2:19

  • comegona

  • Not too shy to talk

  • Posts: 165

  • Since: 2003/11/9


Hello
Is there any update on a new version of the Glossary module?
I saw some posts where it was being hacked but is there a version out where I can add images and links etc..



274382
Fireater
Re: ability to add extra fields to the user profile
  • 2004/1/31 1:30

  • Fireater

  • Friend of XOOPS

  • Posts: 65

  • Since: 2002/1/4 1


Dynamic User Fields is a Old Story on Feature Request

It has been asked for many times before as early as during the very first version of Xoops!

But, I believe the Dev Team has come around to include this feature in XOOPS 2.6.. Lets hope so
That would be a smash!!

Check this out!!:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=3486&forum=10#forumpost14135



274383
jamieh
Re: #include style command for custom blocks
  • 2004/1/31 1:29

  • jamieh

  • Just popping in

  • Posts: 4

  • Since: 2004/1/24


Thanks, I think that will help.



274384
Catzwolf
Re: WF-Sections v2 Preview
  • 2004/1/31 1:27

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

carnuke wrote:
... Getting a word in edgeways !!

Jack, If I wrote about what doesn't work, I'd burn me fingers off

Catz, ( a few miles back... thanks for the assurance and gurantees re the upgrade He..He.., don't run away now...

Richard


I know I know I know!

I said when this version comes out you will have something to write home about, I will keep to my promise on this one

It will be well worth the wait honestly



274385
ozboof
Re: Bug in newBB Recet Topics' Block
  • 2004/1/31 1:25

  • ozboof

  • Friend of XOOPS

  • Posts: 67

  • Since: 2003/10/28


I have tried the the suggestion above but seems to make the block dissappear .

maybe im having one of them days where nothing works

but could some tell/show me the exact lines etc to edit
As to be able to get date or poster in the recent post table in the short version of *Recent topics* block
as it this stage the recent post colum is empty



274386
Catzwolf
Re: Best for articles management
  • 2004/1/31 1:23

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

charpres wrote:
So, in hunting around for a while it seems that you can find xfsection, xfsections, and XF-Sections. Further, that XF-Sections 1.04 is a temp bug-fix version of WF-Sections that was called XF-Sections so it wouldn't be confused as an upgrade to WF-Sections and that when 2.0 is released, it will go back to be called WF-Sections. Is this correct?

Don't know why I am confused, it all makes perfect sense.


I'm not sure about the xf and XF, but I do know whats happening with WF-Sections. I'm sorry but I had to point this out to you as I felt it unfair considering that XF-Sections is WF-Sections.

Quote:

Further, that XF-Sections 1.04 is a temp bug-fix version of WF-Sections that was called XF-Sections so it wouldn't be confused as an upgrade to WF-Sections and that when 2.0 is released, it will go back to be called WF-Sections. Is this correct?


No, Infact XF-Sections was forked and released without my permission. I agree that this was party my fault and was due to the fact that I have not released a bugfix version of WF-Sections. So really XF-Sections is nothing to do with my stable of modules and is not supported by me and never will be.

So those who have installed XF will not have support from me when I release version 2. Sorry.

I would also like to point out that I hold no animosity to the author of XF



274387
Grimoire
xoops chat module issue
  • 2004/1/31 1:21

  • Grimoire

  • Just popping in

  • Posts: 33

  • Since: 2003/11/18


I installed XOOPS chat but when a member enters anything in the input field, its displayed 1 character per line. for example if user 'tom' types 'hello' it looks like this when displayed in the chat box:

<tom> h
e
l
l
o

I am using the default settings for the module.

Any help appreciated



274388
sunsnapper
Re: LINK POPULARITY for high S/E ranking

Here's another thought on MyLinks. Create a block that can list links in a specific category. For example, a block that shows links from a "Reciprocal Links" category.

Add to that the ability to have the block be the admin's choice of the Top 10(x) "Most Popular" or "Most Recent" or "Top Referer" or simply "Randomly Rotated".

Randomly Rotated, in particular, might help you avoid losing your Google Rank for being in a Link Farm/Affiliate Program.



274389
fatman
Re: $xoopsDB help please...
  • 2004/1/31 1:18

  • fatman

  • Friend of XOOPS

  • Posts: 176

  • Since: 2003/12/13


Found my own fix.. sort of.

A small adjustment to how I execute query solves my problem above.

full code example
foreach ($_GET as $k=>$v)
{
    
$str "$k=$v|";
}
if ( 
$str == '' )
{
    
$str 'executed and nothing received';
}

$sql 'INSERT INTO '.$xoopsDB->prefix('ks_transaction_log');
$sql .= " ( trans_str ) VALUES ('$str')";


// *****  this way didn't work
// $result = $xoopsDB->queryF($sql);

// this way did work
if ( $xoopsDB->queryF($sql) )
{
    echo(
'trans_str logged.');
}



274390
Catzwolf
Re: Best for articles management
  • 2004/1/31 1:15

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

brash wrote:
Quote:

WF-Sections is not a core module as yet, it will be as from XOOPS v2.6.0.


2.6.0??

Or do you mean 2.0.6 Catz? I've been hanging for development of this mod (wf-section) as I think it has one of the greatest potentials of all XOOPS modules. Anyway, I thought it wasn't to become core until 2.1.0, but I guess you just can't wait for a good thing .


LOL No I mean 2.1.0 It will be released well before then







Login

Who's Online

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


Members: 0


Guests: 136


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