Hi everyone.
Thank you so much you share w3all so good pluing.
But i have a small problem.
i want phpbb category last topics and image slider wordpress frontpage.
How to do this ?
Again thank you so much.
[title edited]
Display last topics with first topic's post image
-
- User w
- Posts: 7
- Joined: Tue May 08, 2018 6:37 pm
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topic images
hello, i've not well understand
last time when i've test out the last topics shortcode by forum id, i've test it where revolution slider plugin was working on a test site, on same home page:
i've note that: to display the last topic shortcode, i had to put the shortcode of the slider BEFORE OR AFTER (i do not remember exactly the order):
the two shortcodes seem to conflict in some way (that's strange, and i've not check the reason at this time).
I have do this to make it work:
[rev_slider_short]
[w3all_plugin_short]
OR try the contrary:
[w3all_plugin_short]
[rev_slider_short]
You'll see also that shortcodes will output in reverse order (ever if i well remember), before the second, and so the first.
If this was the question, this is the answer at moment, or i or someone else need to take a look into the joke and why it happen in this way, and how to resolve.
If this wasn't the question, personally i've not understand, so please explain in other words or example (image, site etc).
but i guess ... i memo thati want phpbb category last topics and image slider wordpress frontpage
last time when i've test out the last topics shortcode by forum id, i've test it where revolution slider plugin was working on a test site, on same home page:
i've note that: to display the last topic shortcode, i had to put the shortcode of the slider BEFORE OR AFTER (i do not remember exactly the order):
the two shortcodes seem to conflict in some way (that's strange, and i've not check the reason at this time).
I have do this to make it work:
[rev_slider_short]
[w3all_plugin_short]
OR try the contrary:
[w3all_plugin_short]
[rev_slider_short]
You'll see also that shortcodes will output in reverse order (ever if i well remember), before the second, and so the first.
If this was the question, this is the answer at moment, or i or someone else need to take a look into the joke and why it happen in this way, and how to resolve.
If this wasn't the question, personally i've not understand, so please explain in other words or example (image, site etc).
-
- User w
- Posts: 7
- Joined: Tue May 08, 2018 6:37 pm
Re: Last topics shortcode and slider on wordpress page
Thank yo sou much for answer.
İ want this photo.
This photo my wordpress site frontpage
i want to my phpbb forums category id = 3 last 4 topic name, topic author, topic image, topic date.
Category last 4 topic.
This picture same ...
This picture example
İ want this photo.
This photo my wordpress site frontpage
i want to my phpbb forums category id = 3 last 4 topic name, topic author, topic image, topic date.
Category last 4 topic.
This picture same ...
This picture example
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topics shortcode and slider on wordpress page
i see, interesting layout
These pictures assigned in phpBB for each topic, are coming from?
bbcode? The problem would be that it is necessary to parse each topic that the post belong to, searching for the first bbcode tag
You so simply (not simply) would like to grab the img bbcode tag that is inside the first post on the topic, and need to display with the last post.
Do you add images using bbcode tag img on the first post on topic?
[EDITED]
These pictures assigned in phpBB for each topic, are coming from?
bbcode? The problem would be that it is necessary to parse each topic that the post belong to, searching for the first bbcode tag
Code: Select all
[img]
Do you add images using bbcode tag img on the first post on topic?
[EDITED]
-
- User w
- Posts: 7
- Joined: Tue May 08, 2018 6:37 pm
Re: Display last topics with first topic's post image
Not important. BBCode or attachment.
Which one simple i want.
İmportant how make this .
My php so small
You pluing inside have a lastest topic but only topic name
No have picture
Which one simple i want.
İmportant how make this .
My php so small
You pluing inside have a lastest topic but only topic name
No have picture
-
- User w
- Posts: 7
- Joined: Tue May 08, 2018 6:37 pm
Re: Display last topics with first topic's post image
update topic.