Aleksandar
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Second domain mapping not workingThe dns works fine, with mapping turned off when i type thirddomain.com i get redirected to thirddomain.firstdomain.com but mapping is not working. When i insert domain in list if i uncheck primary it just loads with uld thirddomain.firstdomain.com. if i check primary it show it loads thirddomain.com but after some time it gets error could not load a page.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Second domain mapping not workinga day ago, but im using google dns on my network so it usually accept changes in only couple of hours. i also have to mention that i updated wordpress to 3.6 yesterday.
Forum: Hacks
In reply to: How to make a list like wordpress native page list?Hey thanks for the info, i did some research on WP_List_Table and come up on some tutorials. Things looks complex at first look but after reading documentation it’s actually simple. This helped me and i managed to make my page look like i wanted. Thanks for your info and help.
Forum: Fixing WordPress
In reply to: Menu link to list all recent posts from all categoriesThis worked like a charm, it was confusing how can page show all blog posts without making custom template or page or something but it looks like they made this hook just for purpose of making it to link in menu. I was searching whole day yesterday and somehow i couldn’t find solution that was in front of me. Thanks for your help.
Forum: Themes and Templates
In reply to: Different category in index pageany one?
Forum: Plugins
In reply to: currently watching postsim still struggling to get this to work, how its possible that no one developed similar plugin, and that people are not interested to answer here. please help someone.
Forum: Plugins
In reply to: currently watching postsim still struggling to get this to work, how its possible that no one developed similar plugin, and that people are not interested to answer here. please help someone.
Forum: Themes and Templates
In reply to: Different category in index pageok i found possible solution how to show other 18 videos from both section when go to next page, i set query_posts and $query_string . in both loop’s only first one have cat=-289 to exclude adult and other one have category_name=adult and it show only videos from adult category, but question remains is it possible to have 2 navigations and when i go to other page of adult section to show last 18 videos of other section, and vice versa.
Forum: Themes and Templates
In reply to: Different category in index pagethis is exactly what i need thank you, but now i have other problem, how to use 2 separated navigations for those 2 sections, i used <?php $my_query = new WP_Query(‘category_name=adult&posts_per_page=18’); ?> function to post videos only from that section, and <?php query_posts($query_string . ‘&cat=-289’); ?> to exclude category adult from other section, but when i navigate to second page videos from adult section are same, it always show last 18 videos, and from other section show other 18 videos. is there any way i can make 2 navigations, below sections, or at least to show other 18 videos from both sections when i navigate to other page. for example.
Recently adult videos
posts only from adult category
navigation for other adult videos
———————————————-
Recently uploaded videosposts from all other categories, and adult category excluded
navigation for other uploaded videos.
Forum: Installing WordPress
In reply to: Problem running wp 2.9.1Something similar happened once when i bulk activated all plugins, but this is not case here, i reinstalled wp more than 10 times, i deleted domain and sql database and recreated again, and installed wp again and still this problem.
Forum: Plugins
In reply to: Hack attack or what?ok i have found what was problem, there isn’t any topic on wordpress forum or site about this. it was plugin. wp-click-check.
Forum: Fixing WordPress
In reply to: how to target=”_blank” in postsin description of plugins this is it. but non of these plugins work. can this be set manually in wp somewhere?
Forum: Fixing WordPress
In reply to: New user registration emails not sending out!well my wp also wont send email to new user, i installed WP Mail SMTP plugin (this was only one working) but apparently there is some error in wp script. as i can see what happens when mail is sending because i host wp on my computer and i use mercury mail for delivering messages. for other sites and my own script message sending works fine through smtp.gmail but wordpress sends messages like this <[email protected] and mercury wont send messages like this. where and how to fix that wrong format code. mercury need format like [email protected] or Admin <[email protected]> with both <> not just only one < .there i get message error.
Forum: Fixing WordPress
In reply to: Not Recieving Registration Email!!!ok i have same problem like rest of you, but difference is i host my site on my computer i am using xampp and mercury mail system for mail delivering. my smtp server is gmail. you maybe dont see what happens when someone register but i see in mercury what happens. problem is somewhere in the script because no matter what email user type wp will always send mails to your smtp server address, not users address and there is conflict. don’t tell me i need to configure my mercury because it works fine for other sites i created.