Maxxi E
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is the best web directory organization plugin?Pretty much anything I can use to organize the web directory of the server. So, I can say, put a regular page inside a directory so it doesn’t show the files in the directory, but a page I created.
Example of what it looks like now. http://maxevans.net/roaster-script/
Basically, I want to do like BBCode that works in Forums to show a little area that has a code that doesn’t take up the whole page, but a little section of the page. Will that do it? I want to insert MSL scripts into a small scrollable secion, so visitors can highlight the code.
Forum: Themes and Templates
In reply to: How do I post this code into a page and it work right?I’m just gonna use shortcodes to create iframes for it. Seems simpler to me.
Forum: Themes and Templates
In reply to: How do I post this code into a page and it work right?I tried that and got this error message
“
Parse error: syntax error, unexpected ‘message’ (T_STRING) in /home/innsomnimania/public_html/wp-content/themes/beyond-expectations/functions.php on line 138″Forum: Themes and Templates
In reply to: How do I post this code into a page and it work right?What is an example? I don’t quite understand it yet. lol
Forum: Fixing WordPress
In reply to: Adding Sidebars For Certain PagesOkay, I’ll check it out. Thanks!
I just recently had to change themes because the framework used for the theme to function was putting a heavy load on my server. So, I figured I’d find one that’s now so bad.
Forum: Fixing WordPress
In reply to: Adding Sidebars For Certain PagesAnyone? This is what it looks like when creating a page. There’s only the first custome sidebar, but not the others I created and show on up the widgets page.
I don’t know how to get them there to select them for specific pages I want them to display on.
Forum: Fixing WordPress
In reply to: Adding Sidebars For Certain PagesWell, I got it show up on the Widgets page, but not on the list of templates on the page to choose the sidebars. Any ideas?
Forum: Fixing WordPress
In reply to: Adding Sidebars For Certain PagesI figured it out! Thanks, though.
Forum: Fixing WordPress
In reply to: Adding Sidebars For Certain PagesI did too that, but I created another custom sidebar php within the theme, and it’s not showing up on the widgets page.
Forum: Fixing WordPress
In reply to: Trying to get PHP in pages to work right.<?php <form name="form" method="post"> Enter Your Facebook Username:<br> <input name="message" type="text" size="30" class="textbox" style="text-align:left;" value="<?php echo $_POST["message"]; // Recall last typed message ?>"> <input type="submit" class="button" value="Create"> <br /> <br /> <br> <br> <table width="716" height="48" cellpadding="2" cellspacing="2"> <tr> <td colspan="2"><center> Resulted Userbars: </center> <tr> <td width="350" height="24"><p><img border="0" width="350" height="20" src="Bar/FacebookBar.php?message=<?php if (!empty($_POST['message'])) { echo "".$_POST['message'].""; }else { echo "Username"; } ?>"></p></td> <td width="350" height="24"><p><img border="0" width="350" height="20" src="Bar/FacebookBar1.php?message=<?php if (!empty($_POST['message'])) { echo "".$_POST['message'].""; }else { echo "Username"; } ?>"></p></td> </tr> </table> <p> </p> <p>Please help support my site by donating. It helps keep my site running, and these graphics coming!!</p> </form> ?>Forum: Fixing WordPress
In reply to: How to remove comments from pages in Nebulae theme.I’ll try that. Thanks.