31
bbgds
Notification Options
  • 2004/11/4 21:42

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Hi....

My Notification Options blocks are gone. Where would I go to make sure they didn't get turned off somehow?

I've allready verified in the preferences for the modules. Is there anyplace else?



32
bbgds
Re: Help! I'm locked out of my Admin!
  • 2004/10/30 21:38

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Problem solved.

Ideleted the criteria.php I had online, and replaced it with the original version (don't know why I didn't think of doing that first.) Guess criteria.php was suffering from an identity crisis.



33
bbgds
Re: Help! I'm locked out of my Admin!
  • 2004/10/30 20:11

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


I've read through the forums on this issue, and have tried many of the fixes. Nothing seeems to have done the trick

-I don't use a firewall in the browser that I generally use to access Xoops

-Cookies are accepted

-I even went into PHPMyAdmin and emptied the Xoops-Session database.

I have a backup, but it's from a couple of weeks ago, and I'll lose a lot of work. I'd really like a fix on this without have to weenie out and install the backup.

Please help me....



34
bbgds
Help! I'm locked out of my Admin!
  • 2004/10/30 18:57

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Hi....

I'm having trouble on my sites. I'm locked out of my admin, when I try to enter it says I don't have permission. I also seem to be having a problem switching between modules in the public area of the site. It automatically logs me out everytime I move from one module to another.

I've been dealing with a problem with xHelp, and I overwrote my class/criteria.php with a newer version. There seems to have been an error in it, and it took my site down. So I replaced it with the old criteria.php, and I suspect that is the culprit, but if the old file is up, I can't imagine why it would be causing this. It's almost like the site isn't recognizing the sessid. I worked on my site wothout a hitch last night afterwards, but I didn't need to log in again until today.

Somebody please tell me how to fix this....



35
bbgds
Re:Are multiple news modules possible?
  • 2004/10/29 20:18

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Kahumbu....

I got tired of waiting around for approval that will likely not come at all, and decided to start work on my own news site athttp://nationalnewsregister.com

I don't have any content yet, except some that I snagged for testing purposes.

Anyway, I started to modify the Topics Block, but I haven't really gotten anywhere with it. Here is the code I have for the block so far....

----

<div align="center"><h4>World Events</h4></div>
<ul>
<{foreach item=news from=$block.stories}>
<li><a href="http://<{$xoops_url}>/modules/news/index.php?storytopic=2&storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<li><a href="http://<{$xoops_url}>/modules/news/index.php?storytopic=2&storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<li><a href="http://<{$xoops_url}>/modules/news/index.php?storytopic=2&storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<li><a href="http://<{$xoops_url}>/modules/news/index.php?storytopic=2&storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<li><a href="http://<{$xoops_url}>/modules/news/index.php?storytopic=2&storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<{/foreach}>
</ul>

----

I'm only working with one category right now till I get it figured out. But the stories don't actually display. (I don't think I'm there yet on the code.) Any suggestions you could give me?



36
bbgds
Re:Undefined Constant in Webalizer
  • 2004/10/25 5:54

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Fredski....

Do you have the same problem that I do, with the graphs not loading?



37
bbgds
Real Television Module
  • 2004/10/25 5:52

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Has anybody managed to get this module working? It looks like somebody put a lot of work into this,and it has a lot of potential. It looks like you can customze just about everything, players, channels. But I can't get it to load the player on the page, and in the admin section, where I should be able to customize the channels, I get the following error:

Fatal error: Call to a member function on a non-object in public_html/dev/modules/tv/class/class.tv.php on line 213.

Is anybody else having this problem with the mod?



38
bbgds
Re:Are multiple news modules possible?
  • 2004/10/20 6:45

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Nice looking site :)

Admittedly, I never used, or even looked into the topics block. So it creates a seperate block for each topic, showing the 5 latest articles, like those 6 blue blocks you had toward the lower/middle of your front page? I suppose that, with multimenu could work, and save me a lot of coding time. Thanks for the advice. I'll try that first (although I'mstill waiting on approval.)



39
bbgds
Can Xoops default to an SSL Login?
  • 2004/10/16 23:24

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Hi....

I'm in the process of securing my site with SSL. I was wondering if there was a way to set the login block to default to logging in using SSL encryption?

If my whole site is in anhttps://domain, is there a way to secure the login as well?

I know just enough about this stuff to be dangerous, but not enough to be really knowledgable.

Any advice anybody could give would be greatly appreciated (and informative.)



40
bbgds
Re:Are multiple news modules possible?
  • 2004/10/15 20:04

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Quote:

rowdie wrote:
I had another look at your site and I don't actually think you need multiple news modules. Just make a topic for each section of your site and use the display layout 'By Topic'. I think this feature wasn't in the version of news that you have. Then I'd look at using multimenu, put direct url links to each of your topics in there and use that instead of the main menu.

You may still need to play with the news templates a bit to get it to look like your old site, but it shouldn't be too difficult to do.

Rowd


Is multimenu a module, or a feature in News 1.21?

The hurdle I would have if I went this direction, is being able to make a recent news block for each topic.




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



Login

Who's Online

109 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 109


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