231
karedokx
Improving the Xoops Standard Template Layout
  • 2004/11/9 1:51

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


Currently the Xoops' template layout is as follow:

Resized Image

Is it possible to improve it to be like this:

Resized Image

By doing that I can have the Latest Comment block, for example, at the bottom of the page (utilizing the full width of the center column area).

Currently most of the XOOPS site use the:
leftcolumn | centerCcolumn | rightcolumn

which probably due to the limitation above.



232
karedokx
Re:looking for a module
  • 2004/10/26 15:12

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


wf-channel module from wf-projects.com provide the "link to us" feature too.



233
karedokx
Problem in "User Info Settings"
  • 2004/10/25 18:39

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


I changed the setting (for the first time) of the "Select activation type of newly registered users" from "Required Activation by User" to "Active Automatically", HOWEVER now I can't change/switch back the setting to "Required Activation by User". No matter setting I choose and hit GO, the setting remains "Active Automatically" now.

Note: I use XOOPS ver 2.0.7 with Koudanshi's PHPBB (hack).

Really appreciate any help on this. Thanks!



234
karedokx
Re: Member Lists Module
  • 2004/10/18 12:08

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


i am sorry, i don't understand. the search result gives me the following url (the same with search page): .../modules/xoopsmembers/index.php.

how can i give the search result address in my menu? can you give me a more detailed step?

thanks.



235
karedokx
Member Lists Module
  • 2004/10/18 8:57

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


i have done the search but can't find what i'm after.

i only need a module to show the current registered users in my website. the available xoopsmembers module requires us to hit the search button to show the list of the members.

is there any hacks/small modification to the existing xoopsmember which directly shows the member list or any other modules which do the job?

i found module like xroster have the member group list feature, however the member of the group need to manually generated (can't read it directly from the available registered users)?

thanks in advance!



236
karedokx
Re:myReviews v2.1 module update!
  • 2004/10/17 12:30

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


after i complete my article module for my website using the wf-sections (and still waiting desperately for liquid to complete and publish the bug fixes to the current beta), i plan to start working on (movie) reviews feature in my website.

really hope myReviews and wf-sections can work together and don't have any conflicts



237
karedokx
Re: Why can one module conflict with the other(s)
  • 2004/10/17 10:17

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


thank you!

i have changed the "modules/soapbox/include/storyform.inc.php" to include_once XOOPS_ROOT_PATH . "/class/xoopstree.php";

now everything work fine. thanks once again.



238
karedokx
Why can one module conflict with the other(s)
  • 2004/10/16 15:36

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


i posted an error i found (in wf-section) to wf-projects forum, but decided to post it again here as it might not really relate with wf-section.

i installed the latest beta version of wf-section several weeks ago and just noticed that my soapbox article form submission is now not functional again, with the following error message (from php debug):
Fatal error: Cannot redeclare class xoopstree in c:\inetpub\wwwroot\xoops\html\class\xoopstree.php on line 33

[note: turning off the wf-section module make the soapbox form submission (modules/soapbox/submit.php?op=add) functions well again]

where/what has gone wrong? how could a new module installation can cause the other (previously installed and work fine) module(s) become not functional? (how can we prevent this?)



239
karedokx
Online Stories Module
  • 2004/10/5 8:54

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


I am looking for a Stories module, haven't found one that really suit my requirement.

I want to allow my website members to post stories (fan fiction stories). Probably something likes SoapBox, there will be list of stories, and in each story it will consist of chapters of the stories (it should have the link to the available chapters etc.).

Is this kind of module available?

Thanks.



240
karedokx
Re: Code crashing IE
  • 2004/9/29 6:55

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


Just FYI. I face the same problem, however the crash is intermittenly occurred in my IE.

Hervé provided the following resolution in dev.xoops.org:
"If you can, try this.
Edit the file /xoops/modules/news/include/storyform.inc.php

You have the choice, you can replace one of the two following lines.

replace the line :
$sform->addElement(new XoopsFormDhtmlTextArea(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden'), true);

with :
$sform->addElement(new xoopsFormTextArea (_NW_THESCOOP, 'hometext', $hometext, 15, 60), true);

or replace the line :
$sform->addElement(new XoopsFormDhtmlTextArea(_AM_EXTEXT, 'bodytext', $bodytext, 15, 60, 'bodytext_hidden'), false);

with :
$sform->addElement(new xoopsFormTextArea (_AM_EXTEXT, 'bodytext', $bodytext, 15, 60 ), false);"

I'll give it a try.





TopTop
« 1 ... 21 22 23 (24) 25 26 27 »



Login

Who's Online

229 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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