Whats the trick to getting the forum spy on your mainpage?
Right now i have the Forum rss feed displayed on main page but is really basic.
I like how you have yours setup here.
Care to share the secret?
Quote
•
12.13.2008 09:28
•
0 people like this
•
Whats the trick to getting the forum spy on your mainpage? Right now i have the Forum rss feed displayed on main page but is really basic. I like how you have yours setup here. Care to share the secret? |
Quote
•
12.13.2008 17:27
•
0 people like this
•
Ok i found the mod you used here on this site. I cant get to work for the life of me. It sits there saying refreshing. In the cc_ajax_spy.js file i change as instructed to: In the admin/builders/hompage i created the new html block and added this code: <p> Also tried this code there aswell. <p> If you visit the above link: http://www.nudecrave.com/cc_forum_spy.php?show=3&length=50&mlength=165&rnd= It works fine?? Seems it wont just display in the block? Any ideas? Been fighting this issue all day and finally outa idea's :( |
Quote
•
12.13.2008 18:55
•
0 people like this
•
Hope to get some help on this one. I have pulled all my hair out now! Its just to simple to go wrong....... Could it be a server issue? I just cant figure out why its not working...........errrrrrrrrrrrr
|
Quote
•
12.13.2008 23:16
•
0 people like this
•
When you add the code to the block in your admin panel do not paste it into the the editor. Be sure to use the html button in the upper right corner of the editor. When you click on the html button, a new window opens. Paste the code into the new window. Click save/update. Then save again. Do not worry if you see //--// like that in the editor after pasting and updating. Just save the changes to the html block. Then refresh your page. |
Quote
•
12.14.2008 19:51
•
0 people like this
•
After closer examination of your site I noticed the following that is most likely the cause of your problem. This should be a quick and easy fix. |
Quote
•
12.15.2008 09:54
•
0 people like this
•
That fixed the issue. Thanks again :) |
Quote
•
12.24.2008 14:27
•
0 people like this
•
On a Related Subject, A forum I frequented just switched over to orca. Is there anyway to prevent Forum Spy from picking up posts in Private groups and still let it display posts from Public groups? |
Quote
•
12.25.2008 23:03
•
0 people like this
•
I could see where some would like the private ones to show up to sort of spark the interest of others to sign up or become a member that would allow them to see the rest of the private area. |
Quote
•
12.28.2008 17:47
•
0 people like this
•
gameutopia, what about using something like: if ( !( $logged['admin'] = member_auth( 1, false ) ) )
|
Quote
•
12.29.2008 21:55
•
0 people like this
•
That would work great for blocking guests from viewing the forum, but I don't think it would do it for preventing forum spy from showing private posts without more alterations. |