HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

ocPortal 8 RC3 released

Login / Search

 [ Join | More ]
 
Posted
Rating:
#82805
Avatar

Community saint

Comment: #news_287

In Members->Delete lurkers, it would be good to have the option to delete accounts awaiting email confirmation. Used in conjunction with the "Minimum days since joining" this could be a nice feature to winnow the members list of people who have never completed registration.

Bob


Last edit: by BobS
Back to the top
 
Posted
Rating:
#82806
Avatar

Community saint

Calendar entry v detail still not quite right:

  



Back to the top
 
Posted
Rating:
#82811
Avatar

Community saint

Items should appear as either blog posts or news post, but not both:





Bob
Back to the top
 
Posted
Item has a rating of 5 (Liked by sholzy)  
Rating:
#82818
Avatar

Community saint

Came across this in this forum. When adding an attachment and hitting the "Cancel" button, the attachment is still added.

2012-04-03_2058 - BobS702's library

Bob
Back to the top
 
Posted
Rating:
#82833
Avatar

Community saint

Chris Graham said

The error about a forum ID not being passed is still in the member profile page, however I think that is because of the two calls to particular forums in the OCF_FORUMS.tpl, causing that. Not a real big issue, and not seeming to cause any harm site wise.

{ID} is passed as NULL for this (because it's not an actual forum), so those references you've added need guarding with {+START,IF_PASSED,ID} around them otherwise it can't process it.

I haven't seen anything pertaining to a Google +1 on the front page, thought I read that as a feature for v8. Might have dreamed that though.

In the main_screen_actions block

As I don't have facebook I haven't dugged for anything related to Facebook for my site or members yet. I might have to get a facebook account though just to see about that functionality. Wasn't there supposed to be something in the member's page for facebook activity? And what about the "like this" on facebook?

It's a non-bundled addon.

On the top of posts on my site I only have the five starts that you can click on any number of star to give the post a rating. I don't see the thumbs up/thumbs down image I see here. Must be some setting I haven't discovered yet?

If you want likes rather than ratings you need to do this command in OcCLE:

Code

:set_value('likes','1');
as there's no config option yet.

Eventually there will be, but for now it's only a quasi-official feature.
Ah but Chris, it is protected by such.

Code


{+START,IF,{$EQ,{ID},1}}
{$LOAD_PAGE,infobox,site}
{+END}

{+START,IF,{$EQ,{ID},59}}
{$LOAD_PAGE,map,SagaofAblution}
{+END}


So by that, then shouldn't that bug not be present? Perhaps this is another bug?

I'll look over the rest of the stuff later. And BTW - I do have the Activities add-on.

Legends of Nor'Ova: A site powered by ocPortal; a role playing community where you can purchase the LofN core rule book and participate in the forum-based RPG.

Like ocPortal? Want to thank Chris and gang somehow? Then help out in the chat room! It really needs your help! Just open it in a tab everytime you open your web browser, and when you hear a "ding", check it out!

"Those who want help should first be willing to give help."

Back to the top
 
Posted
Rating:
#82839
Avatar

ocStaff (admin)

So by that, then shouldn't that bug not be present? Perhaps this is another bug?

I can't see any use of IF_PASSED in the code you posted. It can't do an EQ check if it's not passed without flagging an error, unless surrounded by an IF_PASSED.

I do have the Activities add-on.

If the OCF_MEMBER_PROFILE_SCREEN template is not correct, other tabs may not be showing.



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82841
Avatar

ocStaff (admin)

BobS said

Came across this in this forum. When adding an attachment and hitting the "Cancel" button, the attachment is still added.

2012-04-03_2058 - BobS702's library

Bob


Fixed



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82842
Avatar

ocStaff (admin)

BobS said

Items should appear as either blog posts or news post, but not both:





Bob


Blog posts are news posts in ocPortal.



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82843
Avatar

ocStaff (admin)

BobS said

In Members->Delete lurkers, it would be good to have the option to delete accounts awaiting email confirmation. Used in conjunction with the "Minimum days since joining" this could be a nice feature to winnow the members list of people who have never completed registration.

Bob


Post on tracker then please ;).



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82844
Avatar

ocStaff (admin)

BobS said

This is a small detail but it has bothered me for a while. In Site Statistics, the different reports have different reporting periods - some from using month-end dates (2 months previous to last month-end) and others using today's dats. Is this by design?

Bob


Depends how you define 'design' I suppose ;). I haven't looked at this myself for a while but I guess some look back from the current date and some are meant as monthly reports. But this isn't a good place to discuss it.



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82858
Avatar

ocStaff (admin)

Falko said

Hey. At first let me say: ocPortal v8 is really great :thumbs: If I one day should have to much money again I for sure will make a further investment ;)

I checked the calendar again and could find a further bug with the calendar side block. Just add e.g. an all-day event from 01.04.2012 to 05.04.2012 and it won't appear their. It is IMPORTANT to set the start time before the current date to reproduce this.

Oh, by the way I really was happy to find the "Choose custom 'Images' fields" function in the gallery. Great job :)

And I can't use the "Make comment" function (Firefox 11):

http://vimeo.com/39729357

Sorry for the noise.

Best regards
Falko



Think the 'make comment' bug fix was posted in this thread somewhere.

Regarding the calendar issue, not really a bug as such, but I do see your point. I have made it look 30 days behind the current date for events, and those within that extra 30 day time window that continue into the actual time window, will be shown. E.g. your event will show as "Last Sun".



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82859
Avatar

ocStaff (admin)

BobS said

Calendar entry v detail still not quite right:

  



I couldn't reproduce this. In fact, it should not be possible – the event has no end date, so does not run over a time period. I have double checked the code, it should not be possible. If you pass it through an edit and re-view, does it fix itself?

I wonder if somehow the previous version incorrectly saved a partial end date for the event and the logic between the edit form and the view screen are dealing with that differently.



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Rating:
#82862
Avatar

Community saint

Is it just me going nuts or are the avatars in this forum weirding out on me, it looks like the container for the avatar is somehow exterior to the post content container thus causing an ignorance to any form of padding or margin and allowing the post text to be displayed over the avatar. Am I seeing the code for the avatar wrong or is there no span being used!?



GRRRRRRRRRRRRR, there's an attachment here but the board keeps telling me I made an error in not filling out all the required fields, come on, I added an attachment, what does it want from me a sonnet or something!

Metal IS Forever & We WILL Rock You 'til You Choke! Rock Babe
Back to the top
 
Posted
Rating:
#82863
Avatar

Community saint

Aaarrgh, the screen just went all squirley like the topic display was 'not' threaded, I'm confused here!

Metal IS Forever & We WILL Rock You 'til You Choke! Rock Babe
Back to the top
 
Posted
Rating:
#82868
Avatar

Community saint

Petrikuhr said

… Is it just me going nuts or are the avatars in this forum weirding out on me …
Using Chrome, I tried both views, but can't see your issue. Sorry!



I CAN concur that there is a problem uploading images!

bummer


Last edit: by Fletch

Take my advice. I'm not using it!

View my working ocPortal site (version 9.x.x) at Anglo-Indian Portal
Back to the top
 
Posted
Rating:
#82872
Avatar

Community saint

Fletch said

Petrikuhr said

… Is it just me going nuts or are the avatars in this forum weirding out on me …
Using Chrome, I tried both views, but can't see your issue. Sorry!

I know, on the second page the view is like every other forum with the avatars on the left and it's all roses and sunshine, but go back to page 1 and you'll see what I mean, the avatars are in the post body kind of thing and the text overflows onto the avatars.

Metal IS Forever & We WILL Rock You 'til You Choke! Rock Babe
Back to the top
 
Posted
Rating:
#82879
Avatar

Community saint

Chris Graham said

BobS said

Items should appear as either blog posts or news post, but not both:





Bob


Blog posts are news posts in ocPortal.

Yes, I knew this. I was just thinking that maybe you could do something similar to what you d in the main_news_block (I think) where you can segregate news and blog postings.

Bob

Back to the top
 
Posted
Rating:
#82882
Avatar

Community saint

Chris Graham said

So by that, then shouldn't that bug not be present? Perhaps this is another bug?

I can't see any use of IF_PASSED in the code you posted. It can't do an EQ check if it's not passed without flagging an error, unless surrounded by an IF_PASSED.

I do have the Activities add-on.

If the OCF_MEMBER_PROFILE_SCREEN template is not correct, other tabs may not be showing.

Huh? So I need to revise that script? Hmm.. ok, will tackle that beast later lol.

About the add-on, the activites tab functions fine lol. All tabs do (I believe lol). I was just thinking I'd see something related to facebook in the activities tab instead of a box to type what you are thinking. Perhaps I was wrong, and that requires something else? Or maybe that is the part that doesn't pass through without me altering the code some to fix the other error…

As for the error, would this be correct then? Just want to make sure before I dig into it.

Code

{+START,IF_PASSED,{$EQ,{ID},1}}
{$LOAD_PAGE,infobox,site}
{+END}

{+START,IF_PASSED,{$EQ,{ID},59}}
{$LOAD_PAGE,map,SagaofAblution}
{+END}

Legends of Nor'Ova: A site powered by ocPortal; a role playing community where you can purchase the LofN core rule book and participate in the forum-based RPG.

Like ocPortal? Want to thank Chris and gang somehow? Then help out in the chat room! It really needs your help! Just open it in a tab everytime you open your web browser, and when you hear a "ding", check it out!

"Those who want help should first be willing to give help."

Back to the top
 
Posted
Rating:
#82885
Avatar

Community saint

Chris Graham said

I couldn't reproduce this. In fact, it should not be possible – the event has no end date, so does not run over a time period. I have double checked the code, it should not be possible. If you pass it through an edit and re-view, does it fix itself?

I wonder if somehow the previous version incorrectly saved a partial end date for the event and the logic between the edit form and the view screen are dealing with that differently.
I had edited it by ticking the all day event thinking that would fix it. I cleared all caches and the problem was still there. I just changed the date and saved and the problem went away. Changed the date back and I am happy camper.

Bob
Back to the top
 
Posted
Rating:
#82886
Avatar

Community saint

Chris Graham said

BobS said

In Members->Delete lurkers, it would be good to have the option to delete accounts awaiting email confirmation. Used in conjunction with the "Minimum days since joining" this could be a nice feature to winnow the members list of people who have never completed registration.

Bob


Post on tracker then please ;).

Done.

0000419: Add the ability to delete members with unconfirmed registration emails to the "Delete lurkers" - ocPortal feature tracker

Bob
Back to the top
 
1 guests and 0 members have just viewed this: None
Control functions:

Quick reply   Expand