Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
How to show full description on top ?
Support Forums - Classified Ads Script Osclass
Osclass theme support
Free themes
Patricia Osclass Responsive Theme
How to show full description on top ?
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
rox
5 posts
How to show full description on top ?
«
on:
March 04, 2016, 12:43:00 PM »
How to show full description on the right-top of item page ?
Logged
MB Themes
Support team
17407 posts
Only quality matters
Download Osclass
Re: How to show full description on top ?
«
Reply #1 on:
March 04, 2016, 12:48:30 PM »
@rox
Go to file:
oc-content/themes/patricia/item.php
Find:
Code:
[Select]
<?php
echo
osc_highlight
(
osc_item_description
(),
200
);
?>
Replace with:
Code:
[Select]
<?php
echo
osc_item_description
();
?>
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]