5 of 5
5
Nested Weblogs
Posted: 13 July 2007 07:29 PM   [ Ignore ]   [ # 73 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1917
Joined  01-05-2007
jammo - 13 July 2007 02:25 PM

Does NOT work with EE 1.6 20070621.
The only other extension I am using is Extension: Add Site Name (to Control Panel header).

I’ve had to disable my nested weblogs.

THE ERROR:
After upgrading from previous 1.08, the redirect takes me back to root of my control panel, where the screen is blank. View Source reveals nothing - blank as well.

Yep same here as well. I am using 20070708.

 Signature 

 
Steven Hambleton | Follow me on Twitter!


ExpressionEngine Outsourcing for Marketing, Graphic & Web Agencies
Partner with a professional ExpressionEngine development team to turn your designs into functioning sites.

Profile
 
 
Posted: 13 August 2007 12:50 PM   [ Ignore ]   [ # 74 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1214
Joined  01-05-2006

I’m looking into them now Victor, but unfortunately as this is a side project I don’t have a planned release date for the fixes.

 Signature 

================================================
    Mark Huot
    http://markhuot.com
================================================

Profile
 
 
Posted: 13 August 2007 08:40 PM   [ Ignore ]   [ # 75 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1917
Joined  01-05-2007

Thank you Mark, it is an awesome Extension which my customers love!

I’ll look forward to a fix when you have the time smile

 Signature 

 
Steven Hambleton | Follow me on Twitter!


ExpressionEngine Outsourcing for Marketing, Graphic & Web Agencies
Partner with a professional ExpressionEngine development team to turn your designs into functioning sites.

Profile
 
 
Posted: 18 January 2008 01:19 AM   [ Ignore ]   [ # 76 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1917
Joined  01-05-2007

Still not getting any joy with version 2.0 using build 20071204.

I am using the following extensions -

Add Sitename     (v.1.1.2)
Checkbox     (v.1.0.1)
Edit Remember     (v.1.1.0)
Ctegory Checkboxes   (v.1.1.2)
Field Header     (v.1.0.1)
File         (v.3.1.1)
Multi Relationship   (v.1.0.6)
Multi Text     (v.1.1.0)

I just get a big blank CP.

 Signature 

 
Steven Hambleton | Follow me on Twitter!


ExpressionEngine Outsourcing for Marketing, Graphic & Web Agencies
Partner with a professional ExpressionEngine development team to turn your designs into functioning sites.

Profile
 
 
Posted: 21 June 2008 01:03 PM   [ Ignore ]   [ # 77 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  406
Joined  03-17-2006

Just curious, have the fixes been implemented?

Profile
 
 
Posted: 11 August 2008 03:19 AM   [ Ignore ]   [ # 78 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  884
Joined  02-02-2007

Hi Mark,

It seems that Nested Weblogs extension is quite dangerous to use.

After enabling it on EE v1.61 I got blank screen and could not log into Control panel anymore because system/index.php also produced only blank screen. Deleting extension’s files did not help - after deleting I got error message about those files missing. Fortunately I was trying extension on localhost, so I did not cripple any website.

The idea behind Nested Weblogs extension is sound and functionality is really needed, but in its current state it poses real danger for anyone who would like to try it.

If this extension is not dead, I will wait impatiently for any fixes.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

Profile
 
 
Posted: 29 September 2008 05:35 PM   [ Ignore ]   [ # 79 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  212
Joined  04-28-2007

I think I’ve tracked down the issue,  and have a partial fix.

What I know:
- This issue only started for me when upgrading to PHP5
- The div containing the publish tab is rendered very differently when you’re on the Publish page itself,  versus any other CP page (there’s no id=“publish” and the rendering of the line-breaks are different)
- The issue is most likely due to a REGEX in the extension
- I know NOTHING regarding Regex syntax (makes me run screaming to the hills)

BUT…  around line 200 in ext.nested_weblog.php is the following:

 

$out = preg_replace("/((?:class=.cpNavOn.|class=.cpNavOff.|id=.publish.).*?>.*?Publish.*?<\/div>)/s","$1".$ul, $out);

I believe that the problem is with the .).*?>  ,  which PHP5 may be interpreting as the closing php tag.  Or, it could just be that the linebreaks aren’t taken into account in the reg ex above.  Lastly,  it could also be that there is no ID field in the publish DIV,  when you’re on the publish page.

Hopefully someone with more (or some) knowledge of regex can find a real fix,  but in the meantime, I’ve changed the line to:

$out = preg_replace("/((?:class=.cpNavOn.|class=.cpNavOff.|id=.publish.)..>.*?Publish.*?<\/div>)/s","$1".$ul, $out);

This will disable the Publish rollover altogether once you click the publish tab,  but it won’t tank your entire control panel (and isn’t such a bad usability issue,  at least for my needs),  and the rollover menu and extension function well everywhere else.

Cheers,

- Ira

Profile
 
 
Posted: 29 May 2009 01:56 AM   [ Ignore ]   [ # 80 ]  
Grad Student
Rank
Total Posts:  58
Joined  12-16-2007

I’ve adjusted some code so the extension only shows Channels (weblogs) that what a member (group) is allowed to see.

File Attachments
ext.nested_weblog_210.zip  (File Size: 3KB - Downloads: 64)
Profile
 
 
   
5 of 5
5
 
‹‹ ext.file.php      Geocoding ››
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1743, on December 02, 2009 03:47 PM
Total Registered Members: 120489 Total Logged-in Users: 56
Total Topics: 126559 Total Anonymous Users: 23
Total Replies: 665417 Total Guests: 286
Total Posts: 791976    
Members ( View Memberlist )