arzel
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: .htaccess Help for Short URLThanks Macmanx. I created my static page outside WordPress, meaning these are not WP pages. So I guess the above link doesn’t apply to my need.
Forum: Themes and Templates
In reply to: XT2 Theme PreviewIt’ll be released tonight or tomorrow, Philippine time. I’m still cleaning garbages in my codes and other unused graphics etc.
Forum: Themes and Templates
In reply to: XT2 Theme PreviewThanks Jerm, I’ll consider the margin issue. Maybe I’ll do a single column version and increase the width.
Forum: Fixing WordPress
In reply to: Sidebar on Separate PageThat could be due to wrong path to your header.php. Look for the <?PHP include (“header.php”); ?> in your page that holds the sidebar content. If you still can’t fix it, email your files to arzelyusop at gmail dot com, let me see if I can help you.
Forum: Plugins
In reply to: chatterbox in sidebarIn addition to Chet comment, tagboard or chatterbox are normally embeded in iframe tag. So your code would look something like this:
<div id=”menu”>
<iframe src=”tagboard/tagboard.php” width=”99%” height=”300″ frameborder=”0″ scrolling=”auto” name=”tagboard” style=”overflow-y: scroll; overflow-x: auto;”></iframe>
</div>
Depends on your tagboard script, it might also be a good idea to use php include instead of dropping all codes in your index file.
Forum: Fixing WordPress
In reply to: Sidebar on Separate PageI’m not sure if this is the best solution for your need but I believe that can be done.
1. Cut and paste the sidebar content and save it as mysidebar.php.
2. Open your page that suppose to hold your new sidebar content.
3. Use include command to call mysidebar.php.
Example: <?PHP include (“mysidebar.php”); ?>
I am using this for all static pages in my site.
Arzel
Forum: Themes and Templates
In reply to: (X)HTML EditorsTry Notetab Light, it’s free. I have used Topstyle and HTML Kit, but I switched to Notetab. It’s simple and easy to use.
Forum: Fixing WordPress
In reply to: Resolution problemsDepends how complex your layout is. Generally, I think % is best, regardless of resolution, it’ll work and doesn’t leave much spaces in lower resolution like 800×600.
Forum: Themes and Templates
In reply to: iframe wierd movementThanks Kafkaesqui. I will have to read more on the div elements. I wonder why only iframe/google adbox behaves that way.
Forum: Your WordPress
In reply to: Phrixus – Clean & ClearGreat site!
Forum: Themes and Templates
In reply to: Arzel Themes for WP 1.3 ReleasedThanks a lot Sadish, I’ll look into the issue of PermaLink. If you found the solution, I’ll appreciate it if you can update me.
Forum: Themes and Templates
In reply to: Arzel Themes for WP 1.3 ReleasedNuclearMoose,
Thanks for the comments. You have a good point about the logo. I’ll do something about it. Thanks.Forum: Themes and Templates
In reply to: CSS – a big listThis is one of the huge CSS library I’ve seen. Thanks Podz. This is very useful for newbie like me.
BTW Podz, can you update my link in the Template/Design list? Thanks again.
ArzelForum: Plugins
In reply to: Guestbook plugin Wanted!Hi Sproke,
A few days ago I have released a theme for WP 1.2.1, it’s called Arzel Blue, and it includes a guestbook. It’s not a plugin actually, but installation and customization is easy. Just embed the guestbook.php in an iframe to match your site looks and feel. You can check out my site, and if that’s what you are looking for and you need any help just let me know.
ArzelForum: Fixing WordPress
In reply to: 1.3 downloadWP 1.3x I think is not recommended for production site, since it is not yet a stable release. Anywhow, you can give it a try, just make sure you backup your current wp files and your mysql, so if something went wrong, you have something left aside. I’ve seen many sites using 1.3x, must be quiet safe to use now.