Granit
Forum Replies Created
-
Forum: Plugins
In reply to: Message Between Authors?I just found it, here is the link if someone else needs it.
Forum: Plugins
In reply to: Message Between Authors?I have used the search before i even wrote here.
It is not quite a PM function i am after, more like a shout/whiteboard where everything that is written everyone with access to the admin area
can see.I think i have seen something similar but now i cant find it among the plugins.
Forum: Plugins
In reply to: Message Between Authors?No one that know of any plugin related to what i wrote earlier?
Forum: Plugins
In reply to: [Plugin: Title Icon] Show it in the centerI dont have that in my css file.
Forum: Plugins
In reply to: Exclude CategoriesYour pastebin code looks mostly fine to me – you’ve correctly put the query_posts call before the Loop. I think it’s just a small typo causing the problem – you’ve got an extra semicolon after the ampersand (right before paged=$paged). Sorry, I would simply put the correct line here, but the forum editor would just muck with my ampersand again.
Thank you so very much for that, now it works like it should and i huge stone is lifted from my head.
Also, I’d recommend less agitation in how you’re phrasing your requests here. Most folks in the forums (like me) aren’t getting paid to be here. I’ve actually just recently begun helping out. It’s one thing to get agitated if you’re paying for support; it’s another when people are here making a community effort.
_________________________
Well said.
To my knowledge, nobody is paid to be here. We’re all freely volunteering our time.I am sorry if i have offended someone, and it was not my intention to offend anyone and i see you point.
But this almost killed me and i am sorry for again.
If i need any more help down the road i will keep the tone down and i totally see your point in this.
I also hope to learn wordpress my self both for me own satisfaction, but also in order to help other.
And again, thank you so much for the help.
Forum: Plugins
In reply to: Exclude CategoriesSorry for all of my post, but this is really frustration that no one can help out on this. I really tough that there would be some expertise here that would know a little bit of wordpress code.
And since i don´t have any place to turn to this was my last option.
I would be very glade is someone could point me in the direction of a place where one could get some support on this mater.
And i hope that the moderator don´t delete my post.
Forum: Plugins
In reply to: Exclude CategoriesHere the file is, i don´t know if there are any needs for the other files since to my knowledge it is in this file this is controlled.
Forum: Plugins
In reply to: Exclude Categoriestoppa, if you need to see the while file please let me know because i really don´t follow you regarding this code you presented.
Forum: Plugins
In reply to: Exclude CategoriesI have done like this, i am not that good when it comes to this and put the code where i tough it should be.
<div style="float:left;width:463px;"> <h2 class="img_title h2"><span><?php echo OnePanelLanguage::GetText( 'most_recent' ); ?></span></h2> <ul> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-7&;paged=$paged"); while (have_posts()) : the_post(); ?>Forum: Plugins
In reply to: Exclude CategoriesWhy are you deleting my post all the time?
If no one can help me here, does anyone know where to turn with this issue?
Forum: Plugins
In reply to: Exclude CategoriesYes i have done that but it does not work anyway with the pagnation or what it is called.
I still get the same posts on every page.
Forum: Plugins
In reply to: Exclude CategoriesDoes anyone know how to fix this issue and get the code to work?
Forum: Plugins
In reply to: Exclude CategoriesI tryed the code you provided here and still getting the same result.
Forum: Plugins
In reply to: Exclude CategoriesThat should be a regular ampersand in there – the forum editor converted it into an entity
I am not sure i follow you here?
I am a similar question and post it here, is there any plugin that makes it possible for me to charge per post?
Lets say a reader want to read post A but don´t post B and then he can pay to read post A?