coolbunny
Forum Replies Created
-
No results hmm, any coder can help ?
Forum: Fixing WordPress
In reply to: Sorting Category on Sidebar According to their ID’s and As you likeI suppose this feature is not possible in WordPress than π
Thanks, got the thing working with role manager to make sure guests, editors cannot execute php and wipe everything.
So those looking for solution go to
http://bluesome.net/post/2005/08/18/50/ to get the exec plugin.
Than go to
http://www.im-web-gefunden.de/wordpress-plugins/role-manager/
for role manager to disable execution of php by users other than yourself.
I wait for someone to actually combine all the features into some nice plugin for wordpress.
Thanks i am going to try that, and since i mannually code all my posts as wodpress makes them xhtml invalid, it shouldnt be much issue and since iam a noob i wont be able to code any plugin to help ease my pain, unless someone takes up and comes up with such a wonnderful plug.
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteHow about we say simple .php as no code other than the include code ? and other script as a fully coded working script using other files , just like wordpress. Now i wonder if i have 2 wordpress installs on different subdomains how will someone import sidebar from other subdomain ?
So when you look at the word simple.php its not a fully coded dynamic php page, its just pure blank page with just the include and the sidebar code.
Anyways how bout you actually try it, yourself and see for yourself ? If you got time, download phpld directory script from phplinkdirectory.com and install it on one subdomain, and install wordpress on other, and try to import the sidebar on your phpld script, than maybe you might be able to understand the whole situation better and will wait for you to reply “Y ” followed be “E” and than “S”.
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteThe best i could get at was this error ” Fatal error: Call to a member function on a non-object in /home/user/public_html/blog/wp-includes/functions.php on line 1008 “
System lagged, and caused me to double post π
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteYou cannot have 2 different scripts on same subdomain, cause both will have index.php file, and a folder can have only 1 file of same name.
Plus, how can you say, that “wordpress support export of sidebar and its elements on different directory/page running some different script?” as a Yes ?
I am mainly concerned about it working on different script, say for example you got joomla running on main domain and on subdomain wodpress, how will you import the sidebar to joomlas menu ? It works on simple .php page (not script page though).
So anyone had success doing it?
The best i could get at was this error ” Fatal error: Call to a member function on a non-object in /home/user/public_html/blog/wp-includes/functions.php on line 1008 ”
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteOk so it works on simple .php file not one smarty based script at all, anyone got this working on their directory or smarty based and fully coded php file ? So, that i can get it going ?
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteI tried everything, and the best it does is : It doesn’t look like you’ve installed WP yet. Try running install.php.
I am just trying to include sidebar on a directory script , putting the code in the index.php page :(. Why does it keep saying to install it though when path is defined properly ?
I have used
require(‘./blog/wp-blog-header.php’);
require(‘../wp-blog-header.php’);
require(‘./directoryblog/wp-blog-header.php’);
require(‘/home/user/public_html/blog/wp-blog-header.php’);Still getting no where :(.
Does wordpress support export of sidebar and its elements on different directory/page running some different script? And not just simple .php page.Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteStill same thing : It doesn’t look like you’ve installed WP yet. Try running install.php.
used /home/user/public_html/blog/wp-blog-header.php
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/Websitei used <?php
/* Short and sweet */
require(‘.abcblog/wp-blog-header.php’);
?>Shall i be using /home/user/path/ ? instead?
Forum: Requests and Feedback
In reply to: Sidebar Export on Different Pages/WebsiteI did try that before posting here, and it always says ” Install wordpress ” and directs me to install page instead, thats why i posted.