21
yeziha
Extremely irritating newbb2 problem!
  • 2005/4/29 14:36

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


I resently updated newbbl to newbb2 and was faced by an extremely irrtating thing: the pages (especialy treads) load for too long,
more than 30 sec. While all the content appears on the screen rather quickly, the cursor still remains in the "waiting" state and flickers, the browser shows that the page is still being loaded and more than a hundred of items is still left to load. And it appears only an IE problem. When I use Firefox,
it loads pretty fast.

Could anyone tell what's the reason for that and how to repair it?
Thank you all in advance.



22
yeziha
Re: Help With Custom Page
  • 2005/4/26 16:13

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Pats, try using a module!

I built a load of pages from the Sections module.
Simply cut off unnecessary functions and you'll have a very convrnient module samle. In the module files replace all "sections" with "your_page" and "sec_cont" with "you_page_cont". and mind the paths: ../sections/ replace with .../your_module_folder/.

Name the folder "your_module_folder", copy it to the "/modules/" folder and install. Works perfectly. :)



23
yeziha
Re:How to Change the New User Registration Page or E-mail
  • 2005/4/26 15:53

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Quote:

Kiki1 wrote:
just go on the admin -- > system ---> blocks

and create block and insert tho the user registration

But what do I do if user registration page is not listed in
the admin -- > system ---> blocks??



24
yeziha
Re: How do I add blocks to a static page added to the site?
  • 2005/4/26 15:39

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


I have the same problem. I want to add side blocks to some non-module pages not listsd in the Blocks Admin. For instance, User Profile page (userinfo.php), User registration page. Without side blocks the pages look ugly.

Which file should edit to have these pages listed in the page drop-down menu Blocks Admin?



25
yeziha
Re: Clone a block
  • 2005/4/26 14:03

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Probably I misunderstood something but...
David, do you want to display several blocks with the same title
on one page?
Then you could simply create a new custom block
with the same title as the first one, (neverhteless, it will have a different id and nothing gonna be messed up), select the pages/modules where you want to dispaly it, copy the content/template of the original block to the content field of the new one and modify it as you need or have the exact copy. I have several different blocks with one and the same title throughout my site, and althouth they are simple custom html blocks, I see no reason why it wouldn't work in your case.

Hope it will be of some use



26
yeziha
Re: Japanese Language Pack UTF-8 download link
  • 2005/4/25 19:35

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Cheers to you!



27
yeziha
Re: Newbb2 - user profile mouseover
  • 2005/4/25 13:19

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Can I switch this feature in Newbb1?



28
yeziha
Re: Strange template issue
  • 2005/4/25 0:14

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


I wish I could help...probably there is some bug?
My custom blocks sometimes display doubled content on the pages,
and I can't do anything about it. I have to
re-submit one and the same content in the blocks' admin area for many times to rid of it.



29
yeziha
Re: Help: option "Allow other users to view my email address" not working!
  • 2005/4/25 0:04

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Perhaps something's wrong in this piece of the code
(myself's not too good in coding)
Quote:

if ($thisUser->getVar('user_viewemail') == 1) {
$xoopsTpl->assign('user_email', $thisUser->getVar('email', 'E'));
} else {
if (is_object($xoopsUser)) {
// All admins will be allowed to see emails, even those that are not allowed to edit users (I think it's ok like this)
if ($xoopsUserIsAdmin || ($xoopsUser->getVar("uid") == $thisUser->getVar("uid"))) {
$xoopsTpl->assign('user_email', $thisUser->getVar('email', 'E'));
} else {
$xoopsTpl->assign('user_email', ' ');
}
}
}

Of course, I could leave of it all only
Quote:
$xoopsTpl->assign('user_email', ' ');

or just drop it and the emails would not be displayed at all
(majority of users wish not to show emails).
But I think it's a really bad and vulgar way out



30
yeziha
Re: Help find Japanese language packs !
  • 2005/4/24 23:45

  • yeziha

  • Just popping in

  • Posts: 39

  • Since: 2005/2/22


Quote:

I've created a UTF-8 version of the Japanese language pack for smooth compatibility with my site, let me know if you'd like it, I could zip it and post a link here.

all the best in your multi-lingual missionings

David, thanx again, that would be great!!




TopTop
« 1 2 (3) 4 »



Login

Who's Online

172 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 172


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