JQuery 1.1.6 is what I have - and yes, its enabled. I have JQThickBox too and that works fine, so I don't think its jQuery.
Don't know about a conflict with another extension - but its not just Safari, the date picker does not show in Firefox eithe…
Hi, thanks for the reply. I use Safari on OSX with MAMP as a localhost.
The date picker does not display in FF either - I assumed it might be the relative paths or something like that, but in FF, Firebug gives this error:
$(".date-pick") has no pr…
I don't get the date picker showing - using MAMP on localhost, so maybe its because of that...
Is it possible to get a list of the closed discussions, then have the option to delete them?
JQuery 1.1.6 is what I have - and yes, its enabled. I have JQThickBox too and that works fine, so I don't think its jQuery.
Don't know about a conflict with another extension - but its not just Safari, the date picker does not show in Firefox eithe…
Hi, thanks for the reply. I use Safari on OSX with MAMP as a localhost.
The date picker does not display in FF either - I assumed it might be the relative paths or something like that, but in FF, Firebug gives this error:
$(".date-pick") has no pr…
I don't get the date picker showing - using MAMP on localhost, so maybe its because of that...
Is it possible to get a list of the closed discussions, then have the option to delete them?
Hi, I downloaded a fresh version, then removed the old discussion tags from the extensions folder. After uploading the new folder and enabling it, I get the same error as above.
Note I am on localhost - MAMP.
The tags work, as in they display fin…
Hi,
I get this error when clicking on the "view all tags" link:
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
The "DiscussionTags" class referenced by "DiscussionTags" does not appear to …
Hi, I downloaded a fresh version, then removed the old discussion tags from the extensions folder. After uploading the new folder and enabling it, I get the same error as above.
Note I am on localhost - MAMP.
The tags work, as in they display fin…
Hi,
I get this error when clicking on the "view all tags" link:
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
The "DiscussionTags" class referenced by "DiscussionTags" does not appear to …
Surprising you have problems with static pages - its easy as pie. Create a section for your static page, then choose whether to use the default page for your XHTML or create a new page. Then, in your page, place something like article limit=1 where …
Hi - I think by the sound of what you are interested in, TXP is a good choice for you. I don't use the plugin I mentioned earlier, but here it is:
http://textpattern.org/plugins/643/ied_hide_in_admin
Hope this helps. If you need anything else, bes…
Try Textpattern - http://textpattern.com - you decide on the XHTML and CSS, and there are plugins available which can reduce the amount of fields your client sees in the Admin panel.
Thanks WallPhone. Still not quite working for me - if I have one of the following:
if ( in_array($Context->Session->User->RoleID, array(4, 5, 6)) )
or:
if ($Context->Session->User->RoleID == 4)
or:
if ($User->RoleID == 4)
Then…
Found the answer myself - instead of closing the else statement with the closing "tbody" tag, it needed a few lines, plus a closing else tag:
$CommentList .= '
';
}
Does not quite do what I want it to do yet, for example, how to ch…
Thanks WallPhone for the help!
I now have this in the comments.php file:
if ($Context->Session->User->RoleID == 4)
{
$CommentList .= '
This job listing is only readable for paid members. Sign up to become a member!';
}
else
{
all lin…
Mmm, still have not figured this one out - how to get jakob_r's suggestion to work. http://lussumo.com/community/?CommentID=73013 (New site - classifieds style # 13)
Anyone have an idea of where I could be going wrong? Not much good at PHP I'm afra…
Thanks jimw, I will look at your add-on...think though that it will not do what I need, which is:
Title of the post
The first 100 or so characters of the post
Click on the post link, and if the user is a paid member, display the entire post (class…
Jakob, hope you can help with this error I am getting, plus my last post about the teaser....think this is my last major hurdle before switching the site to Vanilla...
Also wondering if there is a way to show a "teaser" of each classified posting? Instead of just the title of the classified being displayed, I would like *some* of the text of the classified to be shown.
Reason being - the title of a classified may…
Hi,
I entered the followed in the delbat comments.php them file:
if ($User->RoleID == 4)
{
$CommentList .= 'This job listing is only readable for paid members. Sign up to become a member!';
}
else
{
all lines between the opening and closin…
Hi Jakob,
I really appreciate your help - you have made the project seem possible ;-)
All of your suggestions have been helpful so far, but I don't see in the comments.php file where the permissions/roles if/else statement should go...
I use the …
Hi Jakob,
Thanks for the very detailed help. It will take me some time to go through it, but having already started with some of your suggestions, I see more clearly how it all fits together...
Some quick questions:
1. How to display the jo…