21
pcracer
Re: Duplicate Templates Disappeared
  • 2004/1/5 4:17

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


Thx! I too thought that might be a possibilty & did both, still no difference...

I've thought about re-uploading the whole deal or maybe just the system/core folders & updating again. Just afraid I might lose some other hacks/updates.

Another thing I've noticed is when I add/delete a Module, the Admin Icons swap positions...I thought the System Icon was pretty much always the 1st one.




22
pcracer
Duplicate Templates Disappeared
  • 2004/1/4 22:26

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


Not sure exactly what happened, but I just noticed that my duplicate templates have all gone.

I did a php debug & get the following error

Fatal error: Call to a member function on a non-object in /modules/system/admin/tplsets/main.php on line 93

My default templates show only the last 2 modules I recently installed & nothing else @ modules/system/admin.php?fct=tplsets

The duplicates do show up in the db & i can access/modify them thru the modules/system/admin.php?fct=blocksadmin

I have also updated every module including the system to no avail.
Running the latest 2.0.5.1

Any ideas?


-------------------------
http://pcracer.net/pcr



23
pcracer
Re: PM notification hack. . .
  • 2003/12/5 2:35

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


Quote:

hamilton wrote:
This is nice and easy. Thanks for the tip. I've already put it in place. Thanks again!


Ditto!

Sweeet & Simple...works like a champion!

THX!



24
pcracer
Re: Help - MyADS Problem,,, (or bug?) - 1000 mail send
  • 2003/11/29 18:35

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


many thanx jlm69!

that's what we needed...




25
pcracer
Re: MyAds Problems
  • 2003/11/29 18:11

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


thx builderb! been looking long & hard for this fix...wasn't aware of another thread on this subject til i was bored today & was looking @ all the threads in this section. i just went back to the other thread & noticed it had been slipped in above the original requests for a fix & the english isn't so good & it's very easy to miss...yours is a much better explaination btw

original thread...
https://xoops.org/modules/mydownloads/singlefile.php?com_mode=flat&com_order=0&lid=458&cid=24



26
pcracer
Re: Scrolling Headlines
  • 2003/11/29 17:59

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


here's a basic hack i used in my headlines module to scroll all my rss feeds...continuos scroll.

<marquee id="scroller" scrollAmount=1 direction=up>
<{foreach item=feed from=$block.feeds}>
<p><{$feed}></p>
<{/foreach}>
</marquee>

add to the xoopsheadline_block_rss.html template

**edit**

here's another hack i found & added;

<marquee behavior="scroll" direction="up" width="100%" height="100" scrollamount="1" scrolldelay="60" onmouseover="this.stop()" onmouseout="this.start()"><marquee behavior="scroll" direction="up" width="100%" height="100" scrollamount="1" scrolldelay="60" onmouseover="this.stop()" onmouseout="this.start()">
<{foreach item=feed from=$block.feeds}>
<p><{$feed}></p>
<{/foreach}>

this gives the 'mouse over - pause' feature



27
pcracer
Re: Scrolling News Block
  • 2003/11/29 16:43

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


here's a hack i added to my headlines block template to get all my rss feeds to scroll...

<marquee id="scroller" scrollAmount=1 direction=up>
<{foreach item=feed from=$block.feeds}>
<p><{$feed}></p>
<{/foreach}>
</marquee>

perhaps doing the same in any block would work...?




28
pcracer
Re: Help - MyADS Problem,,, (or bug?) - 1000 mail send
  • 2003/11/29 16:23

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


that bug hasn't been addressed @ that thread - only questioned, i'm still trying to get it figured out - what/where the problem could be...




29
pcracer
Re: Administration Menu Problem
  • 2003/10/23 16:46

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


Many THX! Glad you found that, as I was just about to post for help! LOL!
I'm hoping this is the fix I needed, so far it's working...mine was displaying a blank page after certain admin module updates/changes/install/uninstall but not always. I could go back & refresh the modules page & the changes were made.

All after updating from 2.02 to 2.05

THX!




TopTop
« 1 2 (3)



Login

Who's Online

288 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 288


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