Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Was building the forum and then its gone?
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 4, 2014 - 6:38 pm

I don't really think there is much point to reinstalling. As far as I can see iy is installed just fine.

Can you switch briefly to the WordPress default theme and see if it displays?

And really if it was displaying and then stopped one should be asking what changed... And we still need to see the template assigned in the page and permalink panel. This suggests there just isn't one.

One other thing you could do would be to trash this forum-3 page and just create a new page with the title and slug you want and attach that to the forum. See if a new page with a proper template to use works.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Conny Svitzer
Member
Free Members
sp_UserOfflineSmall Offline
Aug 5, 2014 - 10:50 am

I removed the installation and reinstalled but this time i managed to recreate the issue.

I enter the page and hit remove page title and voila everything went.
Any idea why?

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 5, 2014 - 10:56 am

Mighty curious... Sounds like a WP theme conflict of some sort where they are, perhaps, taking over the title in a more non-standard way.

When you remove the title via the forum option all it does is actually null out the title as being compiled by the WordPress core API function the_title(). Maybe your theme is bypassing that in some way so that instead of the_title() getting nulled the whole page is getting nulled. Might be worth asking them... and then if that is the case - trying to find out if there is an alternate display option that is more WP standard...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Conny Svitzer
Member
Free Members
sp_UserOfflineSmall Offline
Aug 5, 2014 - 11:29 am

Sent em an email about a conflict issue.
Lets see what they say

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 5, 2014 - 11:35 am

I am certainly very curious to hear what they say. We have never come across something quite like this before...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Conny Svitzer
Member
Free Members
sp_UserOfflineSmall Offline
Aug 5, 2014 - 12:04 pm

Done some more testing.

Seems it aint related to the page title but to the fact that i hit update(to save) inside the post.

Avatar
Conny Svitzer
Member
Free Members
sp_UserOfflineSmall Offline
Aug 5, 2014 - 4:10 pm

Fixed that issue, still vanishes on removing the page title tho

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 5, 2014 - 8:31 pm

sorry, late to the game... can you reiterate what issue you still have?  you remove the page title from your wp page template and the forum disappears?

Avatar
Conny Svitzer
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2014 - 4:55 pm

Original Code:

if( $px_meta_page->page_content == "on" && get_the_content() <> ''){
echo '<div class="rich_editor_text pix-content-wrap">';
if( $px_meta_page->page_content == "on" && get_the_content() <> ''){
the_content();
Changed Code:
 
 
 
the_content();
if( $px_meta_page->page_content == "on"){
echo '<div class="rich_editor_text pix-content-wrap">';
if( $px_meta_page->page_content == "on"){
the_content();
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2014 - 9:25 pm

sorry, confused... what does that have to do with page title?  and what was the change from original to changed for?

and why does the second one output the page content twice?

is that a code fragment?  I dont see any closing braces?

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 649
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 616
Members: 17348
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10118
Posts: 79603