marusa
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Hosting without C-panelWhat about if the database name and password are already created?
Forum: Installing WordPress
In reply to: Hosting without C-panelWell this is only temporarry acess, but it is strange that i can not access to the webhost.
Forum: Installing WordPress
In reply to: Hosting without C-panelI get only blank page
Forum: Installing WordPress
In reply to: Hosting without C-paneldomain name
password
usernameForum: Installing WordPress
In reply to: Hosting without C-panelI use wamp server and there is a php my admin… I created database there but I run a website localy on my computer.
Forum: Installing WordPress
In reply to: Hosting without C-panelWhat about the database? Where do I create it? I am confused.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'Tnx for your concern but I have already solved the problem…
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'Ok so here is the whole php. funcitons file
[moderated: huge chunk of code removed, according to forum rules. please use a pastebin]
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'This is the code with 25 line included.
<?php if ( function_exists('add_theme_support') ) // This theme uses post thumbnails add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() add_theme_support( 'nav-menus' ); $artThemeSettings = array( 'menu.showSubmenus' => true, 'menu.homeCaption' => "Home", 'menu.showHome' => true, 'menu.topItemBegin' => "<span class=\"l\"></span><span class=\"r\"></span><span class=\"t\">", 'menu.topItemEnd' => "</span>" ); load_theme_textdomain('kubrick'); $themename = "modrosiva"; $shortname = "artisteer"; $default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br />Copyright © 2009 ".get_bloginfo('name').". All Rights Reserved.";Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a>Copyright © 2009 ".get_bloginfo('name').". All Rights Reserved.";This is line 24 and 25`
Forum: Plugins
In reply to: WP-Table Reloaded (problems with searc and sorting)Any suggestions?