21
wammes
Re: CBB: an usergroup to moderate all my forums
  • 2006/8/16 15:44

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Thank you for your response. Unfortunately I didn't have the time to take a close look.

If someone could point me in the right direction, it would save me a lot of time.


Thanks.



22
wammes
CBB: an usergroup to moderate all my forums
  • 2006/8/15 18:52

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Hello,

I'd like a group to moderate all my forums. I don't need a beautiful solution, just a dirty hack

I took a look at the code and thought if I could modify the function getModerators to get all the users in a certain group it would do the trick.

Can anyone help me with this? Am I right that it would work with changing somewhere the getModerators function? Anybody knows where I find this function getModerators? Anybody knows how I should modify this function?


Thank you very much!



23
wammes
Re: Clone of Content .05
  • 2005/12/14 20:27

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Hello,

any update on this? I'm also looking for a content clone. Anybody already done this?

Search and replace of different tags had no succes for me. I got the clone working, but it gives several white pages.

Thanks!



24
wammes
News 1.4.1 can't choose authors
  • 2005/10/6 19:29

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Hello everybody,

just installes the latest news module. When I post a news item, you can select the autor. But I can only select the anonymous and the admin account (uid=1) there. I think this is very weird. Somebody else experienced this problem?

The other users are all in the webmaster group and I'm almost sure that I have the permissions configured right.
Well they must be right, because I (not logged in by the admin (uid=1) account) can post a news item, but I cannot select myself as author of the news item. I have configured that the real name is shown above the newsitems.


Thanks in advance!



25
wammes
Re: Can't change password
  • 2005/10/6 18:01

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Barry,

thank you for your answer... I must have been blind!

Too bad one can't change their password from the edit account link from the usermenu anymore.

Thank you very much!



26
wammes
Can't change password
  • 2005/10/5 18:17

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Hello everybody!

I finally got myself a XOOPS 2.2.2 website. I added three users manually, but if the users go to edit account, they can't change their password.

Looked all over the place where to enable the users to change their password themselves. Can't find it. Can somebody help me?

thanks in advance!



27
wammes
Re: Modifying Main Menu Navigation
  • 2005/2/15 18:57

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


You could easily create a custom block for achieving this. Goto system admin, blocks. On the bottom of the page you can create your own block. Use the same html structure as it generates for the mainmenu. This way all the menu's look the same. The only drawback on this is that you create a static menu not a dynamic like the main menu and usermenu.



28
wammes
Re: How do I Change the Admin Theme?
  • 2004/12/30 20:57

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Currently you cannot change the admin theme. I believe ralf57 made once a hack that gives the admin section another look:
https://xoops.org/modules/news/article.php?storyid=1791

you could try it if you don't like the admin theme



29
wammes
Re: Fatal error openingrequired....
  • 2004/12/30 20:53

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Lars,
this will probably not be the cause, but to be sure...

could you make sure you uploaded the following files:
in the /include directory: common.php
in the /class directory: xoopsblock.php, template.php

and how big are those files? I mean they should be bigger than 0kb
Because there could have gone something wrong while uploading the files...


Otherwise it might be something with the configuration of xoops. You could check the settings in mainfile.php I believe. But if something is wrong in mainfile.php you'll get a lot more warnings.


Good luck!



30
wammes
Re: 1 module, multiple mainmenu items?
  • 2004/12/28 18:12

  • wammes

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/1/3 1


Gentlemen,

thank you all for your input.

Carnuke: The FAQ answer is very clear to me, but it is still not really what I want. The menu items must be dynamic, like the submenu's in the edito module. For each article added by users a new link in the mainmenu. The FAQ helped me moving my focus from xoops_version.php to the main menu template. I decided to add some dirty code in the mainmenu:
....<!-- end module menu loop -->
<{
php}>
global 
$xoopsDB;
echo(
"<table cellspacing="0"><tr><td id="mainmenu">");

$sql $xoopsDB->query("SELECT groepid, naam FROM ".$xoopsDB->prefix("sgminhoud_groep")." WHERE inmainmenu = 1");

while (list(
$groepid,$naam)=$xoopsDB->fetchRow($sql))
        {
echo(
"<a class="menuMain" href="/modules/sgminhoud/groep.php?groep=".$groepid."">".$naam."</a>");
        }

echo(
"</td></tr></table>");
<{/
php}>
    </
td>....


By putting the php code in the main menu I don't have to add the links manually. When a new 'groep' is made, the mainmenu will be updated automatically. The only drawback is all the links are always on the bottom of the main menu list. But I can live with that.

Once again: thanks for the feedback!




TopTop
« 1 2 (3) 4 5 6 ... 9 »



Login

Who's Online

216 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 216


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