PDA

View Full Version : [Theme] - Smile - Extra Mods Built In!


Rsmiley
01-13-2009, 07:22 PM
OMFG!

A theme by Me

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
Changed/Added Files
* Changed
+ Added

All Default /adm/ files *
/adm/tinymce +
/index.php *
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
Built In Mods
* Advanced Text Editor + Contains current existing Page!
* Administration Side Styled as well
... More coming with updates
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
Screenshot/Demo
Dont feel like posting one so heres the demo link!

User Side: http://files250.info/1/

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
Updates

1/13/2008 - Created No Updates

/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

DOWNLOAD BELOW!
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

** Current Version: 1

Support is Given in this thread and this thread ONLY

Rsmiley
01-13-2009, 08:59 PM
New Theme setup!

Tequila
01-21-2009, 10:57 AM
I have a question, what are the restrictions for custom images and colors?

Rsmiley
01-23-2009, 12:33 PM
I have a question, what are the restrictions for custom images and colors?


What do you mean?

Tequila
02-02-2009, 01:47 PM
I have a question, what are the restrictions for custom images and colors?


What do you mean?


Can we customize as long as we leave credits, is what I meant.

luvdance97
02-02-2009, 01:49 PM
What is the correct path to the HTML file. I can't find it.

livingingc
02-02-2009, 02:40 PM
Im not sure what you mean? To install the template, once downloaded, navigate here on your computer, "Smile_Theme\Smile Theme\templates". Now upload the smile folder into the templates folder. Then in the admin cp, go to global settings and edit the path to "templates/smile/index.html"

And that should be it.

Rsmiley
02-02-2009, 05:31 PM
I have a question, what are the restrictions for custom images and colors?


What do you mean?


Can we customize as long as we leave credits, is what I meant.


Oh, yea of course


What is the correct path to the HTML file. I can't find it.


templates/smile/index.html


Im not sure what you mean? To install the template, once downloaded, navigate here on your computer, "Smile_Theme\Smile Theme\templates". Now upload the smile folder into the templates folder. Then in the admin cp, go to global settings and edit the path to "templates/smile/index.html"

And that should be it.


Just upload the templates folder to the root directory or smile to the templates directory...

and then change the theme to templates/smile/index.html

Lady
03-02-2009, 10:28 PM
Hello. :)

Just a quick question: Does this work with Beta 2? I can't seem to get the text editor to work properly. It always tells me the textarea is blank and doesn't save, but if I go back to the original theme for EasyAdopt it works just fine. :/

12345
03-03-2009, 08:44 AM
Same here. When I want edit Page content I have error:
"Your title or content is blank. This is not allowed. Please go back and correct this."
Its not blank. I cant edit anything:/. Can you help me?
I think is something here - modifypage.php:
//Make sure input isn't blank
if ($title == "" or $content == ""){
include "header.php";
echo "<h2>Error</h2>";
echo "Your title or content is blank. This is not allowed. Please <a href='pages.php?page=".$page."'>go back</a> and correct this.";
include "footer.php";
die();
}

$query = "UPDATE article_content SET title='".$title."' WHERE page='".$page."'";
mysql_query($query);
$query = "UPDATE article_content SET content='".$content."' WHERE page='".$page."'";
mysql_query($query);
$date = date('Y m d');
$query = "UPDATE article_content SET date='".$date."' WHERE page='".$page."'";
mysql_query($query);
include "header.php";
echo "<h2>Completed</h2>";
echo "Done! Your page has been updated! <a href='pages.php'>Go back to the page editor.</a>";
include "footer.php";
?>

Lady
03-03-2009, 10:50 PM
That's the same error I keep recieving. >,< It happens on every page too, but as a quick fix you can just switch to another theme, edit it, then go back to this one. That's all I've been able to do.. Hopefully this will be fixed soon though!

12345
03-04-2009, 02:17 AM
It isnt working. Its seem that problem is in admin mod.

Lady
03-04-2009, 08:40 PM
It's not in the bbeditor in the admin mod, so I just replaced the entire admin panel with the one from the adoptable zip. It's not as pretty, but it works! Your theme stays the same on the site, but the admin area is the old theme. You might want to try that out for the time being, as I doubt the creator of this theme is going to want to edit it since the update is soon. :D

12345
03-05-2009, 05:46 AM
When update will be? This adopt script and theme?

Lady
03-05-2009, 05:14 PM
I'd assume that the new update for the theme would be after the script update. :D

12345
03-06-2009, 02:18 AM
And when script update will be?

BMR777
03-06-2009, 02:49 PM
And when script update will be?


Update is postponed for a while. I haven't heard from Johnathon in a while.

Rsmiley
03-06-2009, 09:55 PM
Guys im so sorry!

I havent been here in awhile but i forgot to put the name info on the new textarea

Heres the updated file tell me if it works <3

Lady
03-07-2009, 12:48 AM
Heres the updated file tell me if it works <3
Well, here's my current problem:
<p>Thanks for stumbling upon Partly Sunny Adopts, also known as Partly Sunny or just PS! Our adoptables start out as eggs, newborns, etc. and hatch into random little creatures.</p>
<p>If you don't know what clickables are or would prefer the regular growing adoptables, please use the tabs at the top and the sidebar to your right!</p>
<p>&nbsp;</p>
<p>Please note that this is a beta testing and any pets you adopt may disappear at any time, be replaced by new images, and/or not work outside of this site! (None of this is likely to happen though!)</p>
<p>If you have any issues with the clickables, please let us know about them by going here: <a href="../../board/viewtopic.php?f=20&amp;t=203" target="_blank">http://partlysunny.info/board/viewtopic.php?f=20&amp;t=203</a></p>
It's showing all the HTML instead of inputting it.. I'm going to reload everything from the admin folder onto the server again to make sure it's not on my end though.

Rsmiley
03-07-2009, 04:49 AM
Dammit, I will try to have the fix out in a few hours... sorry for the trouble

eaglelegend
03-07-2009, 05:51 PM
Dammit, I will try to have the fix out in a few hours... sorry for the trouble


cheers for that I have sort of fixed it the only problem I am having now is it shows the html tags such as <p> for paragraph etc., if you have already done it, nvm :/

12345
03-09-2009, 12:55 PM
Dammit, I will try to have the fix out in a few hours... sorry for the trouble


cheers for that I have sort of fixed it the only problem I am having now is it shows the html tags such as <p> for paragraph etc., if you have already done it, nvm :/


I saw other problem. Theres no resetpass.php in script and I cant reset the password. Or maybe its theme problem.

eaglelegend
03-17-2009, 12:40 AM
That is not a theme problem, that is just because the resetpass.php file has not been created.

Also Rsmiley, this is a long few hours LOL ;)

Rsmiley
03-21-2009, 11:14 AM
Woops.

My bad, i had been posting in this thread before i had to goto classes which is at 5 in the morning!

So this completely spaced my mind...

Let me look at it now and i will see how it goes

eaglelegend
04-01-2009, 01:07 PM
Any luck?

Rsmiley
04-01-2009, 02:33 PM
Nope unfortunately