1
nunomoc
Re: Shoutbox 3.2 autoupdate block and popup-size
  • 2007/3/14 12:21

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Here's the fix for the Auto-Update problem.

1st - Edit the file modules\shoutbox\templates\blocks\shoutbox_block.html with a program like Notepad.

2nd - Locate the following code (This one refers to Wizanda's 3.2.1 version):

Quote:


<b><{$smarty.const._MB_SHOUTBOX_AUTOREFRESH}></b><br />
<input id="shoutrefresh" type="checkbox" name="shoutrefresh" value="checkbox" onchange="parent.shoutFrame.location.reload();" />



3rd - Alter the code above with:

Quote:
<b><{$smarty.const._MB_SHOUTBOX_AUTOREFRESH}></b><br />
<input id="shoutrefresh" type="checkbox" name="shoutrefresh" value="checkbox" onchange="parent.shoutFrame.location.reload();" checked="checked" />


By doing this, your Shoutbox will update automatically.

If you need to alter the time of the updates just edit the code below and alter the option 'selected'. By default the option 'selected' is 20s. If you wanted for example 30s, find the code below:

Quote:

<select id="refreshtime" name="refreshtime">
<option value="5000">5 s</option>
<option value="10000">10 s</option>
<option value="20000" selected='selected'>20 s</option>
<option value="30000">30 s</option>
<option value="40000">40 s</option>
<option value="60000">1 Min</option>
<option value="90000">1.5 min</option>
<option value="120000">2 min</option>
<option value="180000">3 min</option>
<option value="300000">5 min</option>
</select>



And then alter it to be:

Quote:

<select id="refreshtime" name="refreshtime">
<option value="5000">5 s</option>
<option value="10000">10 s</option>
<option value="20000">20 s</option>
<option value="30000" selected='selected'>30 s</option>
<option value="40000">40 s</option>
<option value="60000">1 Min</option>
<option value="90000">1.5 min</option>
<option value="120000">2 min</option>
<option value="180000">3 min</option>
<option value="300000">5 min</option>
</select>



Hope this helps.



2
nunomoc
Re: Image Manager & More Smileys POPUP link not working!
  • 2006/9/24 15:55

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Quote:

Quest wrote:
I just checked and it is working now. But I did notice that your theme does not have the <{$xoops_module_header}> and when I don't have that my popups don't work either.

Quest


Hi, I solved the problem today (like I said on my early post in this topic).
About what you said, you didn't noticed but my theme has the required <{$xoops_module_header}>. I even placed it two times by placing the code like it says here on XOOPS and then a direct link to the javascript file.

But that wasn't the problem because the hover links in the forum and in the administration worked fine and they both need javascript...

The problem was on a HTML Block that somehow was messing with the javascript popups...

Thanks anyway.



3
nunomoc
Re: Image Manager & More Smileys POPUP link not working!
  • 2006/9/24 13:16

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Problem Solved!

As the problem only seemed to affect part of the website (and the admin part worked fine), I started to deactivate the blocks one by one until I figured out what was the problem...

Seems that the problem was in a translation service (Babelfish) I was using on my website.

Once I deactivated this block, popups started working again!

I'm happy again! lol

Thanks Limecity And Tempri for trying to help.



4
nunomoc
Re: Image Manager & More Smileys POPUP link not working!
  • 2006/9/24 12:34

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


I've altered the title of this post, because I've just found out that the PMs system, avatars, etc (all that require javascript popups) do not work...




5
nunomoc
Re: Image Manager & More Smileys POPUP link not working!
  • 2006/9/23 21:18

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Thanks Limecity and Tempri for the prompt answers.

Tempri, at first I thought it could be a popup blocker or a browser issue but no, the problem is not in the browser. Several users reported the same problem.
And I have no problems when I'm on the admin side. I can open the image popup window everytime.

I have problems opening any links that require popup windows and I can't figure out what's the problem...

It's not a group permissions issue. I've checked the permissions and they haven't changed.
When I go through the administration, I manage to open the Image Manager. When I go through the website, I have the same problem as the users...

Now where is the problem? Today I've updated the system, I've tried changing templates but the problem remains.

My guess is that the page where the code is must have some kind off problem.

The website is here.

Any ideas? Anyone?



6
nunomoc
All my javascript popups don't work in XOOPS! [SOLVED]
  • 2006/9/23 13:34

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Hi,

I've been using XOOPS 2.0.13.2 for some time now and I never had any problem with it.

In the few last days, some of the users who usually collaborate with the site reported two problems : They couldn't open the image manager (they could see the image icon but it was like it had no link) and the link "More Smileys" didn't work. It didn't open the popup...

I've tested it and I can use the image manager on the administration side. But when I try to go through my modules like they do, it happens the same thing.

I've tried upgrading to the latest version of XOOPS (I'm using XOOPS 2.0.15 now!) but the problem's still there.

I still have the same problem...

Maybe if someone told me which file stores the info related to the link of the image manager and the link of the more smileys, i can edit it and try to fiz the problem...

Can anybody help me?



7
nunomoc
Re: HELP! My CBB 3.05 icon images are missing!
  • 2006/9/17 11:25

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Quote:

cyndiee wrote:
Thanks! My issue turned out to be very simple. The theme I was using was missing

<{$xoops_module_header}>


between <head> and </head> of theme.html

Adding that solved multiple issues that I was having!



Glad to see your problem is fixed!



8
nunomoc
Re: HELP! My CBB 3.05 icon images are missing!
  • 2006/9/13 17:46

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


Quote:

cyndiee wrote:
I am having the same issue. Would you mind sharing what you had to modify? All I get is hyperlinked text. I've looked through all the forums and don't see a fix for this issue.

Thanks


Hi Cyndiee, first of all please make sure that if you are using a different theme for your website, that you have the following code in your theme index template.

<{$xoops_module_header}>

Then you can go here and explain your problem so that phppp (the creator of this module) can help you.

Don't forget to let him know some more info about your XOOPS system like:
Which version of cbb are you using?
Which version of XOOPS are you using?

I solved my problem by hacking into his code and modifying templates and altering some files.

Later I can always provide you with my modified files of the CBB 3.05 if the problem persists. But please remember that I'm not the creator of this module so I'm not sure if PHPPP will mind that I start to give modified versions of his cbb3.05... Well, they work well with my 2.0.13.2 version of XOOPS. But I can't promise there won't be some bugs...

Please take a look at my portuguese site athttp://www.ultra-secreto.com.pt/modules/newbb/ just to see what I did to the templates...



9
nunomoc
Re: XCGallery and Image Manager???
  • 2006/9/13 13:36

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


XCGallery is a great module but unfortunately it lacks that option.



10
nunomoc
Re: Need a couple module suggestions.....
  • 2006/9/13 11:10

  • nunomoc

  • Just popping in

  • Posts: 29

  • Since: 2006/4/23


I would go with Smartsection (I use it in my website). It's simple to use and it's very easy for your users to participate. They only have to fill a form where they can attach a picture (or more).

If you need a PhotoGallery, take a look at XCGallery. It's very good.




TopTop
(1) 2 3 »



Login

Who's Online

191 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 191


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