You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 62 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - How do you insert html codes??? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
xllhawksllx
Nuke Cadet
Nuke Cadet


Joined: Apr 11, 2006
Posts: 1


PostPosted: Tue Apr 11, 2006 1:29 pm Reply with quoteBack to top

I was wondering,

you know like on myspace where you would insert html codes to make your background generate on your myspace page well i was wondering if there was some simple way of inserting html onto phpnuke like certain sections of a pre made theme so i could insert like media players music that type of thing in a simple fashion?

thnxz for all of your help!
Find all posts by xllhawksllxView user's profileSend private message
Cyrus255
Corporal
Corporal


Joined: Nov 11, 2005
Posts: 71


PostPosted: Tue Apr 11, 2006 5:45 pm Reply with quoteBack to top

Do you mean adding in HTML code? You can edit your files and add HTML into a PHP file....

It's relatively simple.


<?php
// php code here
?>
HTML GOES HERE
<?php
// more php code
?>

etc. php has open and close brackets just like any other code. you could inset a media player where you want.

One trick I like to do, is with the blocks I like to use this trick

ob_start();
include("http://www.domain-name.com/music-page-file.htm");
$output = ob_get_contents();
ob_end_clean();
$content = $output;

you could make a block that is your music player, etc.

There is no way I know of other than by editing code. But it is relatively simple code.

_________________
Matchmaking Services
Yahoo Personals
Match Dating Service
Date
FriendFinder
Find all posts by Cyrus255View user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.150 Seconds - 263 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::