61
hightyde
Re: Can't delete banners
  • 2003/12/5 21:06

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Thank you.

How do I make it active again? Unlike the active banners listing, there is no "edit" link on the expired banner listing.

Do I re-submit the banner again and then edit/delete it while the banner is still active? Would that get rid of both the new active listing and the old expired listing?



62
hightyde
Can't delete banners
  • 2003/12/5 20:24

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


xoops 5.0.1 on shared *unix.

Can't delete expired banners do matter how many times I tried, it still shows up in the admin -> banner screen as an expired banner.

I can delete (and edit) banners that are still active, but I can't delete banners that have expired.

Have searched the forum and was told by prior posts that problem was fixed in earlier versions. Don't know what i'm missing. Please help. Thank you.



63
hightyde
Re: Lykos Blocks 1.2
  • 2003/12/1 9:33

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Quote:
There is a glaringly obvious bug...


Thanks, lykoszine. I for one am extremely thankful that your coding skill is such that this bug is "glaringly obvious" for you. And that I no longer need to "try" to find it, because I still have no clue where it is located.

Thanks again for this excellent block. I look forward to the new update.

And your planned admin config feature sounds great! Can't wait!



64
hightyde
Re: Lykos Blocks 1.2
  • 2003/12/1 9:21

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Sorry, lykoszine, my mistake... I have not changed any directory, only the name changes via admin -> modules.

I can't show you the stats block display because it's set viewable on our live site only for the admin. We can't display it publically until it's showing properly on our website. Kind of a catch-22, I know. Sorry about that.

I'm still playing with it to see if I can figure it out. I've just deleted to following code snippet from file "b_lykos_blocks_stats.php" because I didn't want it to show the stats for our news module:
Quote:
if($myrow['dirname']=='news') {
$resultn = $xoopsDB->query("SELECT storyid, counter FROM ".$xoopsDB->prefix("stories")." WHERE published<".time()." AND published>0 ORDER BY storyid");

$thecount=0;
$total=0;
while (list($id, $hit) = $xoopsDB->fetchRow($resultn)) {
$thecount++;
$total+= $hit;
}
$links['name'] = $myrow['name'];
$links['hits'] = $thecount;
$links['total'] = $total;
}

Interestingly enought, here's the resulting display:
Quote:
Directory 34 592
Directory 34 592
Directory 34 592
Directory 34 592
Directory 34 592
Directory 34 592
Directory 34 592


I noticed that both times the block displayed a total of 7 lines. Could it have anything to do with the fact that my main menu show a total of 7 links, in addition to the HOME link (there's acutally 8 modules that are active, in addition to the "systems" module), but only 7 is set to display on the main menu.



65
hightyde
Re: Lykos Blocks 1.2
  • 2003/12/1 7:42

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


No I haven't cloned any modules, but I did change the directory name (from modules/mylinks to modules/directory) as well as change the modules's names (via admin -> modules) from Mylinks to Directory and News to Site News.

So the actualy block display becomes:

<snip>
Directory 34 592
Directory 34 592
Site News 20 997
Site News 20 997
Site News 20 997
Site News 20 997
Site News 20 997
</snip>



66
hightyde
Re: Lykos Blocks 1.2
  • 2003/12/1 5:31

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Great block, Lykoszine.

One small problem to note in the stats block... it's repeating a number of stats. Here's what it reads:

Quote:

Items Hits
Mylinks 34 592
Mylinks 34 592
News 20 997
News 20 997
News 20 997
News 20 997
News 20 997
133 users, with 1591 posts


I'm running latest XOOPS 2.0.5.1



67
hightyde
Re: Poll Bug - If you edit you get same response
  • 2003/11/29 7:55

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Same here! Running 5.0/5.0.1. Won't save the edited poll options/color picks. It's really frustrating. Anybody know a fix? Thanks!



68
hightyde
Re: Rename modules folder, is it possible?
  • 2003/11/28 7:53

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Because some of the URL may be hardcoded in the files, you should also do a search of all the file in that particular module and replace it with the new URL.

For example, in the "old_module_name folder"... search for the phrase "modules/old_module_name", and replace it with the phrase "modules/new_module_name".



69
hightyde
Re: I need a classified module
  • 2003/11/3 7:30

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Great! Thank you.



70
hightyde
I need a classified module
  • 2003/11/3 5:59

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


There seem to be quiet a few classified modules for XOOPS 1.3.x, but I can't find any for XOOPS 2.0.x.

Can anyone recommend a classified module that works with XOOPS 2.0.5? Thank you.




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



Login

Who's Online

243 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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