Previous Thread
Next Thread
Print Thread
Rate Thread
#231398 12/31/2002 5:04 PM
Joined: Dec 2002
Posts: 3
Lurker
Lurker
Offline
Joined: Dec 2002
Posts: 3
Hi I just unstalled IIp and wanted to modify it

1. How to i add and delete titles in menu section of the entrance page?
2. How do I add shoutout to my forum page?

Here is an example
http://www.thesoulelement.com/ubbthreads/index.php?Cat=

thanks

step by step intruction would be greatly appreciated.


Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
You can edit menupal.php to modify the menu links.

Allen placed an <iframe> in a table column next to his forum to create that. He probably could explain that one better.

There are 2 or 3 threads around here that discuss creating a column layout. I'll search and see if I can find them. You can use the same <iframe> tag code that the shoutboxpal.php script uses.

Joined: Dec 2002
Posts: 3
Lurker
Lurker
Offline
Joined: Dec 2002
Posts: 3
great

I did search myself But it was too hard for me to understand.
I even tried to change the menu but failed for lack of language in php.

If you can explain in simple language I would appreciate that.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
To add things to the list of items in the menu, open menupal.php and find this:

}
echo "$tableEnd{$wrapper[$wrapnum]['table_footer']}";

?>

ABOVE it, add your URL's like this:

echo "$rowStart<a href="http://www.yoursite.com/whatever/page.html">My Links</a>$rowEnd2";
echo "$rowStart<a href="http://www.yoursite.com/whatever/another.html">Another Page</a>$rowEnd2";
echo "$rowStart<a href="http://www.yoursite.com/whatever/lastone.html">Last One</a>$rowEnd2";

Hope that helps.

Daine #231402 01/02/2003 7:10 PM
Joined: Dec 2002
Posts: 3
Lurker
Lurker
Offline
Joined: Dec 2002
Posts: 3
great

That worked now how do I place it so shout out is place in every forum?

Sponsored Links
RainingBlood #231403 06/30/2003 11:00 AM
Joined: Oct 2002
Posts: 18
Newbie
Newbie
Offline
Joined: Oct 2002
Posts: 18
It seems there has been a minor code change. What is the best way to add items to the menu? Still put it in menupal.php above ?> ?
How about removing them? For instance,File Attachments and Polls are not needed features. There presence on the Menu just creates minor confusion. Is it ok to just mark them out in languagepal.php?

Aglavalin #231404 06/30/2003 12:22 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
For the two you stated delete this code

if ($paction == "polls") {
echo "$rowStart<strong>{$pal_Menu[2]}</strong>$palResize$rowEnd";
}
else {
echo "$rowStart<a href="$palurl?Cat=$Cat&paction=polls$insertSize">{$pal_Menu[2]}</a>$rowEnd";
}
if ($paction == "attachments") {
echo "$rowStart<strong>{$pal_Menu[3]}</strong>$palResize$rowEnd";
}
else {
echo "$rowStart<a href="$palurl?Cat=$Cat&paction=attachments$insertSize">{$pal_Menu[3]}</a>$rowEnd";
}

The to add something do this down the bottom after

echo "$rowStart<a href="$palurl?Cat=$Cat&paction=recommend">{$pal_Menu[11]}</a>$rowEnd2";
}

add something like this

echo "$rowStartYOURHTMLHERE$rowEnd2";



Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)