51
ajuden
Re: Are multiple news modules possible?
  • 2004/10/13 20:32

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Which news module are you using?...could you send me a link to where you downloaded it from please?



52
ajuden
Re: Count Down
  • 2004/10/13 13:52

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


It sounds like a I can accomplish this task. I'm still really new at actually creating modules, so I may try my hand at this, but it will most likely take me some time. Good thing is, I work almost directly with Ackbarr at my full time job, so help is extremely close.



53
ajuden
Re: Are multiple news modules possible?
  • 2004/10/13 1:22

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


The only way that I can think of to do this, would be to actually change the table names in the php code. Maybe just add another prefix. Let's say that you want 2 copies of the news module. You would need to have two separate directories for the news module under the modules folder.

Xoops
Modules
- news
- othernews (whatever you may want to name this)

Then, after you have two separate folders, you can edit the table names in the copied folder. Let's say that one of your tables is news_articles, you may want to change this to be other_news_articles, or something that corresponds to both the original name and the new name. But, this is all just a suggestion.



54
ajuden
Re:How to allow anonymous users to post in forums whithout login?
  • 2004/10/12 16:37

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Yes, I'm referring to the latest release of newbb 2.



55
ajuden
Re: How to allow anonymous users to post in forums whithout login?
  • 2004/10/12 13:35

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Are you using the original forum module, or are you using the new version of newbb?

For the original forum module:
1. From the admin panel, select Edit Forum
2. Choose the forum you want to edit.
3. Change the Access Level from 'Registered Users only' to Anonymous Posting

For the new newbb forum module:
1. From the admin panel, select Forums
2. Edit the forum that you are wanting to change.
3. Then, right above the Edit button inside that forum's information, you will see a block for permissions. You want to give whatever permissions you are looking to give to the Anonymous Users

Hope this helps!



56
ajuden
Re:Modules Not Showing Up
  • 2004/10/8 21:51

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


I would just make sure that you have at least read access to the files, and execute permissions on the directories. Also, I'm not sure if you have multiple copies of XOOPS on your website, but check to make sure that you have placed the modules in the correct folder.



57
ajuden
Re: Modules Not Showing Up
  • 2004/10/8 20:41

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Do you get any error messages about module files not being found?



58
ajuden
Re: How to change the layout of register form?
  • 2004/10/8 20:07

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Could you send me the web page address? Maybe pm me or something. I will send you my ICQ or other methods to reach me if you would like.

Did you want to show that block on the register page or what?



59
ajuden
Re: How to change the layout of register form?
  • 2004/10/8 19:00

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Here's an idea for you. Open up the file register.php in your main XOOPS directory.

This is the original code that I want you to try changing. It starts around line 286.

Add 2 new lines around these 2 lines of code

include 'include/registerform.php';
$reg_form->display();

New Lines
------------
echo "<div id='register_head'>";
include 'include/registerform.php';
$reg_form->display();
echo "</div>";

Now inside the stylesheet for your theme, you want to add a new style just like this.

#register_head .head {background-color: #ccffff;}

And apply your attributes to the style above
If you want your column to be 200 pixels wide, then change the above style to this.

#register_head .head {width: 200px; background-color: #ccffff;}

Hope this helps, let me know if I can help anymore.



60
ajuden
Re: How to change the layout of register form?
  • 2004/10/8 18:33

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


What do the css rules look like for the head class in your stylesheet? Did you actually type width=200? Or did you type width: 200px;? Is the width that you typed actually in your stylesheet or is it in the php file?




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



Login

Who's Online

260 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 260


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