51
zer0fill
Re: XoopsPoll module questions, answers and needed features!
  • 2004/5/24 1:33

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


I'd like to see
1. The graphic displayed in the block if the user already submitted an answer. There is no point in letting the user try to vote again only to see "You have already voted!"

2. The description if the user clicks on results.
2a. Let the user see the description in a hover box when mousing over the title, similar to vBulletin 3.
2b. Let the user click on the title to see a new page with title, choices, and description.



52
zer0fill
How do I make a forum "Access Level" based on a group?
  • 2004/5/22 11:31

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


XOOPS 2.0.6

I want to create read-only forums where only certain types of groups can reply to a forum. From what I can tell, newBB only has 3 groups (anonymous, admin/mod, registered) for the required access level. Is there an option to have newBB grab the rest of the groups we made ourselves?


Same question when adding users to a private forum (add by group than by user).

Thanks



53
zer0fill
Re: mainfile.php in read only but still can write in it ...
  • 2004/4/14 19:33

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


try deleting the file then re-uploading it with the 444 chmod



54
zer0fill
Re: Anyone else receiving Chi/Japanese Junk mail lately ?
  • 2004/4/6 10:54

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


well i'll be damned. thanks for the reminder



55
zer0fill
Re: Anyone else receiving Chi/Japanese Junk mail lately ?
  • 2004/4/6 4:26

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


The wierdest thing is that I have disabled "Allow other users to view my email address" so i'm not sure how this spammer was able to harvest my xoops-only email. (i know it's XOOPS only because it's in the form of xoops.forum@mydomain.com )



56
zer0fill
Re: Anyone else receiving Chi/Japanese Junk mail lately ?
  • 2004/3/25 20:08

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


sorry to bring back an old thread but I'm starting to get tiwan spam on my xoops-only email. it's coming from t988.com.tw. is anyone else getting this? It has been going on for about a week now and this is my 3rd spam from them.

Full headers
Return-path: <po2073.up168@msa.hinet.net>
Envelope-to: <my email>
Delivery-dateThu25 Mar 2004 03:07:14 -0500
Received
from [218.170.147.42] (helo=msa.hinet.net)
    
by <my mailserverwith esmtp (Exim 4.24)
    
id 1B6PtO-00084t-T8
    
for <my email>; Thu25 Mar 2004 03:07:13 -0500
From
: =?ISO-8859-1?B?wcjAWaRwukqoQg==?=
To: <my email>
Subject: =?ISO-8859-1?B?pcGlzaqruOqkarqmLCCn2qRqwcghIQ==?=
Reply-Toadan788@yahoo.com.tw
Date
25 Mar 2004 16:07:16 +0800
Expiry
-Date31 Jul 2003 20:09:29 +0800
MIME
-Version1.0
Content
-Typetext/html
Content
-Transfer-Encoding8bit
Message
-Id: <E1B6PtO-00084t-T8@www5.`my mailserver`.net>



57
zer0fill
Re: prevent xoops module installer from parsing the templates?
  • 2004/1/16 0:10

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


bad news. it seems the only reason it was working was because i had a clone of the default template before installing the module. now i have to (i think): uninstall module, delete cloned template, re-clone template & set to default, reinstall module, update module so templates take effect.

[edit]
Yep. I had to do exactly that (above) to get it working again. It started going all screwy cause I had to do some changes to the main menu template
[/edit]

i hope there's a new version coming out that just dumps template info to the db rather than parsing/compiling it then dumping it.

[edit]
USE AT OWN RISK: If you use objects in your templates and want to prevent the xoops/smarty error when compiling do the following

Comment out the line (file: /class/template.php ~line 240)
$tpl->fetch('db:'.$file);

it's within the xoops_template_touch() function
I don't know the problems that might occur by doing this
[/edit]



58
zer0fill
Re: HTML Links - How to?
  • 2004/1/15 23:28

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


Ok, i'm starting to feel pretty dumb cause i can't get it working. I cloned default to default2, made default2 the "default" template set and default2 has the check mark next to it.

when i edit system then the main menu block, saving it to the db says it's successful but nothing changed. i tried to update the system module too but no dice either. anyone have any clues why it's not updating but the changes remain when re-editing the block?

thanks

[edit]
i ended up editing the real file to get it working



59
zer0fill
Re: prevent xoops module installer from parsing the templates?
  • 2004/1/9 22:09

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


@skalpa

i traced the check to
$module_handler =& xoops_gethandler('module');
if (
$module_handler->getCount(new Criteria('dirname'$dirname)) != 0
{
    
$modversion['templates'][]['file'] = 'flexsearch_header.html';
    
$modversion['templates'][]['file'] = 'flexsearch_footer.html';
    
$modversion['templates'][]['file'] = 'flexsearch_index.html';
    
$modversion['templates'][]['file'] = 'flexsearch_search.html';
}

Before anyone says anything, PHP automatically increments empty square-brackets []; manually typing in numbers is NOT necessary

now the problem is making sure the user updates the module before using it.



60
zer0fill
Re: Why isn't $smarty.const._SOMETHING work?
  • 2004/1/9 21:36

  • zer0fill

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/12/2


if it's a module, update it so the new templates are added to the database. if you're sure the new templates are being processed, make sure the constants are defined before xoops/smarty is displayed.




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



Login

Who's Online

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


Members: 0


Guests: 257


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