chaaban
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Normal user can access adminpanelif he registred , hes not supposed 2 have access to the admin panel .
or maybe you tought it was admin panel .
Forum: Requests and Feedback
In reply to: Flash Frontend for WordPressis there any download link ? or its specific to your site … ?
Forum: Your WordPress
In reply to: My site redesignlook fine on IE
Forum: Requests and Feedback
In reply to: Flash Frontend for WordPressVery Nice , even if i dont like the usage of flash on a website 🙂
Good Work (Y)
Forum: Fixing WordPress
In reply to: 83.245.62.34 hogging bandwidthCheck your logs file 2 see what did they download
Forum: Your WordPress
In reply to: darkmotion IIIi agree with whooami , link should be direct to the blog ..
anyway blog look fine , one more theme added to the themes list .
Forum: Fixing WordPress
In reply to: how do the blogs have phpShiners most blog use php technologie , even wordpress use .php extention
but there is something called permalink , wich will change the .php to somethign the user will choose (using .htacess)
so you might see .aspx extention and in reality its .php
in the same way you could see no extention just fake (virtual) folder wich is better for search engine .
so something like this : domain/index.php?page=3 can ve changed to : domain/3/
Forum: Everything else WordPress
In reply to: is this a JOKE lollol 🙂
250 , 000 $ i think you might be able 2 buy wordpress it self
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsi mean just if someone would like to act in a bad way 🙂 and mess your blog (o’.’o) like i did for the poor guy but it was just tests issues :p
Automatic wraping like in your post 🙂
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsis this a bug issue ? because i was testing on some wordpress blog to post long words (just tests issues), it messed all there blog apparence and it became disorted .
here is what i mean : see this blog :
blog.meebo.com/?p=65 (see how the page look and my last post)
how can we prevent such thing to happen ?
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsis the post disorted or i’m the only one who see the posts disorted now ?
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsno you dont need the one with ! ,
the one with ! is for plugin programmer , its just in case the programmer gave a function name that allready exist .
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsdid i just mess arround wordpress posts ?
this is what i tought there is something wrong in wordpress strip tag issue
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your plugins<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<h2><?php _e(‘Themes:’); ?></h2>
<?php wp_theme_switcher(); ?><?php } ?>
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginssorry i meant 2 make definition if it dont exist …
if (! function_exists(“my_function”))
{
function my_function () { }
}