Danielx64
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Odd layout on forumsSweet, Thanks π
Forum: Themes and Templates
In reply to: wp_get_nav_menu_items help requiredWhat I’m trying to do is is change the way that wp_nav_menu output it’s code.
Right now it is outputting (the url is just a example)
<li class="page_item page-item-2"><a href="http://www.giveawayoftheday.com/about/" title="About">About</a></li>and I would like to be able to have wp_nav_menu output something like this:
<li class="menu_button" style="float: left;"><a href="http://www.giveawayoftheday.com/about/" title="Home" style="font-weight: bold; text-transform: none;">Home</a></li>What is currently working:
wp_nav_menu (); – to create the menu
register_nav_menu(); – to allow wp-admin to control what go on that menuWhat is not working
wp_get_nav_menu_items(); I’m trying to use that to control the output of wp_nav_menu ();
Thanks
Forum: Themes and Templates
In reply to: How do I fix the floating image issue?Hi,
Thankyou for the link π That took care of it π
Forum: Themes and Templates
In reply to: Does Platform theme(free edition) support wp-pagenavi plugin?May sound silly, do you have the plugin turned on? Also did you read the readme file that comes with the plugin? The readme should tell you how to set it up with your theme.
Forum: Themes and Templates
In reply to: Does Platform theme(free edition) support wp-pagenavi plugin?If I’m correct, It need to go in your index.php and archive.php file.
I’m asking the same thing, I got told that Jetpack got some webug in it in the footer of all your blog pages
Forum: Developing with WordPress
In reply to: the class names in comment_class()Hello,
I just tried out your code, and it works π
Thankyou π
Forum: Hacks
In reply to: map wp-admin as a subdomainThankyou7 for getting back. Well I suppose they (wordpress) done that to stop cross domain cookies stealing.
In the end, I ended up using some very nice .htaccess code that checks to see if I got a keyword in the url, if so set a cookie that let me view the wp-login.php file and wp-admin folder.
If that cookie not there, then it gives a 404 error.
Thankyou for your help π
EDIT: I found the link to the site where I found it: http://www.mawhorter.net/web-development/securing-wordpress-a-passive-method-for-preventing-unauthorized-requests-to-wp-admin-and-wp-login-php
Please note i’ve made some changes so that it gives a 404 instead of a 403 error
Forum: Hacks
In reply to: map wp-admin as a subdomainHello,
Is there a update to this?
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Following DevelopmentI ended up just getting rid of WPU and create my own theme that match my phpbb forum. I may consider adding it into the theme database so that others can use it.
With the login, I just end up using this plugin and that all.
My only question is, is there a way to cut down the sql statements?
Forum: Hacks
In reply to: map wp-admin as a subdomainHello,
I just tried your trick, and it didn’t work fully. For start, I get to the login page, and I can’t login. No errors no nothing. Is there anything that I need to put in my wp-config.php file?
Right now I’m just trying to get it working oh http before going the extra step.
Thanks
Forum: Hacks
In reply to: map wp-admin as a subdomainThanks for the tip, I will give it a try when I get home tonight π
Thanks π
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] intergrate theme?Ok, if we take the theme system out, what about cross posting and use of the phpbb’s smlies and word *** system?