31
Jack404
Re: Webmaster Title (newbb)
  • 2004/3/15 4:17

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


It's not hard coded in any of the files. Go to Administration > System Admin > Groups. From here, edit the Webmaster group by clicking the edit link. On that page, in the text box, replace Webmaster with the title that you wish to give your Webmaster group.

Voila!



32
Jack404
Re: global xoopsUser?
  • 2004/2/22 2:42

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


I'm not sure if this is it, but xoopsUser is actually an array of information, I believe.

You'll want to use the global command like this:

global $xoopsUser;


Instead of xoopsUser, you'll notice that it is $xoopsUser. I hope this helps!

Also, make sure you have the correct include(); lines at the top.



33
Jack404
Re: Xoops logo font
  • 2004/2/9 4:40

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Wahoo!



34
Jack404
Re: Xoops logo font
  • 2004/2/9 4:36

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


If you find the font download, could you post a link to it?

Thanks in advance.



35
Jack404
Re: Forum Icons?
  • 2003/10/19 20:06

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


I'm not sure if the code is actually in there for this type of thing already, but I know that in XOOPS v1, these buttons were used in the forums. The person who made the new XOOPS v2 icons probably just included the images in there because they existed before, but the code may not be in there.

I'll go take a look right now to see



36
Jack404
Re: Blank Page for Registered Users Only - Details Inside
  • 2003/10/19 20:02

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Thanks for the reply, Onokazu!

Before you replied, I tried to go in as a webmaster and change the theme to the default XOOPS one and then switch it back; that seemed to rectify all the problems.

I'll be sure to use that fix if it happens again!



37
Jack404
Blank Page for Registered Users Only - Details Inside
  • 2003/10/18 22:36

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Any Webmaster and Anonymous User can access all parts of my site fine, but registered users get this message when trying to call up any page:

Warning: filemtime(): Stat failed for /theme.html (errno=2 - No such file or directory) in i:\ptownvoice\class\smarty\Smarty.class.php on line 1650

I checked group permissions, so they couldn't have been accidentally reset.

My smarty.class.php file has the following on line 1650:

$template_timestamp = filemtime($resource_name);

Any ideas as to how I would go about fixing this? Any and all information is greatly appreciated!



38
Jack404
Re: How to change default group when user registers
  • 2003/10/18 1:52

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Quote:

onokazu wrote:
This cannot be changed, unfortunately. The users are always registered to a group with an ID defined for XOOPS_GROUP_USERS in mainfile.php of your site.


All you'd have to do is change the XOOPS_GROUP_USERS value to the new default group number, theoretically. I'm not sure if this would mess anything up in the XOOPS core, but I think that should do the trick.

Good luck!



39
Jack404
Re: Forum moderator cannot delet posts
  • 2003/9/25 23:32

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


I fixed this a while back in my personal copy of XOOPS; all you need to do is open up your template for newbb_thread.html and change where it says <{if $xoops_is_admin == true}> and make it say <{if $viewer_is_admin == true}>.

Tadah!



40
Jack404
Re: XOOPS2: Private Messages Question
  • 2003/8/21 3:00

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Got it!

I added these lines after line 34 of pmlite.php:

// Begin Hack
$message = $HTTP_GET_VARS['message'];
$subject = $HTTP_GET_VARS['subject'];
// End Hack

Now it works!




TopTop
« 1 2 3 (4) 5 6 »



Login

Who's Online

218 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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