Do you want to disable post headers ( Topic and RE: ) ?

just go to style\Oxygen\Oxygen.min.css

go to line : 2629
find out : 

.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;    
}

add Display:none ; 

like this

.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;
    display:none;
}

Just like this , but PanBB.RU wrote a great plugin for this

Thank You PanBB.Ru smile

Hello ,

Do you have any backup from your database ?

if you have your database , just install clean version of PunBB 1.4.3 and restore your backup , update the database and install new extensions .

Maybe it works .

New Farsi(Persian) Language Pack for PunBB 1.4.3

http://getpunbb.ir/download/Farsi.zip

Hello,

The easy way is using CSS to disable this link and icon from users .

Just go to punbb\style\Oxygen\

Open Oxygen.min.css

Go to Line 330

find this line

.options > span.first-item {
    border-left: 0px none;
    padding-left: 0px;
    margin-left: 0px;
    }

Add >>  Display : none

just like this

.options > span.first-item {
    border-left: 0px none;
    padding-left: 0px;
    margin-left: 0px;
    display : none;
    }

30

(39 replies, posted in News)

Thank you for new updates ...

31

(0 replies, posted in Discussions)

Hello ,

PunBB 1.4.3 Persian Version is ready to download .

This version included Djalali calendar and also RTL template with Yekan font-face 

download @ www.getpunbb.ir

Cheers ,
Abdulhalim

Thank you Visman ,

I replace php file from GitHub , now i get error in line 667 instead of line 807

Hello Guys,

I am working on new PunBB 1.4.3 on Localhost , so i realize when i want to add image to post and using bbcode ( img ) , some errors appears on page

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in C:\lamp\www\pun143\include\parser.php on line 807

when i remove the picture , everything are OK .

http://uupload.ir/files/jozq_error.jpg

Is there any solution , or just simply disable error reporting ?

best regards ,
Abdulhalim

34

(0 replies, posted in Discussions)

Hello,

for all Persian/Farsi language who loves PunBB , i run a website to get Persian PunBB with Jalali calender   .
you are welcome to visit my website .

best regards ,
Abdulhalim


Ps : www.getpunbb.ir

35

(8 replies, posted in Discussions)

i checked , but i don't find anything corrupted ! everything seems OK

great job smile

37

(8 replies, posted in Discussions)

you are welcome , smile you can download latest punbb version with Jalali date from Parsjoom forums , bad inja farsi sobat nakon partemoon mikonan biroon big_smile

38

(6 replies, posted in Discussions)

could u send me Kurdish language ?

39

(6 replies, posted in Discussions)

Thank you but i found the problem ,

40

(8 replies, posted in Discussions)

Jalali Date and Time , is Persian Calender ,  i have Jalali's PHP script , but i don't know to use ...

41

(8 replies, posted in Discussions)

Thank you big_smile but i have problem with Jalali date ,  any help appreciated

42

(8 replies, posted in Discussions)

The Persian language package plus RTL Oxygen theme ( for Arabic , Hebrew and Persian languages Base on Right-to-Left )

http://www.sharebeast.com/s7nhbhtu14vk

Manual : download and unzip the package , Upload Farsi folder into PunBB lang folder and rtlOxygen into style folder .

Note : the Jalali date is not included

----------------------------------------------

demo : www.codename47.com/forum

Regards ,
Abdulhalim

43

(6 replies, posted in Discussions)

never-mind , i found the solution , in line 7 @ common.php file instead of , i used Persian comma ،  ...
Tomorrow or day after tomorrow  i 'll release Persian language for PunBB , i have to review it again

Thank you PunBB team specially to Trace

44

(6 replies, posted in Discussions)

Hello ,
finally today i finished the Persian language for PunBB 1.4.2 , everything is OK but one thing , when i choose Farsi the avatar feature is disabled but in English is OK , since last minute i was checking on local host before i finished the install.php file , everything was OK , then i got this problem

www.codename47.com/forum

http://www.irfreeup.com/uploads/136442160351911.jpg

45

(9 replies, posted in Discussions)

Thank you Trace , you are great help ...

46

(9 replies, posted in Discussions)

Hello again ,

i have another question ,
in the install.php fie , line 30 , For SQLite enter anything  / it means leave it blank ?
also in line 24

regards,

47

(0 replies, posted in Discussions)

Hello,

if we have a forum with two themes (e.g. rtl and ltr ) is there any way when user choose rtl language , the theme switches to rtl and reverse ?

best regards,
Abdulhalim

48

(1 replies, posted in Feature requests)

Hello,

it is very nice to Persian user can use PunBB into own date and calendar , unfortunately there is no such thing ,
Jalali mod is very cool   .

best regards,
Abdulhalim

49

(9 replies, posted in Discussions)

Thank you but i don't meat "%s" , just "s" in line 39 and 41 ... i think this is for e.g. guest "s" , user "s" ( for plural ) or maybe sth else ..

50

(9 replies, posted in Discussions)

also at line 36 in file : admin_forums.php => 'Forum perms read info'   

i didn't catch what is meaning , coz my English is not good enough ,
and what is suffix "s" at line 39 and 41 ?  is it for plural or sth else ?