Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 32
0 members and 32 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas Electric Choice
The Lyric Archive

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
Problem with my modul. Help appreciated
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
Problem with my modul. Help appreciated - 03-16-2005, 06:25 PM

Hi all,
I have created my own modul. He`s based on HTML source, which is converted to PHPNuke Modul. But I have a few problems:
1. It`s in bulgarian language (cyrilic alphabet) but it didn`t get autodetected and everything I see is: aaeiaieaieiaeiaie.. etc... After I set in IE: View -> Encoding -> Cyrilic it get fixed... but evrytime i vidit again the page it is in this form: aaeiaieaieiaeiaie.. etc... until i fix the Encoding. Help plz :?:
2. When I open the module the right-side blocks disapear.. the left are in their place, but the left are gone and my module uses the "central" space of the site + "the right block" space... any help to fix this too :?:
Here`s the link: http://www.clan-i7.com/modules.php?name=Clan_History

Plz, dont laugh... i`m a little bit lame with PHPNuke - I am working with it from 2 days :roll: 8O
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-16-2005, 08:01 PM

If you look inside the HTML file you created

Somewhere around here :

<html>

<head>

content="text/html; charset=iso-8859-1">

</head>

Edit the charset=iso-8859-5

Sorry I dont know if thats the correct code

-------------------------------------------------


Western European, ISO Latin1 (iso-8859-1)
most versatile, includes English, Spanish, French, German, Italian, Portugeuse, Dutch, Danish, Swedish, Catalan, and more
Central European, ISO Latin2 (iso-8859-2)
covers the Slavic languages and more, including Czech, Hungarian, Polish, Romanian, and Croatian
South European, ISO Latin3 (iso-8859-3)
special set for Maltese and some others
North European, ISO Latin4 (iso-8859-4)
for Estonian and Baltic languages including Lithuanian, Latvian, and Lappish
Cyrillic, ISO (iso-8859-5)
Arabic, ISO (iso-8859-6)
Greek, ISO (iso-8859-7)
Hebrew, ISO (iso-88598)
Turkish, ISO Latin5 (iso-8859-9)
Nordic, ISO Latin6 (iso-8859-10)

Central European, Win Latin2 (windows-1250)
Slavic, Windows Cyrillic (windows-1251)
Western European, Win Latin1 (windows-1252) compare to ISO Latin1
Greek, Windows (windows-1253)
Turkish, Win Latin5 (windows-1254)
Hebrew, Windows (windows-1255)
Arabic, Windows (windows-1256)
Baltic, Windows (windows-1257)


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
03-17-2005, 04:15 AM

To covert from HTML to PHP I write only the <body></body> part of the HTML...
any other advices?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-17-2005, 04:17 AM

Write the first few lines of your Block here


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
03-17-2005, 05:30 AM

Hm, I is a Modul infact:

Here is the Modul Code:
Code:
<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo"     HTML CODE (nothing special - just plain text)            ";
CloseTable();
include("footer.php");

?>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-17-2005, 05:55 AM

Ok try this :

Find :
Code:
OpenTable();

After add :
Code:
echo "<content="text/html; charset=iso-8859-5">";
Maybe that will help windows Encode the text automatically.

If that doesnt work, I really dont know much more about it, so maybe someone eles will reply


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
03-17-2005, 06:46 AM

TT
I didn`t worked... I will find another way, but can you help me for the other problem:
The right block column is only in the main page active. After entering any other module it disapears.. is there any solution???
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Mar 2005
03-22-2005, 11:16 AM

Quote:
Originally Posted by lt_s7orm
TT
I didn`t worked... I will find another way, but can you help me for the other problem:
The right block column is only in the main page active. After entering any other module it disapears.. is there any solution???
Find

$index = 0;

Replace with

$index = 1;

(0 : do not show right blocks - 1:show right blocks)
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone PLZ help me with a modul FIGTHER Nuke 7.x - Modules 0 01-22-2006 05:06 PM
download upload modul error $uppath = ??? $upbaseurl ??? cryzm Nuke 7.x - General 1 03-18-2005 07:09 AM
Help Would Be Extremely Appreciated... Kindred Nuke 6.5 to 6.9 - Modules 5 06-24-2003 07:44 AM
I Would Be Much Appreciated For A Logo Kindred Logo requests 2 06-22-2003 04:52 AM
New Site design feedback appreciated! (Not Nuke) Cyberclark Showoff 3 01-16-2003 03:31 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31