Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$19.95
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:2
Last: Total:6983
Last: Last:
xgoochx
Members: Online
Members: Members:0
Guests: Guests:11
Total: Total:11
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
GlueBeardOffline
Post subject: [[[ QUESTION ]]] Hard-coding the Log-In in the theme.php fil  PostPosted: Sep 14, 2004 - 05:51 PM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
How would I hard code the log-in items into the theme.php file?

Specifically, the name, password, and remember me options.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Sep 14, 2004 - 10:49 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
Do you mean always have the fields showing?
Or something else?

I really wish you would move over to AutoTheme... Smile

All the things you are having issues with are easily solved with AT.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 16, 2004 - 02:47 AM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
mars wrote:
Do you mean always have the fields showing?
Or something else?

I really wish you would move over to AutoTheme... Smile

All the things you are having issues with are easily solved with AT.


I tell you what, Mars, I'll try the AutoThemes module, though I don't have any intention of buying it.

The question, though, is what does the pay version allow me to do that the free version doesn't?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Sep 16, 2004 - 02:53 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
A few added things, color chooser, online editing of html etc.
I bought the full version to show support of the author since I use it so much, but you will be just fine with the free lite version.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 16, 2004 - 02:59 AM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
If I may suggest, add a link to auto themes in your web links section.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Sep 16, 2004 - 03:58 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
DOH!
Good idea... lol

It is http://spidean.mckenzies.net for anyone who doesn't know.
It is also listed at the top of the downloads page here as well.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 16, 2004 - 12:26 PM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
I registered at the site, but unlike most sites, it seems to take its sweet time in sending me a password.

So, I can't presently download from there.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Sep 16, 2004 - 10:24 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
Yeah Shawn has been having some issues with the registration over there.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 17, 2004 - 03:58 AM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
I am exceedingly unimpressed with his website.

I will try again later to obtain the file from somewhere else. Ray, I believe, provide dme with another location to obtained the desired file.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 27, 2004 - 08:15 AM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
Here is the answer to my question above, about how to hard code the log-in into the theme.php file:


<?php
if(!pnUserLoggedIn()){
?>
<div style="text-align:center;">
<form action="http://www.portalthemes.com/user.phtml" method="post"><div>&nbsp;&nbsp;Username
<input type="text" name="uname" size="14" maxlength="25" />&nbsp;Password
<input type="password" name="pass" size="14" maxlength="20" />
<input type="checkbox" value="1" name="rememberme" />&nbsp;Remember me
<input type="hidden" name="module" value="NS-User" />
<input type="hidden" name="op" value="login" />
<input type="hidden" name="url" value="http://www.portalthemes.com/index.phtml" />
<input type="submit" value="Login" />
</div>
</form>
<?php
}
?>
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Sep 27, 2004 - 02:14 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
Nice find.
I'm sure it will come in handy for some other people.
 
 View user's profile Send private message  
Reply with quote
GlueBeardOffline
Post subject:   PostPosted: Sep 27, 2004 - 04:08 PM
Pirate Critic


Joined: Aug 18, 2004
Posts: 344
Location: The Isle of GlueBeard
Status: Offline
HammerHead and InvalidResponse over at PostNuke.com provided me the answer.
 
 View user's profile Send private message  
Reply with quote
AlarConceptsOffline
Post subject:   PostPosted: Oct 02, 2004 - 05:08 PM



Joined: Sep 21, 2004
Posts: 3
Location: New York
Status: Offline
GlueBeard wrote:

I tell you what, Mars, I'll try the AutoThemes module, though I don't have any intention of buying it.

The question, though, is what does the pay version allow me to do that the free version doesn't?


For one thing, it offers an opportunity to support an excellent and dedicated effort. Smile I'd say the best part of the commerial AT over the Lite version is that it offers more admin powers. Nonetheless, the Lite version is probably sufficient for most users.

The best part of AT (overall) is that it allows one to fully reconfigure every aspect of their theme, including the entire structure, in a matter of minutes. IMHO, after overcoming the learning curve of AutoTheme, one won't be wondering how they ever lived without it...they'll simply be wondering why they did.

Just my .02,

John
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image
Remortgages | Loans | Shares | Mortgages | Debt Help

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3