zCommunity 0.8.1 Beta Now available! (supports SMF 2.0 RC1 and 1.1.8)

Started by Charles Hill, June 16, 2008, 03:33:34 PM

Previous topic - Next topic

Charles Hill

In your forum's admin area you should see zCommunity section header in the admin nav menu... then you should the Control Panel link.  In the Global Blog Settings tab of your control panel you will find the Blog mode setting (disabled, single blog mode, single blog mode (hidden), blogging community mode).

Lamarck

I don't know why,but with alpha 0.75 I get a blank screen when I trie to go index.php?zc after installing it  >:(

Ok,solved ^^.

Stef001

Hello,

How can i manage that is see the smiley row when i write an article.

Thanks Stef.
SMF 2.0.2 | SimplePortal 2.3.5

fmofmpls

Installed zcommunity according to instructions on smf 1.1.7 with the files folder being uploaded first, then installed the install folder via package manager with no failures and ended with a screen of death. HELP!

Here's what I get - Fatal error: require_once() [function.require]: Failed opening required '/home/monster/public_html/test_forum2/zCommunity/Sources/QueryString.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/monster/public_html/test_forum2/index.php on line 188

Lamarck

When I click Who is Online (in my forum),I get this:

Quote
                                    Table 'b9_222711_silvanost.blog_blogs' doesn't exist
Archivo: /home/vol3/byethost9.com/b9_222711/silvanost.byethost31.com/htdocs/foro/Sources/Who.php
Línea: 528          


One more thing:

How can I allow html in custom blocks? I know about "security issues",but I have a small forum only with friends,so no problem.Can someone help me to do it? It must be easy,but I don't have php knowledge.

geano

I thought I saw something similar somewhere on one of the forums, but cannot find it... here goes:
SMF 2 RC1
Zc 0.7.5 alpha
Yep, I know it's only approved up to 4beta, but, WTH ;) ...
Install goes well... seems to want to work... so far as I can see but,
  cannot delete a blog.
delete produces IE7 response
QuoteHTTP 500 
   Most likely causes:
The website is under maintenance.
The website has a programming error.
upon refresh IE7 produces
QuoteFatal error: Call to undefined function: template_bcp_above() in /home/myserveraccountname/public_html/CHIPSontheWEBnet/Box111/zCommunity/Themes/default/index.template.php on line 210
FFox error:
QuoteDatabase Error
Table 'myserveraccoutname_smf2.smf2_blog_links' doesn't exist
File: /home/myserveraccountname/public_html/CHIPSontheWEBnet/Box111/zCommunity/Sources/Subs-Blogs.php
Line: 442
and smf2.blog_links doesn't in fact exist. ???
I note that the BCB tables don't appear to space properly vertically in IE7, menu drops about 15px into the table body, if you follow me...
When I view /themes/whichever/index_template.php, I have an indication of an error beginning at
Quote// main area
echo '
<td valign="top" width="', !empty($context['zc']['side_bar_left']) || !empty($context['zc']['side_bar_right']) ? '76%" style="padding-right:10px;"' : '100%"', '>';

if (!empty($context['blog_control_panel']))
  template_BCP_above();
elseif (!empty($context['zc']['errors']) && empty($context['zc']['error']))
  template_errorTable();
but I'm too much of a novice to figure out if that is relevant, or what's wrong, though I suspect they may be related. function 'template_BCP_above' does appear to be defined elsewhere.
If stupidity got us into this mess, then why can't it get us out?
--Will Rogers (1879-1935)

Petee

Is there any code available yet that displays an Archive list of Community News links?  I am looking for something that I can put in a TP block with just a running list of href links to the News Titles.

Also, is it easy enough to pull out the built-in "Most Recent" and "Archive" windows and put that code into a TP block?

Charles Hill

QuoteFFox error:
Quote

    Database Error
    Table 'myserveraccoutname_smf2.smf2_blog_links' doesn't exist
    File: /home/myserveraccountname/public_html/CHIPSontheWEBnet/Box111/zCommunity/Sources/Subs-Blogs.php
    Line: 442

and smf2.blog_links doesn't in fact exist.

I recently removed the links window entirely because it was redundant due to the fact you could very easily replicate it with a custom window.

In zCommunity/Sources/Subs-Blogs.php .... find the following and delete it:
// delete links
$zcFunc['db_query']("
DELETE FROM {$db_prefix}blog_links
WHERE blog_id IN ({array_int:blogs})", __FILE__, __LINE__,
array(
'blogs' => $blogs
)
);



QuoteI note that the BCB tables don't appear to space properly vertically in IE7, menu drops about 15px into the table body, if you follow me...
When I view /themes/whichever/index_template.php, I have an indication of an error beginning at
Quote

    // main area
     echo '
     <td valign="top" width="', !empty($context['zc']['side_bar_left']) || !empty($context['zc']['side_bar_right']) ? '76%" style="padding-right:10px;"' : '100%"', '>';
     
     if (!empty($context['blog_control_panel']))
      template_BCP_above();
     elseif (!empty($context['zc']['errors']) && empty($context['zc']['error']))
      template_errorTable();

but I'm too much of a novice to figure out if that is relevant, or what's wrong, though I suspect they may be related. function 'template_BCP_above' does appear to be defined elsewhere.

Not sure what you are talking about?


Quote from: Petee on January 24, 2009, 12:49:26 PM
Is there any code available yet that displays an Archive list of Community News links?  I am looking for something that I can put in a TP block with just a running list of href links to the News Titles.

Also, is it easy enough to pull out the built-in "Most Recent" and "Archive" windows and put that code into a TP block?

The code is not difficult, but you'll have to call a few zCommunity functions to load user info and to make sure people only see what they are allowed to see.

Sudhakar Arjunan

Hi Charles, when i had upgraded 2.0.4 i have missed your mod.

Now i found the mod is upgraded to 2.0.4.

But your not strictly says its still in Alpha.

My Forum had a huge load, over 8000 registrations and 60000 topics.

Is that all the issues were fixed and when it will be a stable for me to work with it.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Charles Hill

Quote from: A.SK on January 24, 2009, 04:07:58 PM
Hi Charles, when i had upgraded 2.0.4 i have missed your mod.

Now i found the mod is upgraded to 2.0.4.

But your not strictly says its still in Alpha.

My Forum had a huge load, over 8000 registrations and 60000 topics.

Is that all the issues were fixed and when it will be a stable for me to work with it.

Yes you should wait until there's a stable version.

Sudhakar Arjunan

Quote from: Charles Hill on January 24, 2009, 04:19:54 PM

Yes you should wait until there's a stable version.

Will be waiting for it.

Currently for all our moderators, we have given a individual blog system.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Charles Hill

Quote from: Lamarck on January 24, 2009, 10:20:30 AM
When I click Who is Online (in my forum),I get this:

Quote
                                    Table 'b9_222711_silvanost.blog_blogs' doesn't exist
Archivo: /home/vol3/byethost9.com/b9_222711/silvanost.byethost31.com/htdocs/foro/Sources/Who.php
Línea: 528          


One more thing:

How can I allow html in custom blocks? I know about "security issues",but I have a small forum only with friends,so no problem.Can someone help me to do it? It must be easy,but I don't have php knowledge.

Did you install the necessary database edits using install_db_edits.php?

I'll figure out a good way to allow html/php in custom windows and eventually custom community page blocks eventually, but it's not high on the priority list at the moment.

Quote from: fmofmpls on January 24, 2009, 10:16:28 AM
Installed zcommunity according to instructions on smf 1.1.7 with the files folder being uploaded first, then installed the install folder via package manager with no failures and ended with a screen of death. HELP!

Here's what I get - Fatal error: require_once() [function.require]: Failed opening required '/home/monster/public_html/test_forum2/zCommunity/Sources/QueryString.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/monster/public_html/test_forum2/index.php on line 188

Did you upload the zCommunity folder to your forum's folder on your server?

Quote from: Normally on January 24, 2009, 09:47:19 AM
Hello,

How can i manage that is see the smiley row when i write an article.

Thanks Stef.

The problem is that it's rather difficult to get the necessary information about what bbc tags and smileys to actually use, because that information is within the Post.template.php file of SMF 1.1x and I believe it's in a large function in the sources files of SMF 2.0... I might be able to figure out a way to have a manually-run function from the zCommunity control panel that could "import" the information to a special file, and then load the information from that file whenever the zCommunity post form is loaded.  I'll work on it.

Stef001

Quote from: Normally on January 24, 2009, 09:47:19 AM
Hello,

How can i manage that is see the smiley row when i write an article.

Thanks Stef.
Quote
The problem is that it's rather difficult to get the necessary information about what bbc tags and smileys to actually use, because that information is within the Post.template.php file of SMF 1.1x and I believe it's in a large function in the sources files of SMF 2.0... I might be able to figure out a way to have a manually-run function from the zCommunity control panel that could "import" the information to a special file, and then load the information from that file whenever the zCommunity post form is loaded.  I'll work on it.

Thanks i wait for it.

Stef.
SMF 2.0.2 | SimplePortal 2.3.5

Stef001

I have in the faultlog this messages.
can someone help me to solve this problems.
   
http://www.kaartenleggen.nl/index.php?blog=1.0
8: Undefined index: online8
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Sources/Blog.php
Regel: 865

http://www.kaartenleggen.nl/index.php?zc=sbh;help=blog_tags
8: Undefined index: close_window
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/Themes/default/Help.template.php (popup sub template - eval?)
Regel: 32

http://www.kaartenleggen.nl/index.php?zc
8: Undefined offset: 525
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Themes/default/Community.template.php
Regel: 185

http://www.kaartenleggen.nl/index.php?zc
8: Undefined offset: 211
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Themes/default/Community.template.php
Regel: 185

Thanks
SMF 2.0.2 | SimplePortal 2.3.5

Lamarck

QuoteDid you install the necessary database edits using install_db_edits.php?

Yes,of course I did it (zcommunity is working wityhout problems).That error shows when someone is looking an article inside a blog.Maybe a problem in who.php edits made by the mod?.

Charles Hill

Quote from: Normally on January 25, 2009, 09:37:48 AM
I have in the faultlog this messages.
can someone help me to solve this problems.
   
http://www.kaartenleggen.nl/index.php?blog=1.0
8: Undefined index: online8
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Sources/Blog.php
Regel: 865

http://www.kaartenleggen.nl/index.php?zc=sbh;help=blog_tags
8: Undefined index: close_window
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/Themes/default/Help.template.php (popup sub template - eval?)
Regel: 32

http://www.kaartenleggen.nl/index.php?zc
8: Undefined offset: 525
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Themes/default/Community.template.php
Regel: 185

http://www.kaartenleggen.nl/index.php?zc
8: Undefined offset: 211
Bestand: /home/kaarten/domains/kaartenleggen.nl/public_html/zCommunity/Themes/default/Community.template.php
Regel: 185

Thanks

Thanks, I missed some $txt variables.  I'll find those last couple I missed and change them.



Quote from: Lamarck on January 24, 2009, 10:20:30 AM
When I click Who is Online (in my forum),I get this:

Quote
                                    Table 'b9_222711_silvanost.blog_blogs' doesn't exist
Archivo: /home/vol3/byethost9.com/b9_222711/silvanost.byethost31.com/htdocs/foro/Sources/Who.php
Línea: 528          


One more thing:

How can I allow html in custom blocks? I know about "security issues",but I have a small forum only with friends,so no problem.Can someone help me to do it? It must be easy,but I don't have php knowledge.

Figured out what the problem was.  SMF 2.0 uses {db_prefix} instead of {$db_prefix} in all database queries.  I'll change everything now :)

Stef001

QuoteThanks, I missed some $txt variables.  I'll find those last couple I missed and change them.

When do you think that you have the missing $txt variables fixt?
I am also busy to translate your mod in Dutch.
When i have translate i send them to you.

Stef
SMF 2.0.2 | SimplePortal 2.3.5

LaughOften

Where is the modify for the blogs?? I have a member wanting to edit his blogs and neither of us have any way to do this.

Thanks!!

Charles Hill

Quote from: LaughOften on January 26, 2009, 06:27:12 PM
Where is the modify for the blogs?? I have a member wanting to edit his blogs and neither of us have any way to do this.

Thanks!!

What do you mean?  Edit articles?  Hover over the gear icon on the article and click the notepad with the pencil icon.

LaughOften

I thought that was how to do it but for some reason that and the Bookmarking options are not showing anymore.

Advertisement: