Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Weird fix to my "All Blogs" problem...

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: John Joseph Bachir <jjb AT ibiblio.org>
  • To: Beverly Shideler <beverly AT ladiesofhack.com>
  • Cc: lyceum user group <lyceum-users AT lists.ibiblio.org>
  • Subject: Re: [Lyceum-users] Weird fix to my "All Blogs" problem...
  • Date: Sat, 29 Apr 2006 18:01:18 -0400 (EDT)


On Sat, 29 Apr 2006, Beverly Shideler wrote:

I don't know much about code or programming

I used the code from the same area, but I got it from the Trac Revision 535 page. This got me the "get results" I wanted, as all blogs could then immediately be seen on the portal page. But I couldn't seem to access the blogs from the links. I tried a few things, but ended up changing " SELECT $wpdb->blogs.id, ... " to " SELECT $wpdb->blogs.slug, ..." and changing echo "<a href=\"../$b->id \">$b->blogname</a><br/>"; to echo "<a href=\"./$b->slug\">$b-
>blogname</a><br/>";

WOW, you really are a lady of hack! :)

I just thought of something-- what verison of mysql are you running? Temporary tables are only supported in 3.23 and above. Lyceum officially supports 4.0 and above.

John
----
aim/yim/msn/jabber.org: johnjosephbachir
713.494.2704
irc://irc.freenode.net/lyceum
http://lyceum.ibiblio.org/
http://blog.johnjosephbachir.org/





Archive powered by MHonArc 2.6.24.

Top of Page