Customizations Needed Please

Creating and modifying plugins.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Customizations Needed Please

Post by garvinhicking »

Use this SQL for every entryID:

Code: Select all

INSERT into serendipity_entryproperties(entryid, property, value) VALUES (4711, 'ep_access', 'member');
And yes, you can set up virtualhosts. Just use this in the virtualhost container:

Code: Select all

DirectoryIndex serendipity_admin.php index.php
You can also try to insert this directive/code immediately inside a .htaccess file of your serendipity directory.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
rahulmunjal
Regular
Posts: 27
Joined: Thu May 05, 2005 6:44 am
Location: Bangalore, India

It's not changing to Myself / Co-Authors

Post by rahulmunjal »

Whenever i edit and entry and then edit extended options.... it displays that it has changed.
But when we again edit the ehtry, it again displays the original value that we selected.

Is it happening at your end too ?

Waiting for your reply.........

Regards,
Rahul
rahulmunjal
Regular
Posts: 27
Joined: Thu May 05, 2005 6:44 am
Location: Bangalore, India

Customizations Needed Please

Post by rahulmunjal »

Warning: Invalid argument supplied for foreach() in D:\Apache Group\Apache2\htdocs\serendipity\plugins\serendipity_event_sidebarhider\serendipity_event_sidebarhider.php on line 389

Also, this is the error when we click on
Save Changes to Layout

under Manage Sidebar Visibility !!

And the data is not stored. Please suggest me what to do regarding that too.....

Regards,
Rahul
rahulmunjal
Regular
Posts: 27
Joined: Thu May 05, 2005 6:44 am
Location: Bangalore, India

Customizations Needed Please

Post by rahulmunjal »

Whenever i edit and entry and then edit extended options.... it displays that it has changed.
But when we again edit the ehtry, it again displays the original value that we selected.
Please ignore it. There was some inconsistency that i solved.

But a good thing that i came up with is that if a BLOG Entry is very large... then even if we select it only to be displayed to co-authors, still its getting displayed to everyone. I know technically it doesn't sounds ok. But its happening. Whenever i cut short it, its functioning well. But if i make it again huge, say 11 pages large in IE... it starts getting displayed. :cry:


Please if possible, check it out.

Regards,
Rahul
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Customizations Needed Please

Post by garvinhicking »

This really cannot be technically :)

Check your serendipity_entryproperties table and see if for that large entryid the "ep_access" property is set to "member" properly?

I suspect that when saving a large entry your PHP stalls and serendipity cannot insert the entrypropeties...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply