fas.khan
Forum Replies Created
-
Forum: Plugins
In reply to: WP PrestaShopDude!
Not free?
Bummmer!Keeping in view Prestashop and WordPress are free!
Hope your business strategy was to accept donations ??
Forum: Plugins
In reply to: Anyone know a newsletter plugin?Hi sassymonkey,
Did you find any such plugin for the newsletter ?? ?
Forum: Fixing WordPress
In reply to: Registering Users and allowing them to writeHi people,
until now, I did the following.
Before I delve into details, here are the plugins that I used:-
- Adminimize
- Members
- Profiler
- More Fields
By making the registration to lead into the Contributer rights, I made the subscriber see only the minimum things. Things which I did’t want him to see, I hid from Adminimize Plugin.
I made a new field with More Fields plugin, named as Blog, which would fill this New Blog content.
Profile helped me to make the profile.
Through Members, I allowed him to add the media through Contributor Login.
Any other suggestion, you want to make? I am not fully through actually. ??
Best.
Forum: Fixing WordPress
In reply to: Contributors to add images and links to Blog – How to set this up?But that also allows it to delete and see all the other uploaded images in the blog by the administrator and other members.
Is there a possibiliy, that it can see/upload/delete his/her own images within a blog post?
Many Thanks.
Forum: Plugins
In reply to: [Plugin: User Access Manager] new features request donate $ for pluginDitto to your requests!
Ya, it is a great plugin!
Here is where the donations can be made or at least the author can be contacted.
https://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/
Best
Forum: Plugins
In reply to: Advanced Excerpt & Viper’s Video Quicktagoneone11! did you ever !!! ?
Forum: Fixing WordPress
In reply to: Sticky Code to show Stick post first is not workingI solved with the following code.
$recentPosts = new WP_Query(); $sticky = get_option('sticky_posts'); $args = array( 'showposts' => 1, 'post__in' => $sticky, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => 'ewp-news' ); $recentPosts->query($args); while ($recentPosts->have_posts()) : $recentPosts->the_post(); // Printing Title and Excerpt! <?php endwhile; ?>
Many Thanks.
Forum: Fixing WordPress
In reply to: Sticky Code to show Stick post first is not workingThanks a lot for your reply !
now it does show me a post when there is one with a sticky.
But when there is no sticky, it doesn’t show me anything. I wanted that if there is no sticky, it just shows me the latest post…
Is it possible?
Many Thanks.
Forum: Fixing WordPress
In reply to: prompt to save/open php file instead of displaying WP site locallyI am getting this on my website, live!
:S
any help?
Forum: Your WordPress
In reply to: WordPress as CMS – professional design, look and feel – feedbackPosted twice?
It was also good there ??
Forum: Your WordPress
In reply to: WordPress being used as CMS – comments and feedbacksThanks Matt,
I appreciate your comments.
Forum: Your WordPress
In reply to: Personal Portfoliobeautiful! very beautiful!
hands down beautiful ??
cough cough _can you_ cough cough _release the theme please_ cough cough cough ??
Forum: Your WordPress
In reply to: WordPress being used as CMS – comments and feedbackshahah! Thanks Man and thanks for that link… I will definitely make something out of it.
Thanks a lot for your compliment. I actually dont know what might have been the problem with the Contact Form, but it always worked.
I gave it a few tries even now.
Regarding your site, bravo to you for handling quite a big site in WordPress. But I did find the left column links a bit of confusing …
Did you try the plugin named “Fold Page List”?~Many many Thanks.
Forum: Your WordPress
In reply to: WordPress being used as CMS – comments and feedbackswow Leon, that is very true actually.
If said truthfully, then it is actually a flaw in my design, I was left with no other option. May be I should have shown them from up to down rather than in a parallel position …
not much proud of it ….
Forum: Your WordPress
In reply to: WordPress being used as CMS – comments and feedbacksactually your questions had answer in them already!
How stupid I am.
It was embedding a link when the user uploaded the link. Simple editing/disabling of it has done it.
It is in full swing now ??
Many Thanks.