473,403 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

tables in phpnuke

Hi,

I am trying to buld a new module for phpnuke,

the index.php page just to display a simple menu, the code forthe menu
is below

function set_menu() {
global $module_name;
include("header.php");
OpenTable();

print "<center><h1>Policy Manual<br>";
echo "<ul>";
|
|
echo "<table><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=onea\">Contents
Page</a></table>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=one\">SECTION
A – LEGAL FOUNDATIONS AND PHILOSOPHIES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=two\">SECTION
B – MUNICIPAL GOVERNANCE AND OPERATIONS</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=three\">SECTION
C – MUNICIPAL DIRECTORY</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=four\">SECTION
D – BUSINESS ADMINISTRATION</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=five\">SECTION
E- MOBILE EQUIPMENT – VEHICLES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=six\">SECTION
F – FACILITIES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=seven\">SECTION
G – PERSONNEL AND EMPLOYEE RELATIONS</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=eight\">SECTION
H – SERVICES</a>";
echo "</ul>";
echo "<br><center><h1><h3>The following are &quot;Proposed Draft
Policies&quot; for your viewing.</font><br><br>";

echo "<ul>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prone\">D-CE
Mayors Recognition Awards Athletics Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prtwo\">D-CE_Mayors
Recognition Awards Policy</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prthree\">D-CE
Mayors_special_Award_Exhibit.pdf</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prfour\">D-CE
Mayors Recognition Awards Dist Vol Service Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prfive\">D-CE
Mayors Recognition Awards & Performing Arts Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prsix\">D-CE
Mayors Recognition Awards Guidelines</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prseven\">F-AB
Buildings General Administration Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=preight\">F-AB
Buildings General Administration Guidelines</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prnine\">F-AB
Buildings General Administration Policy 4th draft</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prten\">G-A
General Personnel Policy</a>";
echo "<h6>In order to view the PDF files you must have Acrobat Reader
installed on you computer.";
echo "<h6><a href=\"http://www.adobe.com/products/acrobat/readstep2.html\">you
can download it here</a>";
CloseTable();
include("footer.php");
}
I want this list to apear in a table with each line left aligned and
bulleted, with the title "Policy Manual" in a cell of its own centerd
at to the table,

I have no idea how to do this, this is my first real adventure in to
php, can some one tell me please how to do this or point me to where I
can find this information?
Jul 17 '05 #1
0 1689

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: John Beardsworth | last post by:
Hi I'm customising phpNuke as an intranet application. The client would like the option of letting users post news stories without administrators' approval, so I've added a function to the...
0
by: Keegan Alex | last post by:
Hi folks... I just installed phpnuke, and it's a great program. One problem is the Splatt forum really stinks. I'd LOVE to replace it with phpBB, but I'm not sure how. Can someone tell me if...
2
by: Keegan Alex | last post by:
Hi folks, I downloaded PHP-Nuke 6.7, and after reading the INSTALL file, it looks very simple... but either i'm reading them wrong or they're very flawed. First, it says: Untar the package...
0
by: Phil Powell | last post by:
My experience in the past has been with Vignette as a content management solution for use especially with sites that need to deliver "human translation" multilingual content. Does PHPNuke offer...
2
by: Wolf | last post by:
Hi to all! With your past help I make a new block in wich you can see last articles I inserted in my phpnuke. You can see it at http://www.italialibri.org, under the title. But I have a problem:...
0
by: Mark Boyden | last post by:
There have been several messages on newsgroups about problems with phpNUKE related to a post-installation error of: Fatal error: Call to undefined function: message_die() in...
0
by: cjescudero | last post by:
Hello: I am going to develop a web site to manage a conference, i.e.: - Submission of presentations - Registration of assistants - Hotel booking - … I have experience in programming...
1
by: Leave Me Alone | last post by:
Hey folks... I have a standalone phpBB forums and just recently installed PHPNuke on my website. I know phpnuke comes with it's own version of phpBB. How can I make it possible for members who...
2
by: anon | last post by:
I copied over the phpnuke html files (latest version from sourceforge), created a mysql DB, added the settinsg to the config file. Anything else I need to do? When I run admin.php, I get a...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.