ok I didnt figure it out. I must be missing something but I have no clue anymore what im doing wrong.
<!-- Navigation Bar -->
<ul class="navigation">
<li><a href="<?php echo...
Type: Posts; User: coreyt1111
ok I didnt figure it out. I must be missing something but I have no clue anymore what im doing wrong.
<!-- Navigation Bar -->
<ul class="navigation">
<li><a href="<?php echo...
all I did nick was put in <li>http://www.example.com/index.php?page=about</li>
well im not 100% sure but it is working now :) Thanks for the help! Now I guess I should ask how to make the text in...
Got it! I just did it like this:
<li>http://www.example.com/index.php?page=about</li>
It worked but I always have troubles figuring out where in the code haha. Hope this helps some people in...
do I take out the <a href="<?php echo $h->url(array('page'=>'faq')); ?>">FAQ</a> code and replace it with <li>http://www.example.com/index.php?page=about</li> ?
lol. Ok let me show you my code:
<!-- Navigation Bar -->
<ul class="navigation">
<?php if ($h->currentUser->loggedIn) {
if($h->isActive('avatar')) {
...
Thanks I did that but it changed all my links to look like the format of the about link and stacked them vertically. Maybe im missing something? Sorry for all the questions. I tried changing the...
Thanks Nick I got it done but the about link on my homepage is in different font. How can I fix this? I tried looking at the code but know nothing about coding. Im lucky i've figured things out as...
yea ive tried the static page several times without success. Dont know what im doing wrong. How do I create a button that matches my theme also that says about...a button like the rest of the...
To create a static page do I do it like this?
<?php
/**
* FAQ for my site
*/
?>
<p>THIS IS THE FAQ for <?php echo www.mysite.com; ?></p>
thanks I will try the sidebar :) Your really quick at replying haha!!! Do you got a group of like 10 people who use your username? LOL...you dont have to reply to that.
im sorry Nick but to create the message on front page what php file do I open? Thanks
Hi,
how do I create static pages with same layout as the buttons on my site? I want to create say an about you page etc. Thanks
Thanks I got my header working :) However, I dont understand how to add static pages to my site or a sticky welcome message. I would like to add an about page and explain what my site is about....
Hi,
right now im using the Shibuya Theme and want to know how I can cleanly add my own custom header image into the theme. I read another post about this but I tried it and failed. I know it...
I like the look but how do we change the language to English?
lol wow. I tried to fix this for 6 hours. Feel stupid haha. Thanks for the quick support. You have no idea how much it helps :)
what is popular for anyways? I already have the best of 24 hours, 7 days, month year all time etc. Can I just remove the popular tab and it defaults to upcoming? Thanks
I thought though it was suppose to take me to the category right? Is there any way to fix this? I want to create categorys and have the post that are suppose to be posted there show up. Can I change...
SB Base 1.1
User Signin 0.6
Widgets 0.9
Users 1.9
Submit 2.6
Comments 2.0
Category Manager 0.7
Categories...
just sent you a pm Nick :)
Ok guys think I found the problem. Well I did but I dont know how to make it an automatic fix so to speak:
The default "path" or url for my category link is:
...
tried 755 permissions and still have the same problem. Everything else works perfectly!! It submits the story fine etc. It just says "no post" when you click on the category the story was submitted...
hostgator tells me on a shared server the 777 permission will not work. Is that a problem? If so is there an alternative? Thanks
Hi,
when anyone submits a story the stories do not show under any caterogies I have created with categories plugin. They do however show up under the popular, latest, upcoming and all section.
...
to add the query to see if the same user with isp has voted do I open the vote.php file? I would really like to do this if its not too hard. My whole sites premise revolves around getting the most...