Phunky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deny comments to all but some?Get Owen Winkler role manager plugin and set up a new capability called “Can Comment” Then get the people you wish to comment to signup and then set there accounts with “Can Comment”
Then edit the comment.php template to only allow people with “Can Comment” capability to be the only people to show the comment form too
Forum: Plugins
In reply to: Request: Adding few html codes to ALL Existing pagesAslong as all the pages have been created within pages thru “Write Pages” as you say then all you need to edit is the page.php file within you WordPress theme.
This will ad it to each “Page” created within WordPress
Forum: Fixing WordPress
In reply to: what is this operatorThats is used on Object Vars
ie: $wpdb->get_results or $userdata->ID
Forum: Fixing WordPress
In reply to: Default Time format helpg:i A is just the PHP formating for the time, not where you actualy set the time differnce.
Forum: Fixing WordPress
In reply to: registration not sending password“we are both somewhat experienced at web design and most scripting techniques, although more with PHP and CGI-Perl than ASP…but that should have no affect setting up WP.”
1) WordPress is PHP/MySQl
2) Is mail running on the webserver? ie: can you send with mail()
3)What version of PHP/MySQL are you running and is it on Linux or Windows?Forum: Fixing WordPress
In reply to: AMAZING THE RESPONSESTry explaining your problem abit better than just “its not working”
Its a bit hard for ppl to help you if we have no clue as to whats happening.
For all we know you could have installed some custom made theme thats not for 2.01 or could even be broken in its self.
Your attitude sucks and i hope you have fun pulling your head out of your arse
Forum: Fixing WordPress
In reply to: COMMENT COUNTER NOT ADVANCING AND NO PASSWORDLink to your site? so we can have a look?
Have you edited the template? if so are you sure you have actual placed the comments_popup_link in correctly
ie:
[code]comments_popup_link('No Comments »', '1 Comment »', '% Comments »');[/code]once again a more descriptive post of your issuse would help. Also posting the same issuse twice wont get you any help quicker
Forum: Fixing WordPress
In reply to: THE BEST THING ABOUT WORDPRESS PROGRAMrtfm
Forum: Fixing WordPress
In reply to: registration not sending passwordIs WordPress giving you a error back?
Have you and your friend checked you junkmail?
Have you setup wordpress correctly?A bit more info other than “Its not working” would help us help you
Forum: Fixing WordPress
In reply to: AMAZING THE RESPONSESDont expect 100s to rush to you help with any form of attitude like this.
9/10 the issuse has already been resolved and some quick searching on here or on the codex will find you a answer.
Also just as above, most people who do help people out on this forum do so off there own back and dont check the forums 24/7
Forum: Your WordPress
In reply to: Visual GrammarYeah i dont really do anything on Phunky.co.uk anymore dont have the time.
http://www.EuroCSS.NET is my main project at the moment, currently working on v2 powered by WP of course!
Forum: Your WordPress
In reply to: Visual GrammarNice site, i was in Singapore last year as part of the UK WCG Squad.
The wifi points where everywhere, shame they have pulled it was great to have such open access to the net everywhere.
Ill be keeping a eye on you blog 😀
Forum: Plugins
In reply to: Check a Role?Ooooh dint know about that GamerZ 😀
Anyway i made a function, well a few functions for getting any user’s role just by there $user_ID
http://pastecode.net/?action=viewpost&tag=715
^ thats cut down from what ive written as its been done for a very modded WP2.01 site but you should be able to work it out from that!
Forum: Plugins
In reply to: Comment System ReplacementYeah, its not really much work to change it.
Replace die() with break; and add a nice bit to the template 🙂
Forum: Plugins
In reply to: User Profiles1) Yes this is written for WP 2.01
2) Yes the first part is done as a WP-Plugin just add <?php pky_userProfile();?> into the page you wish to use it in.3) That is a page template for signing up users.