Search Results for 'test'
-
Search Results
-
Topic: Editing the Post Edit Style
Hi,
Been looking through here for quite a while, am wanting to change the styling of the edit post screen. Currently it’s got a red background *urk* and looks bad. It’s probably inherited from my main theme I don’t know.
Can someone point me where the styling for the post edit screen is. I tried using an editor but it only shows styles that seem to be for main posts.
Latest BBpress,latest WordPress. No link as it’s an edit screen, but you can view the site at https://jwfsanctuary.club
Topic: Hold topic
I click topic to make it hold on the top, but on another page there are no topic on the top
http://prntscr.com/i1vufg – hold On
http://prntscr.com/i1vurr second pageHi dear support,
we have installed your plugin on our website and apparently it’s not working properly.
If we use the shortcodes to place it on some page:
It shows list of forums but once you try accessing some forum it shows empty page:
Also, the default forum page is not working:
http://jadran.paprikart.rs/forums/We already tried disabling all the plugins to rest assured that plugin conflict is not making some conflict there and it’s still not working.
WP version 4.9.1.
Can you please take a look at it and advise?
Thanks in advance!
Topic: Importing data via sql
Hi all,
I’d like to create new topics and posts from a former, self-developed forum. The data is available in a xml structure containing the following information:
– parent post id (0 if its the topic initializing post itself)
– author
– subject
– post
– timestampI now would like to insert the data via sql statements; all entries shall be added as anonymous posts. I can prepare them on my own, but I’ve no clue in which tables my posts have to be added. What I already did: Created a test forum, dumped the whole forum, added a new topic as anonymous user and again created a dump. Then I compared both dump files via notepad++. Now I’m not sure, which entries I really need.
The following tables were extended:
– bbpas
– Counterize_Pages
– options
– popularpostsdata
– popularpostssummary
– postmeta
– posts
– statistics_pages
– statistics_useronline (this is clear, that I don’t must extend this table manually?!)
– statistics_visit (this is clear, that I don’t must extend this table manually?!)
– statistics_visitor (this is clear, that I don’t must extend this table manually?!)
– wfHits (I guess this is also some kind of statistics and must not be filled manually?!)Could you please help me? There should be no need to first lock the manually created entries and activate them as admin.
Thanks and kind regards,
Dirk