11
anlace
Re: Where Can I Edit the "Lost Password Page?"
  • 2004/8/2 17:35

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Thank you, that's where I can change the verbiage but where can I change the contents of the block "Lost Your Password?" on the page?

Gail



12
anlace
Where Can I Edit the "Lost Password Page?"
  • 2004/8/2 17:13

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Greetings,

I need to change the lost password dialog. Users that access the web site I'm working on do not set their own passwords. I need to change the page to read "Please email for your password etc" instead of the current option which is to change the password. What is the name of the .php file that I can edit to change this? I'm going to keep looking and of course I will post my findings.

Ideally, I would like to have something in the page that would simply email their existing password to them but I do not know how to write php.

Thanks for any and all help!

Peace,
Gail



13
anlace
Re: Is It Possible to Get Rid of Floating Module Menus in Admin Pages?
  • 2004/8/1 19:15

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


I answered my own question. The admin floating menu is in an external JavaScript called layersmenu.js. Deleting this file took away the floating menus and as far as I can tell deleting it is not having any adverse affects.

Hope this helps others that might have the same question.

Peace,
Gail



14
anlace
Re: How Do I Deny Read Access to Anonymous Viewers While Keeping Topics Visible?
  • 2004/8/1 18:31

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Thank you for your reply but this did not answer my question.

How Do I Deny Read Access to Anonymous Viewers While Keeping Topics Visible?

I want anonymous viewers to see the all the Topics with "The Scoop" (or article synopsis) and when they click on "read more" they will get a message that says they don't have permission to access the article.

Your solution gives the anonymous reader the ability to read articles on whatever topics I give them permission to read. This is not the same thing.

Maybe it's not possible to do what I want to do with the News module.

Peace,
Gail

Added Later:
Problem solved! I changed the option News > Preferences > Restrict Topics on Index Page? from Yes to No and now it works exactly as I wanted it to.



15
anlace
Is It Possible to Get Rid of Floating Module Menus in Admin Pages?
  • 2004/8/1 18:22

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Good Afternoon,

Can this be done? I'm searching for the style sheet that probably handles this but no luck so far. I also seem to be the only one that's asked this question, can't find this in the forums.

Mucho Thanks!
Gail



16
anlace
How Do I Deny Read Access to Anonymous Viewers While Keeping Topics Visible?
  • 2004/8/1 0:45

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


I'm back with another question, the good news is I'm almost finished with this beast.

One last thing . . . . how do I deny read access to anonymous viewers while keeping news topics visible with News 1.2 module? The idea is to give them a tidbit so they'll want to subscribe. I thought that I had this set up right at one point but it's not working this way now.

As usual I will worship the ground you walk on if you help me (eek I've been sitting here too long).

Thanks,
Gail



17
anlace
Re: How do I Add New Pages Without Using a Module?
  • 2004/7/31 21:29

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


I just came back to post this and saw your reply. I searched the forums first and didn't come up with anything . . . . obviously I didn't use the right key words.

Here is what I found that helped me with this - XOOPS for Dummies! Thank goodness for stuff like this, it's a huge help because although it would be nice to wake up one morning knowing everything there is to know about something new, the truth is that we all go through a "dummy" stage! Some of us are just not as quiet about it as others

http://www.macambridge.com/dummies/

James, you're a saint!

Peace,
Gail



18
anlace
Re: Need help narrowing down blank page issue
  • 2004/7/31 21:19

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Maybe you need to check permissions on the server, that might be what keeps you and your friend from accessing your pages.

Good Luck!
Gail



19
anlace
How do I Add New Pages Without Using a Module?
  • 2004/7/31 19:47

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


I have a feeling this is an easy one and I'm just not seeing it . . . . I need to add two pages with static content and I wish to keep all the rest of the side blocks/modules intact within those pages. I am using MultiMenu (nice!) to provide links, so which .php page do I clone for this?

I want it to look like this: Clicking on the MultiMenu link takes you to a page containing only an online "About Us" info page or to a static printable/downloadable pdf form. I don't want any other content on those pages outside of the navigation and info modules/blocks on the sides.

Thanks for any help!
Gail

PS This forum is the best! When I am no longer buried in my work, I plan to contribute however I can to it.



20
anlace
How Would I Modify News Topics to Display in 4 Columns?
  • 2004/7/30 23:48

  • anlace

  • Just popping in

  • Posts: 43

  • Since: 2004/7/27


Greetings,

How might I modify the file news_block_topicnav.html to display topics in 3 or 4 columns? I'm not sure how to make it display the next record in each cell. I tried the modification below, I got four columns alright but the same topic came up in each of the 4 cells across each row. This is probably something simple but I don't get it . . . .

This is from the News 1.2 module.

Thanks for any and all help!
Gail

<table cellspacing="0">
<tr>
<td id="mainmenu">
<{foreach item=topic from=$block.topics}>
<a class="menuMain" href="<{$xoops_url}>/modules/news/index.php?storytopic=<{$topic.id}>"><{$topic.title}></a>
<{/foreach}>
</td>
<td id="mainmenu">
<{foreach item=topic from=$block.topics}>
<a class="menuMain" href="<{$xoops_url}>/modules/news/index.php?storytopic=<{$topic.id}>"><{$topic.title}></a>
<{/foreach}>
</td>
<td id="mainmenu">
<{foreach item=topic from=$block.topics}>
<a class="menuMain" href="<{$xoops_url}>/modules/news/index.php?storytopic=<{$topic.id}>"><{$topic.title}></a>
<{/foreach}>
</td>
<td id="mainmenu">
<{foreach item=topic from=$block.topics}>
<a class="menuMain" href="<{$xoops_url}>/modules/news/index.php?storytopic=<{$topic.id}>"><{$topic.title}></a>
<{/foreach}>
</td>
</tr>
</table>




TopTop
« 1 (2) 3 4 5 »



Login

Who's Online

79 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 79


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