11
mboyden
Re: Problem with xnews 1.71 redirect
  • 2011/9/23 17:52

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Which version of XOOPS?

What are the page URLs where the template displays incorrectly? Are they the same or different for each of the scenarios?

What theme are you using? Did you modify it? Are there custom templates in the theme (is there a modules directory in the theme)?

Are you getting the redirect page in between? Does it look right?
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



12
mboyden
Re: Forbidden modules/newbb/post.php
  • 2011/9/23 17:48

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


So are we, I think.

Have you turned debugging on? What errors are you getting?

What is working and what isn't. What are the differences?

We need clear information about what you know and have tried and what you can't seem to figure out.

Did the host update PHP? XOOPS 2.0.18 is a little old for PHP 5.3 and that might be the issue. Which version of CBB (newbb)?

Can you update your XOOPS (to 2.4.5 at least which is very stable)?
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



13
mboyden
Re: problem with xhelp 0.79
  • 2011/9/21 15:19

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Two other errors I'm finding with 1.15:

I can't delete a department. After the confirmation page, I get a blank page.

When I try to reorder my saved-search views in My Profile for the Summary page. If I try to push the 2nd one to the top, I get a blank page. I can work around it by moving the top one down one, but....

I've not yet turned on debugging or tried to otherwise fix.

I've confirmed that both of the 1.15 and 0.80 releases are based on the 0.79 version.

Trabis: I'll try yours out shortly and report back, but I'll have to setup a clean XOOPS install.

FWIW, these are tested/running on XOOPS 2.4.5 release.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



14
mboyden
Re: problem with xhelp 0.79
  • 2011/9/20 20:26

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


I solved the issue with "disappearing" tickets in Basic View mode for the Log Tickets. All I had to do was edit the xhelp_AddTicket.html template:

Change Lines 253-254:
<td class="head" width="20%">
</
td>


to:
<td class="head" width="20%">
<{if 
$xhelp_logMode eq 1}>
    <
input type="hidden" name="status" id="status" value="1" />
<{/if}>
</
td>

Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



15
mboyden
Re: problem with xhelp 0.79
  • 2011/9/20 17:00

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Thanks for the updated version Wishcraft! Anyway we can get that uploaded to the X.o modules area?

I had hoped this updated version would fix the problem I was having with version 0.79, but it doesn't. I had just found trabis' version 0.80, but hadn't tried it yet.

The error I'm getting is when I use the basic form and submit a ticket. It "disappears" and isn't viewable anywhere. This is because the ticket is created with a status of 0 (zero). Submitted is a status of 1, and when the module goes to get tickets, it requires them to be non-zero status. I haven't yet figured out how to fix this other than using the Advanced View all the time.

From an enhancement standpoint, my users would like to be able to have the ticket system remember the view(s) for the All Tickets area. At least storing the last used view in a cookie or something like that might be appropriate. As it is, the user must change all the drop downs each time.

Also, why did you drop the various language files from the release? I found English and 2 versions of Spanish in 0.79 and a lot of different languages in the 0.80 release? Which release did you start from for the 1.15 release you linked to?

Thanks again for the updated version.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



16
mboyden
Re: pictures in news not appear in blocks
  • 2011/9/18 20:27

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Make sure that the smarty tag <{$story.imglink}> is in your template (news_item.html). This is what inserts that image in the news index page stories.

Alternatively, if the image is included in the Summary excerpt, it will also display that way.

Also, you can implement FCKeditor and then you can insert your images in the content as well as have nice HTML editor. CKeditor is now included in the latest XOOPS installations, FCKeditor's successor, but I haven't played with it yet.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



17
mboyden
Re: How do I add the Module Blocks for CBB 3.08 +
  • 2011/9/12 23:20

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


What version of XOOPS are you using?
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



18
mboyden
Re: templates manager
  • 2011/9/12 23:19

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


An easy way to manage templates specific to themes is to put them in the themes themselves (instead of managing through the template manager):

/themes/themeName/modules/modName/modName_template_name.html

After making a template change, you need to clear your cache.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



19
mboyden
Re: Performance issue - XOOPS site gets throttled
  • 2011/9/7 20:40

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Do you have protector module installed? This sounds like it could be giving you the blank page for too many page requests. You can turn off protector temporarily to see if that is the issue and then change the settings. I've run into this one some of my sites.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development



20
mboyden
Re: Cannot view user profiles
  • 2011/9/6 14:45

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


Is this new problem? What have you changed recently? Are you using the profile module? What version of XOOPS? What version of the profile module?

It appears that perhaps you have debugging turned, on, too. (the errors line, but that is likely showing at the bottom of every page).
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development




TopTop
« 1 (2) 3 4 5 ... 43 »



Login

Who's Online

216 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 216


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits