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, 69 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Some Theme Related Questions [ ]
 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
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Mon Jun 09, 2003 3:57 am Reply with quoteBack to top

hi i am having a little problem here, please help

1. I want to have something like theme dropdown select which not only give the registered user a quick way to choose his preferred theme but for guests too. orignally idea was adapted from here

2. I want to make my site banners show next to the logo, like nukecops have, i tried to add
Code:
<?    if ($banners == 1) {

   include("banners.php");

    }
?>
in the header.html file but it didnt worked, i tried to add $showbanners and $banners in it but it didnt worked, how i should do it??

3. I want to have the topbar like we have here on nukecops which says hello username, on my site too, but in a frame is it possible

Site Theme:
Modified 3d-Fantasy, i changed included blocks.html, header.html, footer.html, story_page.html and story_home.html to make my theme and also changed the Table & Table2 Functions in tables.php file to match with the whole site.

Related urls:
Theme Drop down Original Idea
My site

Thanks in Advance
Mindl3ss

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Mon Jun 09, 2003 5:17 am Reply with quoteBack to top

Quote:
2. I want to make my site banners show next to the logo, like nukecops have, i tried to add
Code:
<? if ($banners == 1) {

include("banners.php");

}
?>
in the header.html file but it didnt worked, i tried to add $showbanners and $banners in it but it didnt worked, how i should do it??
Did you use a
Code:
global $banners;
statement also? You might need that.

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Tue Jun 10, 2003 9:11 am Reply with quoteBack to top

Thanks Raven but it didnt worked, but i managed it, i added the first table with the logo and the banner in themes.php file below the echo "body tag Smile

but my other two questions are still @ the same place :< can any one help me in the Guests and Users drop down Themes selection box??

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
Viper
Lieutenant
Lieutenant


Joined: May 04, 2003
Posts: 282

Location: Louisville, KY USA

PostPosted: Tue Jun 10, 2003 11:21 am Reply with quoteBack to top

Hi Mindl3ss,

Here is a link for your first question: http://www.phpnukefiles.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=240&ttitle=Themes_Block_for_6.0_-_6.5_Version_3.1#dldetails

_________________
Building A Better PHP-Nuke Community!
Image
Find all posts by ViperView user's profileSend private messageVisit poster's website
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Wed Jun 11, 2003 6:19 pm Reply with quoteBack to top

Thanks Linzilla, but that was not what i was wanting, but anywayz it will do the trick too, is there no way of letting the guests choose the theme too? and is there a way of making a simple menu of hrefs and theme names of your own choice?? i mean like for instance i have:
SMblueForums
SMblue
SMgreyThal
SMgrey

and i want to show in the blocks-Themes.php:
<a href="modules.php?name=current_module&theme=SMblue">SMblue</a>&br&
<a href="modules.php?name=current_module&theme=SMgrey">SMgrey</a>

i mean is not there a way of letting user choose the themes which i want and making the others which are for some other purposes invisible in such block or the theme control panel in your_account module ??

Thanks once again linzilla Smile

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Sun Jun 15, 2003 10:45 pm Reply with quoteBack to top

Download the ThemeChooser at:

http://www.sengers-au.com/downloads.html

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Thu Jun 19, 2003 12:59 am Reply with quoteBack to top

downloaded it but still had not tried it.. cause i have to complete some modules.. will this let the guests+registered users both choose their own theme? or as Linzilla gave Members_only?Smile

Mindl3ss

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
Viper
Lieutenant
Lieutenant


Joined: May 04, 2003
Posts: 282

Location: Louisville, KY USA

PostPosted: Thu Jun 19, 2003 1:48 pm Reply with quoteBack to top

Hi Mindl3ss,

You can set it to members only or for everyone. It's just a regluar block, Wink

Hope this helps, if you have anymore questions, just let me know.

Take care.

Linzilla
Find all posts by ViperView user's profileSend private messageVisit poster's website
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Fri Jun 20, 2003 12:08 am Reply with quoteBack to top

Very Happy i mean will it let the guests choose the theme.. as the 1st one u told was Members_Only, right.. i mean they will have to register to see other themes.. there should be a way of seeing other themes without getting registered.. Very Happy and the way in my question has to be in Block Very Happy Thanks Again

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Fri Jun 20, 2003 12:31 am Reply with quoteBack to top

with :Download the ThemeChooser at:

Anyone can change the theme by using that block.

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
Viper
Lieutenant
Lieutenant


Joined: May 04, 2003
Posts: 282

Location: Louisville, KY USA

PostPosted: Fri Jun 20, 2003 5:36 am Reply with quoteBack to top

Mindl3ss wrote:
Very Happy i mean will it let the guests choose the theme.. as the 1st one u told was Members_Only, right.. i mean they will have to register to see other themes.. there should be a way of seeing other themes without getting registered.. Very Happy and the way in my question has to be in Block Very Happy Thanks Again


Hi again Mindl3ss,

The block that I have will let guests choose the theme of their choice, Wink

What I was saying before is that it is like any other block, you can change the permissions to the block itself in the Admin CP under blocks. You also choose who can use the block the first time you set it up, Very Happy

Let me know if you have anymore questions and we can get together on ICQ or MSN, your choice.

Take care,

Linzilla
Find all posts by ViperView user's profileSend private messageVisit poster's website
Mindl3ss
Sergeant
Sergeant


Joined: May 10, 2003
Posts: 148

Location: Karachi, Pakistan

PostPosted: Mon Jun 23, 2003 7:23 pm Reply with quoteBack to top

yes one more what does linzilla means Very Happy Thanks For All the help when it will be ready i will post here again Smile till then Bye Smile

_________________
Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
Find all posts by Mindl3ssView user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Mon Jun 23, 2003 10:17 pm Reply with quoteBack to top

Deleted by me, don't want to start an argument.

Sorry.

_________________
Chris


Last edited by chris-au on Mon Jun 23, 2003 11:39 pm; edited 1 time in total
Find all posts by chris-auView user's profileSend private messageVisit poster's website
Viper
Lieutenant
Lieutenant


Joined: May 04, 2003
Posts: 282

Location: Louisville, KY USA

PostPosted: Mon Jun 23, 2003 10:40 pm Reply with quoteBack to top

chris-au wrote:
What a surprise.

I have been copied.

The ThemeChooser I scripted is now claimed by somebody else.
Ok, I did not put copyright notice or whatever but, at least they could have mentioned it.

Oh well, I feel honoured that they thought it was good enough to make some small mods to it. They forgot that I left some marks!

At last recognition, good luck Linzilla and phpnukefile.com !!
First of all chris-au, there is no reason to be a jerk about this. You need to get your facts straight before accusing me of stealing your code and stripping out your credits.

Since you obliviously looked at the credits, you would have noticed that the credits also included Sudirman Angriawan of NukeC, here's the download link that I originally downloaded this block from: http://216.67.231.37/~nukecpow/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=12&ttitle=Themes_Block_for_6.0_-_6.5

You will also notice that NukeC gives credit to Harry Mangindaan of NukeStars as the original author.

However, the block did not work correctly for me, so I modified it to work the way I needed it to.

So, before you go and try to publically humilate me, I suggest you read the entire credits and start with Harry Mangindaan of NukeStars, then goto NukeC.

If this is indeed your original work, then I will change the credits to you on the download that I host, you will need to talk to the other sites about them also changing the credits to list you as the original copyright holder. If this is the case, I will instead remove the download from my site since it is not GPL'ed and I don't have permission to host it.

So, is this the recognition that you are looking for?

_________________
Building A Better PHP-Nuke Community!
Image
Find all posts by ViperView user's profileSend private messageVisit poster's website
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Mon Jun 23, 2003 11:40 pm Reply with quoteBack to top

Sorry, I did not want to start an argument.

I still think you have a good looking site with a lot of things for people to enjoy.

Also I did mean the good luck.

_________________
Chris
Find all posts by chris-auView 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.371 Seconds - 290 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::