Recent content by Ruh

  1. R

    CSS changes will be made in the subject title area.

    like this right now. It will be as I stated in the image. Thanks
  2. R

    ForumSolution-Complete services of forum (Development , Design , Migration and more)

    This guy is really good at Xenforo! Patient, understanding and helpful!
  3. R

    XenCentral Feedback System 2 [Paid]

    Hello. Why am I getting this error? ErrorException: [E_WARNING] Trying to access array offset on value of type bool in src/addons/XenCentral/Feedback/PreferencesContainer.php at line 118 XF::handlePhpError() in src/addons/XenCentral/Feedback/PreferencesContainer.php at line 118...
  4. R

    XF 2.2 <xf:if is="$thread.cover_image"> / <xf:elseif is="$forum.node_id == 1" />

    post_article_macros <xf:if is="$thread.cover_image"> <a href="{$linkUnread}" class="articlePreview-image" style="background-image: url('{$thread.cover_image}')" aria-hidden="true" tabindex="-1">&nbsp;</a> </xf:if> uses this feature. I'm trying to fix this as a photo...
  5. R

    [cXF] Enhanced Trending Content Carousel [Paid]

    We purchased the package but can we use it in version 2.2?
  6. R

    XF 2.2 <xf:if is="$thread.cover_image"> / <xf:elseif is="$forum.node_id == 1" />

    <xf:if is="$thread.cover_image"> <a href="{$linkUnread}" class="articlePreview-image" style="background-image: url('{$thread.cover_image}')" aria-hidden="true" tabindex="-1">&nbsp;</a> <xf:elseif is="$forum.node_id == 1" /> ......... I want to add photos to each topic according to its id...
  7. R

    Article Forum Symmetrical Grid Layout

    Hello @Paul B , @BassMan Can't we add the photo we want to the article photos as a link rather than as an attachment? <xf:if is="$thread.cover_image"> <a href="{{ link('threads', $thread) }}" class="articlePreview-image" style="background-image: url('...
  8. R

    XF 2.2 Node Background {$xf.options.boardUrl}/data/assets/nodebackground/{$node.node_id}.jpg

    <a href="{{ link('threads', $thread) }}" class="articlePreview-imagex" style="background-image: url('{$xf.options.boardUrl}/data/assets/nodebackground/{$node.node_id}.jpg')" alt="{$thread.title}" aria-hidden="true" tabindex="-1">&nbsp;</a> I want to make this photo appear somewhere. How can...
  9. R

    [cXF] Enhanced New Threads Widget [Paid]

    something like that
  10. R

    [cXF] Enhanced New Threads Widget [Paid]

    Hello @BassMan How can we show this in thread prefixes? Can you please help us add this? Thanks. I converted your plugin to this :) :love: my site
  11. R

    thread owner avatar how add?

    How can I add the avatar of the person who opened the topic here? Thanks.
  12. R

    XF 2.2 Why might this problem occur?

    Why does it send 2x points for transaction cancellation? There is some nonsense, I don't understand. There is no problem when the user cancels. However, when the Admin cancels, the points are loaded twice as much. user cancel link ...
  13. R

    [XB] Content Badges [Paid]

    Can't it be sent with xenforo points? Thus, members can share more on the forums to earn more points. @Ozzy47
Back
Top Bottom